Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
hello,
check this out it will help you
Thanks Regards
Harsh Gohil
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
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
Hello
Attach you can find my simple code.
Thanks
Ok thanks will get back to you.
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
Great, now it work !!!
Thanks a lot
Best regards