Skip to main content
GET
Search Checkins
A Checkin records a customer’s access to a location using an eligible pass. The system first selects an eligible customer or shared pass; when none is available, it creates a customer pay-as-you-go pass only when the location enables pay-as-you-go and has a valid pass for that customer type. A pay-as-you-go check-in starts with no charge and, at checkout, is charged by duration or fixed pass price subject to the location’s daily minimum and maximum settings. Check-ins can be opened or closed manually or through access, network, sensor, tile, or booking integrations.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the Checkin-List role.

Enums

Query Parameters

Pagination & Sorting

integer
default:"1"
The page number to retrieve.
integer
default:"25"
The number of records per page.
string
The property name to sort results by (e.g. Name, CreatedOn).
integer
Sort direction. 0 for ascending, 1 for descending.

Filters

integer
Filter by iD of the customer checking in. The customer must be active; the system first uses an eligible customer or shared pass, then can fall back to an eligible pay-as-you-go pass when the location allows it..
string
Filter by display value for Coworker.FullName..
integer
Filter by iD of the location where the customer checked in. The Admin Agent supplies the current location for create and update operations..
string
Filter by display value for Business.Name..
integer
Filter by read-only origin of the check-in: Manual, DoorAccess, NetworkActivity, Tile, Sensor, or Booking. New manual records default to Manual..
string
Filter by check-in start date and time, stored in UTC and rounded to the nearest 15 minutes. It must be earlier than ToTime when a checkout time is provided..
string
Filter by optional checkout date and time, stored in UTC and rounded to the nearest 15 minutes. Leave empty to keep the check-in open; when set, it must be later than FromTime..
boolean
Filter by system-calculated flag copied from the pass used for this check-in; it determines whether the duration counts against the customer’s plan limits..
string
Filter by internal GUID of the customer pass selected or created by check-in validation; choose an eligible pass through the check-in workflow instead..
boolean
Filter by internal flag set by automated check-in sources to request later checkout validation; it is not a manual check-in setting..
string
Filter by internal UTC timestamp of the most recent activity reported by a network or access-control integration for this open check-in..
string
Filter by internal comma-separated device MAC addresses captured by a network-activity check-in; this network identifier is managed by integrations..
string
Filter by system-generated comma-separated snapshot of the customer’s team names when the check-in was created..
string
Filter by system-generated comma-separated snapshot of the customer’s active plan names when the check-in was created..
string
Filter by internal scheduler job ID used to prevent duplicate automatic checkout validation for an open check-in..
string
Filter by internal location-local representation of FromTime generated for reporting; set FromTime instead..
string
Filter by internal location-local representation of ToTime generated for reporting; set ToTime instead..

Range Filters

string
Filter by check-in start date and time, stored in UTC and rounded to the nearest 15 minutes. It must be earlier than ToTime when a checkout time is provided. greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by check-in start date and time, stored in UTC and rounded to the nearest 15 minutes. It must be earlier than ToTime when a checkout time is provided. less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by optional checkout date and time, stored in UTC and rounded to the nearest 15 minutes. Leave empty to keep the check-in open; when set, it must be later than FromTime. greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by optional checkout date and time, stored in UTC and rounded to the nearest 15 minutes. Leave empty to keep the check-in open; when set, it must be later than FromTime. less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by internal UTC timestamp of the most recent activity reported by a network or access-control integration for this open check-in. greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by internal UTC timestamp of the most recent activity reported by a network or access-control integration for this open check-in. less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by internal location-local representation of FromTime generated for reporting; set FromTime instead. greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by internal location-local representation of FromTime generated for reporting; set FromTime instead. less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by internal location-local representation of ToTime generated for reporting; set ToTime instead. greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by internal location-local representation of ToTime generated for reporting; set ToTime instead. less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter records created on or after this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records created on or before this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records updated on or after this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records updated on or before this date. Format: YYYY-MM-DDTHH:mm.

Code Examples

Simple listing

Filtering by CreatedOn

Range filters

Response

200

Checkin[]
The list of Checkin records matching the query. See the Get one Checkin endpoint for the full list of properties returned for each record.
integer
Current page number.
integer
Number of records per page.
string
The field used for sorting.
integer
The sort direction (0 = ascending, 1 = descending).
integer
Index of the first item on the current page.
integer
Index of the last item on the current page.
integer
Total number of matching records across all pages.
integer
Total number of pages.
boolean
Whether there is a next page of results.
boolean
Whether there is a previous page of results.
Example Response