Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
generalfinance
Contributor III
Contributor III

00024962: QRS API

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

Labels (1)
  • API

11 Replies
Øystein_Kolsrud
Employee
Employee

And you had a double 'b' in your xrfkey. Might have been a typo, but it probably shouldn't be there.

stefanstoichev123

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

stefanstoichev123_0-1647864324082.png