List Session Sources
Gets a list of sources assigned to the session.
Authorizations: Sessions - VIEW
Requests
GET /apis/sessions/:sessionId/sources
Response
Success
{
"data": [
{
"index": 0,
"sourceId": "8480b370-c6e7-4224-912c-75d9c55bca6c"
},
{
"index": 1,
"sourceId": "2d45d18f-2829-4a3d-9bcf-17d74b572467"
},
{
"index": 2,
"sourceId": "ac6cf84a-fd2a-4fd1-a6af-feaa336c8857"
},
{
"index": 3,
"sourceId": "323e1db5-5bb4-4988-85fc-b07605b365c8"
}],
"paging": {
"results": 4,
"pageSize": 15
}
}
Parameters
Property | JSON Type | Property Type | Description |
---|---|---|---|
sourceId | string | Required | ID of the source you wish to add to the session. See Source Resources. |
Error
Code | Payload | Description |
---|---|---|
|
| Session is hidden and requester does not own the session. |
|
| Session with UUID |
|
| Session has no sources. |