cURL
curl --request POST \ --url https://api.xenia.team/api/v1/task/workspaces/{workspaceId}/tasks/catalog \ --header 'Content-Type: application/json' \ --header 'x-client-key: <api-key>' \ --header 'x-client-secret: <api-key>' \ --data ' { "searchText": "inspection", "offset": 0, "limit": 50, "groupBy": "" } '
{ "data": { "counts": [ { "group": "<string>", "count": 123 } ], "tasks": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "taskStatus": "<string>", "priority": "<string>", "dueDate": "2023-11-07T05:31:56Z", "startDate": "2023-11-07T05:31:56Z", "assignees": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "AssetId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "LocationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "ChecklistId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "ProjectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ], "apiTime": { "count": 123, "list": 123, "total": 123 } }, "meta": {} }
Documentation IndexFetch the complete documentation index at: https://docs.xenia.team/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.xenia.team/llms.txt
Use this file to discover all available pages before exploring further.
"cb363f7e-c52a-4478-911d-f6a6f791090e"
"inspection"
0
50
taskStatus
assignees
AssetId
LocationId
priority
templateSource
Show child attributes
Successful response with task data and count grouping