You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This operation is currently in beta-test and as such it is subject to change.
Returns all Sources assigned to Reservations. Each reservation can have multiple sources. Note this operation uses Pagination and supports Portfolio Access Tokens.
Opaque pagination cursor which can be used in Limitation to fetch newer source assignments.
Source assignments (ver 2024-09-20)
Property
Type
Contract
Description
Id
string
required
Unique identifier of the source assignment.
ReservationId
string
required
Unique identifier of the Reservation.
SourceId
string
required
Unique identifier of the Source.
IsPrimary
boolean
required
Specifies whether the source is primary for the Reservation.
Get all source assignments
Returns all Sources assigned to a Reservation group. Each reservation group can have multiple sources. Note this operation uses Pagination and supports Portfolio Access Tokens.
Assignments between reservation group and sources.
Cursor
string
required
Unique identifier of the last and hence oldest source assignment returned. This can be used in Limitation in a subsequent request to fetch the next batch of older source assignments.