TimePasses
Get one TimePass
Retrieve a single TimePass record by its Id.
GET
Get one TimePass
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-Read role.Path Parameters
The Id of the TimePass record to retrieve.
Code Examples
Response
200
ID of the business linked to this record.
Business name.
Time pass name.
Invoice line display text.
Unit price amount.
Minutes included.
Counts towards plan limits.
Use as pay-as-you-go for members.
Use as pay-as-you-go for contacts.
Use priority.
ID of the currency linked to this record.
Currency code.
ID of the tax rate linked to this record.
ID of the reduced tax rate linked to this record.
ID of the exempt tax rate linked to this record.
ID of the financial account linked to this record.
List of businesses linked to this record.
Kisi group ID.
DoorGuard group ID.
ID of the access control group associated with this record.
The access control group ids value for this time pass.
Allow network check-in.
Only available for contacts.
Only available for members.
List of tariffs linked to this record.
Whether this time pass is archived and hidden from active lists.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one TimePass