List Session Sources
Gets a list of sources assigned to the session.
Authorizations: Sessions - VIEW
Requests
GET /apis/sessions/:sessionId/sources |
Response
Success
{ |
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 |
---|---|---|
403 | {"code":"040006", "name":"SessionHidden", | Session is hidden and requester does not own the session. |
404 | {"code":"040006", "name":"SessionNotFound", | Session with UUID |
404 | {"code":"040012", "name":"NoResults", | Session has no sources. |