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 and supports Portfolio Access Tokens.
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 | 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. |
| array of string | optional, max 1000 items | Unique identifiers of the |
| optional, max length 3 months | Interval of | |
| required | Limitation on the quantity of data returned and optional Cursor for the starting point of data. |
Response
Property | Type | Contract | Description |
---|---|---|---|
| array of Source assignment | 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 |
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. |
| boolean | required | Specifies the primary source for the Reservation group. |
Last updated