Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Available options:
Low
, Medium
, High
Available options:
ToDo
, InProgress
, Done
Response
200 - application/json
Task created successfully
Unique identifier for the task.
Unique identifier for the creator of the task.
Title of the task.
Unique identifier for the assignee of the task.
Description of the task.
Priority level of the task.
Available options:
Low
, Medium
, High
Current status of the task.
Available options:
Pending
, InProgress
, Completed
Unique identifier for the account associated with the task.
Unique identifier for the workspace associated with the task.
Unique identifier for the asset associated with the task.
Asset associated with the task.
User assigned to the task.
User who created the task.