Tasks REST Endpoints
Tasks
All tasks related to REST API Endpoints
- Add a Task Attachment
- Method: postPath:
/tasks/{id}/attachments - Add a Task Comment
- Method: postPath:
/tasks/{id}/comments - Create a Task
- Method: postPath:
/tasks - Create a To-Do Task
- Method: postPath:
/tasks/todoTask - Delete a Task Attachment
- Method: deletePath:
/tasks/{id}/attachments/{attachmentName} - Perform an Action on Tasks
- Method: putPath:
/tasks - Retrieve a Task
- Method: getPath:
/tasks/{id} - Retrieve a Task Attachment as a Stream
- Method: getPath:
/tasks/{id}/attachments/{attachmentName}/stream - Retrieve a Task Attachment by Name
- Method: getPath:
/tasks/{id}/attachments/{attachmentName} - Retrieve a Task Form
- Method: getPath:
/tasks/{id}/form - Retrieve a Task List
- Method: getPath:
/tasks - Retrieve a Task View
- Method: getPath:
/tasks/views/{viewname} - Retrieve Custom Task Lists
- Method: getPath:
/tasks/views - Retrieve Task Attachments
- Method: getPath:
/tasks/{id}/attachments - Retrieve Task Comments
- Method: getPath:
/tasks/{id}/comments - Retrieve Task History
- Method: getPath:
/tasks/{id}/history - Retrieve Task Payload
- Method: getPath:
/tasks/{id}/summaryField - Retrieve To-Do Tasks
- Method: getPath:
/tasks/{id}/todoTasks - Update a Task
- Method: putPath:
/tasks/{id} - Update Task Payload
- Method: postPath:
/tasks/{id}/summaryField