Is there any way by which we can get all the task that are unassigned and mark them completed using API’s?

@loginerror Hi,
Is there any way by which we can get all the task that are unassigned and mark them completed using API’s?

Many thanks in advance!

Hi @Anmol_Yadav

The Cloud API is quite extensive, please check it out here:
https://docs.uipath.com/orchestrator/reference/consuming-cloud-api

And all the endpoints here:
https://docs.uipath.com/orchestrator/reference/api-references
Mainly:

@Anmol_Yadav , please look at tasks and TaskForms APis in the cloud OR swagger.
Also to add, please look for an update from us next week on a new version of Persistence activity pack V1.2 that will contain additional activities GetFormTasks, Get Task Data by ID, complete task, forward task and re-assign task.