cURL
curl --request GET \ --url https://api.xenia.team/api/v1/task/hotels/{hotelId}/checklists/{checklistId}/logs/{logId} \ --header 'workspace-id: <workspace-id>' \ --header 'x-client-key: <api-key>' \ --header 'x-client-secret: <api-key>'
{ "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 }, "Updater": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "fullName": "<string>", "firstName": "<string>", "lastName": "<string>", "photo": "<string>", "timezone": "<string>" }, "LastItemUpdater": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "fullName": "<string>", "firstName": "<string>", "lastName": "<string>", "photo": "<string>", "timezone": "<string>" }, "lastItemUpdatedAt": "2023-11-07T05:31:56Z" }
Retrieves the details of a single checklist submission using its ID.
Checklist submission details
Show child attributes