Worklist Task Workers REST Endpoints

Shared Services/Worklist Task Workers
The worklist task workers resource is used to view, create, and update information about worklist task workers.
Create a worklist task worker
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskWorkers
Delete a worklist task worker
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskWorkers/{LoginUserId}
Get all information about worklist task workers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskWorkers
Get information about a worklist task worker
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskWorkers/{LoginUserId}
Update a worklist task worker
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskWorkers/{LoginUserId}