Get custom error sound settings
Returns custom error sound settings
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- status boolean
- file objectis_uploaded booleanname stringurl 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 string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...