Tasks
Retrieve a Task
GET
Retrieve a Task
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Task's unique id
Response
200 - application/json
Unique identifier of the task
ID of the record this task is linked to
Title/description of the task
Due date and time (ISO 8601)
ID of the user assigned to this task
Whether the task has been completed.
Creation date and time (ISO 8601)
Retrieve a Task

