List Reservations
Retrieve reservations for an organization with optional filters, search, sorting, and pagination.
Endpoint
GET/reservations
Request
Calendar-style range (same pattern as the Reservations calendar)
Response
json
Query parameters
| Parameter | Type | Description |
|---|---|---|
organization_id | Number | Required. Organization scope. |
$limit | Number | Page size (use at most 50 per request). |
$skip | Number | Offset for pagination. |
$sort | Object | e.g. { "start_datetime": 1 } or { "created_at": -1 }. |
searchTerm | String | Free-text search (same as the Reservations list search). |
status | String | Filter by a single status, or use operators on status as supported by your query adapter. |
start_datetime | Object | Range filter with $gte / $lte for calendar or reporting. |
Nested service, contact, and assigned_resources may be included when the API applies joins for list views.
Report an issue with this documentation
Please log in to report issues with our documentation.