Authorizations
Bearer token authentication
Headers
The ID of the client
Example:
"cmf41ajzv003706un4i99q19z"
Query Parameters
The number of items to return
Required range:
1 <= x <= 100Example:
20
The cursor to return the next page of items
Example:
"cmf41ajzv003706un4i99q19z"
The ID of the workspace
Example:
"cmf41ajzv003706un4i99q19z"
The ID of the parent task
Example:
"cmf41ajzv003706un4i99q19z"
The sort field of the results
Available options:
createdAt, updatedAt, dueDate, status, title Example:
"createdAt"
The order of the results based on the sort field
Available options:
asc, desc Example:
"desc"