Get custom ringing tone settings
Returns custom ringing tone settings
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- status booleandescribes feature enable/disable status, true - on / false - off 
- file object- this object represents data about custom file is_uploaded boolean- describes is file present for the particular feature name string- name of the custom file 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...