Process Worklist Task Assignments REST Endpoints

Shared Services/Process Worklist Task Assignments
The worklist task assignment resource is used to view, create, update and delete information about workflow task assignments Generation 3 Oracle Integration Cloud cofiguration.
Create a workflow task assignment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProcessWorklistTaskAssignments
Delete a workflow task assignment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProcessWorklistTaskAssignments/{publicSectorProcessWorklistTaskAssignmentsUniqID}
Get all information about workflow task assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProcessWorklistTaskAssignments
Get information about a workflow task assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProcessWorklistTaskAssignments/{publicSectorProcessWorklistTaskAssignmentsUniqID}
Update a workflow task assignment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProcessWorklistTaskAssignments/{publicSectorProcessWorklistTaskAssignmentsUniqID}