Manage Tasks REST Endpoints
Manage Tasks
Retrieve task lists. Retrieve, create, update, and delete tasks.
- Add a Task Attachment
- Method: postPath:
/bpm/api/4.0/tasks/{id}/attachments - Add a Task Comment
- Method: postPath:
/bpm/api/4.0/tasks/{id}/comments - Delete a Task Attachment
- Method: deletePath:
/bpm/api/4.0/tasks/{id}/attachments/{attachmentName} - Perform Action on Task
- Method: putPath:
/bpm/api/4.0/tasks/{id} - Perform Bulk Action on Tasks
- Method: putPath:
/bpm/api/4.0/tasks - Retrieve a Custom Task List
- Method: getPath:
/bpm/api/4.0/tasks/views/{viewname} - Retrieve a Task
- Method: getPath:
/bpm/api/4.0/tasks/{id} - Retrieve a Task Attachment as a Stream
- Method: getPath:
/bpm/api/4.0/tasks/{id}/attachments/{attachmentName}/stream - Retrieve a Task Attachment by Name
- Method: getPath:
/bpm/api/4.0/tasks/{id}/attachments/{attachmentName} - Retrieve a Task Form URI
- Method: getPath:
/bpm/api/4.0/tasks/{id}/form - Retrieve a Task List
- Method: getPath:
/bpm/api/4.0/tasks - Retrieve Custom Task Lists
- Method: getPath:
/bpm/api/4.0/tasks/views - Retrieve Task Attachments
- Method: getPath:
/bpm/api/4.0/tasks/{id}/attachments - Retrieve Task Comments
- Method: getPath:
/bpm/api/4.0/tasks/{id}/comments - Retrieve Task History
- Method: getPath:
/bpm/api/4.0/tasks/{id}/history - Retrieve Task Payload
- Method: getPath:
/bpm/api/4.0/tasks/{id}/payload - Update a Task Payload
- Method: putPath:
/bpm/api/4.0/tasks/{id}/payload