Get custom open lock sound settings
Returns custom open lock sound settings
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- status booleanDetermines whether the feature is enabled 
- file object- Information about sound file is_uploaded boolean- Is custom sound uploaded name string- File name url string- This url can be used to retrieve sound file 
{
  "status": true,
  "file": {
    "is_uploaded": true,
    "name": "HelloWorld.wav",
    "url": "/advanced/notification/sound/file?name=sound.wav"
  }
}
{
  "status": true,
  "file": {
    "is_uploaded": true,
    "name": "HelloWorld.wav",
    "url": "/advanced/notification/sound/file?name=sound.wav"
  }
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...