TimePasses
Search TimePasses
Search and list TimePass records with filtering, sorting, and pagination.
GET
Search TimePasses
Passes allow customers to check in to a coworking space. There are two kinds:
- Day Pass — valid for a single calendar day. Created with
MinutesIncludedomitted (null). The customer can check in any number of times during that day. - Time Pass — valid across multiple days up to a fixed amount of time. Created with “MinutesIncluded
<minutes>set. The customer can check in until the included minutes are exhausted.
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 TimePass-List role.Query Parameters
Pagination & Sorting
The page number to retrieve.
The number of records per page.
The property name to sort results by (e.g.
Name, CreatedOn).Sort direction.
0 for ascending, 1 for descending.Filters
Filter by iD of the business linked to this record.
Filter by business name.
Filter by time pass name.
Filter by invoice line display text.
Filter by unit price amount.
Filter by minutes included.
Filter by counts towards plan limits.
Filter by use as pay-as-you-go for members.
Filter by use as pay-as-you-go for contacts.
Filter by use priority.
Filter by iD of the currency linked to this record.
Filter by currency code.
Filter by iD of the tax rate linked to this record.
Filter by iD of the reduced tax rate linked to this record.
Filter by iD of the exempt tax rate linked to this record.
Filter by iD of the financial account linked to this record.
Filter by kisi group ID.
Filter by doorGuard group ID.
Filter by iD of the access control group associated with this record.
Filter by the access control group ids value for this time pass.
Filter by allow network check-in.
Filter by only available for contacts.
Filter by only available for members.
Filter by whether this time pass is archived and hidden from active lists.
Range Filters
Filter by unit price amount greater than or equal to this value.
Filter by unit price amount less than or equal to this value.
Filter by minutes included greater than or equal to this value.
Filter by minutes included less than or equal to this value.
Filter by use priority greater than or equal to this value.
Filter by use priority less than or equal to this value.
Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by Name
Range filters
Response
200
The list of TimePass records matching the query. See the Get one TimePass endpoint for the full list of properties returned for each record.
Current page number.
Number of records per page.
The field used for sorting.
The sort direction (
0 = ascending, 1 = descending).Index of the first item on the current page.
Index of the last item on the current page.
Total number of matching records across all pages.
Total number of pages.
Whether there is a next page of results.
Whether there is a previous page of results.
Example Response
Search TimePasses