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
Unique identifiers of the Enterprises. If not specified, the operation returns data for all enterprises within scope of the Access Token.
ReservationGroupIds
array of string
optional, max 1000 items
Unique identifiers of the Reservation Group. Required if no other filter is provided.
UpdatedUtc
optional, max length 3 months
Interval in which the Reservation Group was updated. Required if no other filter is provided.
Response
Cursor
string
required
Unique identifier of the last and hence oldest reservation group returned. This can be used in Limitation in a subsequent request to fetch the next batch of older reservation groups.
Reservation Group
Id
string
required
Unique identifier of the reservation group.
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