Get list of rooms
POST/content/hotels/v1/rooms
Retrieves a paginated list of rooms. The request must be scoped: query is mandatory and has to carry at least one of connectionCode, providerCode, roomCodes or hotelCodes. An unscoped or unwrapped body is rejected with 400 rather than served as an arbitrary page of the whole multi-provider catalog.
Request
Responses
- 200
- 400
- 500
Successful response
Bad request: missing query, no scoping field, an unknown connectionCode, or a pagination token issued for a different query.
Internal server error