Worklist Task Assignments REST Endpoints

Shared Services/Worklist Task Assignments
The worklist task assignment resource is used to view, create, update and delete information about workflow task assignments.
Create a workflow task assignment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskAssignments
Delete a workflow task assignment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskAssignments/{publicSectorWorklistTaskAssignmentsUniqID}
Get all information about workflow task assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskAssignments
Get information about a workflow task assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskAssignments/{publicSectorWorklistTaskAssignmentsUniqID}
Update a workflow task assignment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskAssignments/{publicSectorWorklistTaskAssignmentsUniqID}