Gets agents’ sound notification setting (whether it is turned on or off) by agent ID.
Permissions
---- Permissions:INTEGRATOR,SUPERVISOR ----
HTTP Request
GET /api/v1/agents/1/notification/sound HTTP/1.1 Authorization: Bearer <integrator_token> Host: localhost:8080
Example of a Successful HTTP Response
HTTP/1.1 200 OK
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Type: application/json
Content-Length: 25
{
"turnedOn": true
}