Skip to main content

Get Information on a Source

Gets information about the specified source.

Authorizations: Sources - VIEW

Requests

CODE
GET /apis/sources/:sourceId

Response

Success

JSON
{ 
  "data": [{ 
    "name": "makito 2", 
    "host": "239.159.103.101", 
    "port": 4900, 
    "multicast": true, 
    "type": "UDP", 
    "id": "c784b7e7-6d48-4899-b81f-f2a93a7ff83e" 
  }, 
  { 
    "name": "Makito X", 
    "host": "239.159.103.100", 
    "port": 4900, 
    "multicast": true, 
    "type": "UDP", 
    "id": "8a107d6f-7cc7-4151-a5a8-abb12a6f5ab7" 
  }], 
  "paging": { 
    "results": 2,
    "pageSize": 15
  }
}

Error

Code

Payload

 Description

404

{"code":"040009", "name":"SourceNotFound",
"message":"Source not found", "httpStatusCode":404}

Source with UUID sourceId not found.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.