ResourceTypes
Get one ResourceType
Retrieve a single ResourceType record by its Id.
GET
Get one ResourceType
A resource type categorizes bookable resources (e.g., Meeting Room, Hot Desk, or Private Office). Each resource belongs to one resource type. Pricing is not stored on the resource type: booking rates (ExtraService records) apply through their ResourceTypes relationship, and every resource assigned to the type inherits those rates.
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 ResourceType-Read role.Path Parameters
integer
required
The Id of the ResourceType record to retrieve.
Code Examples
Response
200
integer
ID of the location that owns this resource type. Resources and booking rates assigned to the type should belong to this location..
string
Display name of the resource category (e.g., ‘Meeting Room’, ‘Hot Desk’, or ‘Private Office’). Resources that share this type also share the booking rates linked to it..
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