Source assignments
Get all source assignments
Returns all Sources assigned to a Reservation group. Each reservation group can have multiple sources. Note this operation uses Pagination.
Request
[PlatformAddress]/api/connector/v1/sourceassignments/getAll
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Token identifying the client application. |
| string | required | Access token of the client application. |
| string | required | Name and version of the client application. |
| array of string | required, max 1000 items | Unique identifiers of the Reservation group. |
| optional, max length 3 months | Interval of Reservation group last update date and time. | |
| required | Limitation on the quantity of source assignment data returned. |
Response
Property | Type | Contract | Description |
---|---|---|---|
| array of SourceAssignment | required | Assignments between reservation group and sources. |
| 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. |
Source assignment
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Unique identifier of the source assignement. |
| string | required | Unique identifier of the Reservation group. |
| string | required | Unique identifier of the Source. |
| bool | required | Specifies the primary source for the Reservation group. |
Last updated