Skip to main content
GET
Get a subtask

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

taskId
string<uuid>
required
id
string<uuid>
required

Response

When request is successful. Returns a 'SubTask' object.

Subtask resource.

id
string | null
href
string | null
relation
string | null
method
string | null
default:GET
self
object | null
parentTask
object | null

The parent (task) of the subtask.

createdBy
object | null

The staff member who created the subtask.

completedBy
object | null

The staff member who completed the subtask.

lastUpdatedBy
object | null

The staff member who last updated the subtask.

subject
string | null

The subject - a short description of the subtask.

Example:

"Confer with Mary"

completedDate
string<date-time> | null
deprecated

Deprecated. Use CompletedDateOnly instead.

When the subtask was completed in UTC.

Example:

"2020-02-15T13:00:00Z"

completedDateOnly
string<date-time> | null

The date when the subtask was completed.

The time portion will always be set to 00:00:00 and should be ignored. Only the date portion is relevant.

Example:

"2020-02-15T00:00:00"

createdDate
string<date-time> | null
deprecated

Deprecated. Use CreatedDateOnly instead.

When the subtask was created in UTC.

Example:

"2020-02-15T13:00:00Z"

createdDateOnly
string<date-time> | null

The date when the subtask was created.

The time portion will always be set to 00:00:00 and should be ignored. Only the date portion is relevant.

Example:

"2020-02-15T00:00:00"

isCompleted
boolean

True when the subtask is completed.

Example:

false

isDeleted
boolean

True when the subtask is deleted.

Example:

false

lastUpdated
integer<int64>

Last updated timestamp.

Example:

637847425252027400