- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Stop Task using Rest API
Hi
I'm able to connect to Qliksense using Rest Api, and start Qlik Task.
Now I need to stop Qlik Task using Rest API but I'm not able to do it.
Is it possible ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello,
check this out it will help you
Thanks Regards
Harsh Gohil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot for the suggestion.
I have tried but it doesn't work.
I posted this command
https://<server_name>:4242/qrs/task/{ID_TASK}stop&xrfkey=<KEY>
but the answer is : The remote server return an error (403) Forbidden
I connect to the server with certificate using sa_repository user.
Any other suggestion ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which language you are using?
Use your certificate but you have to put certificate: none
If you are using postman make sure your ssl certificate button is off..else send me demo of your code ..
Thanks regards
Harsh Gohil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
Attach you can find my simple code.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok thanks will get back to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
try to change the URL to this
https://<Host>:4242/qrs/task/{Task Id}/stop/?xrfkey=abcdefghijklmnop
You did not passed / in your url
If it still not execute try to change the user id that passed in X-Qlik-User.
Regards,
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great, now it work !!!
Thanks a lot
Best regards