Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Joseph,
Excuse me if to write again, but now that I understand how it work postman, I'd like extract all task in failed.
I see that you can filter by state in this case I am interested at the status Failed which corresponds to number 8, but at the same time I would like to filter by task and have the task id with description.
What kind of get or post should I do?
I found this guide
https://help.qlik.com/en-US/sense-developer/November2021/APIs/RepositoryServiceAPI/index.html?page=1...
Thank you for support
And you had a double 'b' in your xrfkey. Might have been a typo, but it probably shouldn't be there.
Also ... the same Xrfkey should be passed as a header - X-Qlik-Xrfkey.
In your case the url is https://server:4242/qrs/reloadtask/bdcc21ec-265e-4e6c-9883-c60443fb4f22?Xrfkey=012345789abbcdef
and there should be a header X-Qlik-Xrfkey with value 012345789abbcde (exactly the same as Xrfkey value in the url param)
More about Xrfkey can be found at the "Using Xrfkey headers" documentation section