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