Gets a device setting
GET /v1/devicesetting/device/{deviceID}
Summary
Gets a device setting.
Details
Supply the setting name with the setting_name query parameter. This endpoint also accepts settingname.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| deviceID | path | integer (int64) | Yes | The device ID that owns the setting. | 1 |
Request Body
No request body is documented here.
Responses
200
Success
application/json
Not documented here.