v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBTasks
Get a task
Retrieves a specified task.
get/tasks/{id}
Path parameters
idstring uuid required
Response
When request is successful. Returns a 'Task' object.
Example response
{
"subject": "Review contract for John Smith",
"note": "Contract needs to be reviewed and discussed with John",
"dueDate": "2020-02-15T13:00:00Z",
"dueDateOnly": "2020-02-15T00:00:00",
"completedDate": "2020-02-15T13:00:00Z",
"completedDateOnly": "2020-02-15T00:00:00",
"createdDate": "2020-02-15T13:00:00Z",
"createdDateOnly": "2020-02-15T00:00:00",
"lastUpdated": 637847425252027400,
"duration": "PT4H33M"
}