v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Tasks

Get subtasks

Returns a list of subtasks for a specified task if associated with the authenticated client.

get/tasks/{taskId}/subtasks

Path parameters

taskIdstring uuid required

Response

When request is successful. Returns a list of 'SubTask' objects.

idstring nullable
hrefstring nullable
relationstring nullable
methodstring nullable

Example response

{
  "value": [
    {
      "subject": "Confer with Mary",
      "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
    }
  ]
}