Reservation Resources API

Resources are bookable entities (people, rooms, tables, equipment) with capacity and optional link to an organization user for person types. Availability and exceptions are configured on separate endpoints.

Base endpoint: /reservation-resources

Resource object (fields used by the app)

json

resource_type

Values used in the UI include person, room, and other types your organization may use. When resource_type is person, user_id may reference an organization user; for non-person types, user_id should be null.

Related

Report an issue with this documentation

Please log in to report issues with our documentation.