Process Worklist Tasks REST Endpoints

Shared Services/Process Worklist Tasks
The process worklist tasks resource is used to view, create, and update information about workflow tasks and their associated application data, in a Generation 3 Oracle Integration Cloud configuration.
Create a workflow task and its associated application data
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProcessWorklistTasks
Delete a workflow task and its associated application data
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProcessWorklistTasks/{WorklistTaskId}
Get all information about workflow tasks and their associated application data
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProcessWorklistTasks
Get information about a workflow task and its associated application data
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProcessWorklistTasks/{WorklistTaskId}
Update a workflow task and its associated application data
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProcessWorklistTasks/{WorklistTaskId}