v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
Settings

Get the value of a setting

Get the current value of a specific setting

get/settings/{settingId}

Path parameters

settingIdstring required
Example:global_policy_mode

Id of the setting to set

Response

Settings

idstring required

Id of the setting

result'success' | 'error' required

Result of the request

action'getSetting' required

The id of the action

Example response

{
  "id": "global_policy_mode",
  "data": {
    "settingId": "allowed_networks"
  }
}