Get custom external access sound settings
Returns custom external access sound settings
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- status boolean
Determines whether the feature is enabled
file object
Information about sound file
is_uploaded booleanIs custom sound uploaded
name stringFile name
url stringThis 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 message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...