Get a task
Retrieves a specified task.
Path Parameters
Response
When request is successful. Returns a 'Task' object.
Matter associated to the task.
The parent task associated to this task. Id is missing if this task is not a sub task.
The staff member who created the task.
The staff member who completed the task.
The staff member who last updated the task.
The staff member(s) assigned to the task.
The tasks associated to the task.
The subject - a short description of the task.
"Review contract for John Smith"
Notes on the task.
"Contract needs to be reviewed and discussed with John"
Categories for the task.
Deprecated. Use DueDateOnly instead.
The due date of the task in UTC.
"2020-02-15T13:00:00Z"
The due date of the task.
The time portion will always be set to 00:00:00 and should be ignored. Only the date portion is relevant.
"2020-02-15T00:00:00"
Deprecated. Use CompletedDateOnly instead.
When the task was completed in UTC.
"2020-02-15T13:00:00Z"
The date when the task was completed.
The time portion will always be set to 00:00:00 and should be ignored. Only the date portion is relevant.
"2020-02-15T00:00:00"
Deprecated. Use CreatedDateOnly instead.
When the task was created in UTC.
"2020-02-15T13:00:00Z"
The date when the task was created.
The time portion will always be set to 00:00:00 and should be ignored. Only the date portion is relevant.
"2020-02-15T00:00:00"
True when the task is completed.
false
True when the task is deleted.
false
Last updated timestamp.
637847425252027400
Duration of the task in ISO 8601 duration format.
"PT4H33M"