Get analytics collection status
Returns whether device analytics collection is enabled.
Available only for the service custom account type (login with
username=custom and the device admin password).
Responses
- 200
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_enabled boolean
describes the feature status
{
"is_enabled": true
}
{
"is_enabled": true
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
No permission to process this request
- application/json
- Schema
- Example (from schema)
- Permission
Schema
- error string
error message
{
"error": "Permission"
}
{
"error": "Permission"
}
Loading...