Required Scopes: CHECKIN_READ
Returns a list of studio checkins of the customer from all studios with activated partner integration for a specific time span (default is one month from today) in expected slices
OK
Validation of the request failed.
Authentication failed. No api-key, wrong api-key or wrong header name.
Authorization failed. The caller has no privilege to the given resource.
Entity does not exists.
Conflict
Access denied - rate limit is exceeded.
Unexpected system error.
{- "result": [
- {
- "checkinId": 1001,
- "checkInDateTime": "2023-12-03T10:15:30+01:00",
- "checkOutDateTime": "2023-12-03T10:16:30+01:00",
- "studioId": 123,
- "studioName": "Example studio"
}
], - "hasNext": true,
- "offset": "100"
}