Tasks REST Endpoints

Process/Tasks
Retrieve task lists. Retrieve, create, update, and delete tasks.
Add a Task Attachment
Method: post
Path: /ic/api/process/v1/tasks/{id}/attachments
Add a Task Comment
Method: post
Path: /ic/api/process/v1/tasks/{id}/comments
Delete a Task Attachment
Method: delete
Path: /ic/api/process/v1/tasks/{id}/attachments/{attachmentName}
Perform an Action on a Task
Method: put
Path: /ic/api/process/v1/tasks/{id}
Perform Bulk Action on Tasks
Method: put
Path: /ic/api/process/v1/tasks
Retrieve a Custom Task List
Method: get
Path: /ic/api/process/v1/tasks/views/{viewname}
Retrieve a List of Task Conversations
Method: get
Path: /ic/api/process/v1/tasks/{id}/conversations
Retrieve a Task
Method: get
Path: /ic/api/process/v1/tasks/{id}
Retrieve a Task Attachment as a Stream
Method: get
Path: /ic/api/process/v1/tasks/{id}/attachments/{attachmentName}/stream
Retrieve a Task Attachment by Name
Method: get
Path: /ic/api/process/v1/tasks/{id}/attachments/{attachmentName}
Retrieve a Task Conversation by Conversation ID
Method: get
Path: /ic/api/process/v1/tasks/{id}/conversations/{conversationId}
Retrieve a Task List
Method: get
Path: /ic/api/process/v1/tasks
Retrieve Custom Task Lists
Method: get
Path: /ic/api/process/v1/tasks/views
Retrieve DOCs Folder Details by Folder ID for a Task
Method: get
Path: /ic/api/process/v1/tasks/{id}/folders/{folderId}
Retrieve DOCs Folder Details for a Task
Method: get
Path: /ic/api/process/v1/tasks/{id}/folders
Retrieve Task Attachments
Method: get
Path: /ic/api/process/v1/tasks/{id}/attachments
Retrieve Task Comments
Method: get
Path: /ic/api/process/v1/tasks/{id}/comments
Retrieve Task History
Method: get
Path: /ic/api/process/v1/tasks/{id}/history
Retrieve Task Metrics for the User
Method: get
Path: /ic/api/process/v1/tasks/task-metrics
Retrieve the Task Payload
Method: get
Path: /ic/api/process/v1/tasks/{id}/payload
Update the Task Payload
Method: post
Path: /ic/api/process/v1/tasks/{id}/payload