Get settings of emergency custom text
Returns settings of emergency custom text
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- status booleanDetermines whether the feature is enabled 
- text stringText hint 
{
  "status": true,
  "text": "Unlock:  #+PSW+#"
}
{
  "status": true,
  "text": "Hello World"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...