Tasks REST Endpoints

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