Reservation groups
Get all reservation groups
Returns all reservation groups, filtered by unique identifiers and other filters. Note this operation uses Pagination and supports Portfolio Access Tokens.
Request
[PlatformAddress]/api/connector/v1/reservationGroups/getAll
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
EnterpriseIds
array of string
optional, max 1000 items
ReservationGroupIds
array of string
optional, max 1000 items
UpdatedUtc
optional, max length 3 months
Limitation
required
Limitation on the quantity of reservation groups returned.
Response
ReservationGroups
required
The filtered reservation groups.
Cursor
string
required
Reservation Group
Id
string
required
Unique identifier of the reservation group.
EnterpriseId
string
required
Name
string
optional
Name of the reservation group, might be empty or same for multiple groups.
ChannelManager
string
optional
Name of the corresponding channel manager.
ChannelManagerGroupNumber
string
optional
Identifier of the channel manager.
Last updated
Was this helpful?