Openapi
Return task detail for the specified organization.
Supabase browser session cookie. Supabase may split larger session values into chunked cookies like sb-auth-token.0.
In: cookie
uuiduuidapplication/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/organizations/123/tasks/123"{ "task": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "number": 1, "displayNumber": "string", "customerId": 1, "customerAssetId": 1, "title": "string", "description": "string", "status": "todo", "priority": "low", "startAt": "2019-08-24T14:15:22Z", "dueAt": "2019-08-24T14:15:22Z", "position": 0, "createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e", "updatedBy": "b0efe45f-0520-4e21-90f0-7e35f137732e", "archivedAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "parentTaskId": "2506db93-67fe-4ab8-a809-f4aa6ed8a0f4", "taskTemplateId": "0bace236-fe21-4c91-8146-4a71f4b64090", "assignees": [ { "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b", "displayName": "string", "avatarUrl": "http://example.com", "disabledAt": "string" } ], "tags": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "kind": "task", "name": "string", "slug": "string", "color": "string", "description": "string", "position": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ] }, "subtasks": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "number": 1, "displayNumber": "string", "customerId": 1, "customerAssetId": 1, "title": "string", "status": "todo", "priority": "low", "startAt": "2019-08-24T14:15:22Z", "dueAt": "2019-08-24T14:15:22Z", "position": 0, "updatedAt": "2019-08-24T14:15:22Z", "parentTaskId": "2506db93-67fe-4ab8-a809-f4aa6ed8a0f4", "assignees": [ { "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b", "displayName": "string", "avatarUrl": "http://example.com", "disabledAt": "string" } ], "tags": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "kind": "task", "name": "string", "slug": "string", "color": "string", "description": "string", "position": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ], "subtaskTotal": 0, "subtaskDone": 0, "commentCount": 0 } ], "comments": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "contentText": "string", "contentDoc": { "version": 1, "blocks": [ { "type": "paragraph", "content": [ { "type": "text", "text": "string" } ] } ] }, "authorId": "ee6f7132-bd0a-4fcd-83b3-a8022377067b", "author": { "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b", "displayName": "string", "avatarUrl": "http://example.com" }, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ], "materials": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8", "productId": "dcd53ddb-8104-4e48-8cc0-5df1088c6113", "productName": "string", "productSku": "string", "productSlug": "string", "quantity": 1, "unit": "string", "unitPrice": 0, "vatRate": 0, "currency": "string", "stockState": "untracked", "consumedAt": "2019-08-24T14:15:22Z", "notes": "string", "position": 0, "createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e", "updatedBy": "b0efe45f-0520-4e21-90f0-7e35f137732e", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ]}