cURL
curl --request POST \ --url https://api.xenia.team/api/v1/task/hotels/{hotelId}/checklists/{checklistId}/logs \ --header 'Content-Type: application/json' \ --header 'workspace-id: <workspace-id>' \ --header 'x-client-key: <api-key>' \ --header 'x-client-secret: <api-key>' \ --data '{ "advanceFilters": { "condition": "AND", "filters": [ { "filterName": "<string>", "comparator": "is", "value": [ "<string>" ], "conditional": "<string>" } ] } }'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>", "updatedAt": "2023-11-07T05:31:56Z", "ChecklistId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "submitterTitle": "<string>", "progress": { "count": 123, "score": 123, "progress": 123, "passFailCount": 123, "completedCount": 123, "passFailCompletedCount": 123 } } ], "totalCount": 123, "totalPages": 123, "page": 123, "perPage": 123 }
Fetches all submissions for a given checklist template with optional filters and pagination.
Show child attributes
List of submissions