Worklist Tasks REST Endpoints

Shared Services/Worklist Tasks
The worklist tasks resource is used to view, create, and update information about workflow tasks and their associated application data.
Create a workflow task and its associated application data
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorklistTasks
Delete a workflow task and its associated application data
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorklistTasks/{TaskId}
Get all information about workflow tasks and their associated application data
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorklistTasks
Get information about a workflow task and its associated application data
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorklistTasks/{TaskId}
Update a workflow task and its associated application data
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorklistTasks/{TaskId}