Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I was looking for api method that will return all (or specific) Tasks status (i.e. success, failed) but cant find any suitable method in the help site. Did anyone know which method can be used (if exists?)
Thanks!
Stefan
Hi,
You could use any of:
/qrs/task get condensed version
/qrs/task/full get full version
/qrs/task/table create a table
Another option is to run the qmc and check what it does (looks like it uses table when I look)
Hope this helps
Erik
Please mark the appropriate replies as correct or helpful so our team and other members know that your question has been answered to your satisfaction.
Hi,
have a look into the Repository API and the section "Tasks" there:
Regards
Stefan
Thanks Stefan
I went through the Task methods before and I can see that there are methods to star/stop task(s) but there is no method to just list the statuses. Might be this method don't exists at the moment?
Regards!
Stefan
Hi,
You could use any of:
/qrs/task get condensed version
/qrs/task/full get full version
/qrs/task/table create a table
Another option is to run the qmc and check what it does (looks like it uses table when I look)
Hope this helps
Erik
Please mark the appropriate replies as correct or helpful so our team and other members know that your question has been answered to your satisfaction.
Ahhh i see. Thanks Erik.
Regards!
Stefan
so when i do a get to '/task/{id}/' , I get 'Received error code: 404::No matching endpoint found'