settings/list
List of all settings.
GET
Returns an array of all settings, along with details for each setting (including the blob_hash, the GUID needed to access a single setting).
Example request
Request
CODE
curl -b c.txt -c c.txt -X GET https://bc.qwe.com/mocana-app-control/rest/settings/list
Response
CODE
{
"message": "",
"settings": [
{
"code": "DB_SCHEMA_VERSION",
"string_data": "30"
},
{
"code": "OPT_CODE_APP_CUSTOMIZATION_PROFILE_DEFAULT",
"string_data": "db908112-cd8d-42ec-8457-3508148e2465"
},
{
"blob_data": "https://bc.qwe.com/mocana-app-control/rest/files/48e22272-703a-4442-a00c-d9339ba20420",
"blob_hash": "48e22272-703a-4442-a00c-d9339ba20420",
"code": "OPT_CODE_OVERLAY_ICON_CUSTOM",
"string_data": "48x48"
},
{
"blob_data": "https://bc.qwe.com/mocana-app-control/rest/files/b148e0ed-0226-4188-81f9-cc5eac7ef47b",
"blob_hash": "b148e0ed-0226-4188-81f9-cc5eac7ef47b",
"code": "OPT_CODE_OVERLAY_ICON_DEFAULT",
"string_data": "48x48"
},
(...)
],
"status": "OK"
}