Get customer's checkin history

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

SecurityApiKeyAuth
Request
path Parameters
customerId
required
integer <int64>

Unique ID of the customer

query Parameters
fromDate
string <date>

The from date of the time span

toDate
string <date>

The to date of the time span, should not be greater than 365 days from the start date.

sliceSize
integer <int32> [ 1 .. 50 ]
Default: 10

Desired size of data chunk

offset
string
Default: "0"
Responses
200

OK

400

Validation of the request failed.

401

Authentication failed. No api-key, wrong api-key or wrong header name.

403

Authorization failed. The caller has no privilege to the given resource.

404

Entity does not exists.

409

Conflict

429

Access denied - rate limit is exceeded.

500

Unexpected system error.

get/v1/cross-studio/customers/{customerId}/activities/checkins
Request samples
Response samples
application/json
{
  • "result": [
    ],
  • "hasNext": true,
  • "offset": "100"
}