v1
latestOpenAPI 3.1.12026-07-124448163.2 KBtasks
Get a task
Returns a single task by ID.
get/tasks/{id}
Path parameters
idstring cuid required
The ID of the item
Example:cmf41ajzv003706un4i99q19z
Headers
x-client-idstring cuid required
The ID of the client
Example:cmf41ajzv003706un4i99q19z
Response
Task
Example response
{
"id": "cmf41ajzv003706un4i99q19z",
"title": "Task 1",
"text": "Upload the documents",
"status": "OPEN",
"dueDate": "2021-01-01T00:00:00Z",
"workspaceId": "cmf41ajzv003706un4i99q19z",
"createdById": "cmf41ajzv003706un4i99q19z",
"actorType": "USER",
"parentId": "cmf41ajzv003706un4i99q19z",
"destinationFolderId": "cmf41ajzv003706un4i99q19z",
"createdAt": "2021-01-01T00:00:00Z",
"updatedAt": "2021-01-01T00:00:00Z"
}