getSourceList (v1.0)

Estimated reading time: 1 minute

This API provides the list of sources in the scheme.

Syntax

http://<Base URL>/avContent

Authentication Level

none

Request

params' Elements
An object composed of the following pair(s).
name type multiplicity default description
scheme string 1 Scheme name. Refer to here to learn the scheme and URI structure in detail.
{
    "method": "getSourceList",
    "id": 1,
    "params": [{"scheme": "extInput"}],
    "version": "1.0"
}

Response

result's Elements
An array of objects composed of the following pairs.
name type multiplicity default description
source string 1 Source name composed by a URI with a scheme and path. Refer to here to learn the source and URI structure in detail.
JSON Example
{
    "result": [[
        {"source": "extInput:hdmi"},
        {"source": "extInput:component"},
        {"source": "extInput:cec"},
        {"source": "extInput:widi"}
    ]],
    "id": 1
}
Error Code
No additional error codes are defined. Refer to error code for common errors.

Appendix

Guide about Request

  • Supported schemes are replied to by getSchemeList.
Last modified: 6 Feb 2019