get
https://example.com/booking/v1/groups
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Use this endpoint to retrieve the group bookings that match your query parameters.
Before you call this endpoint
- Include an access token with at least one of these scopes:
groups.read,reservations.read, orreservations.manage. - Add query parameters when you want to filter the result set.
- Use the
expandparameter when you want the response to include embedded resources.
What this endpoint does
The API returns the group bookings that match the filters you send with the request. If you do not send any filters, the API returns all group bookings available in your request context.
Authorization
Send an access token that includes at least one of these scopes:
groups.readreservations.readreservations.manage
204No group bookings found.
400Bad request.
401You are unauthorized.
403Forbidden.
404The Request-URI could not be found.
499Client closed request.
500An unexpected error occurred.
503The server is currently unavailable. Please try later.