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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskAssignments - Delete a workflow task assignment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskAssignments/{publicSectorWorklistTaskAssignmentsUniqID} - Get all information about workflow task assignments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskAssignments - Get information about a workflow task assignment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskAssignments/{publicSectorWorklistTaskAssignmentsUniqID} - Update a workflow task assignment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskAssignments/{publicSectorWorklistTaskAssignmentsUniqID}