ホーム > 開発 > IP コントロール > REST API > APIリスト
getSchemeList (v1.0)
Estimated reading time: 1 minute
- This API provides the list of schemes that the device can handle.
Syntax
- http://<Base URL>/avContent
Authentication Level
- none
Request
- params' Elements
- Not necessary.
- JSON Example
-
{ "method": "getSchemeList", "id": 1, "params": [], "version": "1.0" }
Response
- result's Elements
- An array of objects composed of the following pairs.
name | type | multiplicity | default | description |
---|---|---|---|---|
scheme | string | 1 | Scheme name. Refer to here to learn the scheme and URI structure in detail. |
- JSON Example
-
{ "result": [[ {"scheme": "extInput"}, {"scheme": "fav"} ]], "id": 1 }
- Error Code
- No additional error codes are defined. Refer to error code for common errors.
Appendix
Guide about Response
- This API doesn’t support media contents in DLNA and USB storage.
Last modified: 26 Jul 2024