Get a list of all reasons for agents’ inactivity.
Permissions
---- Permissions:INTEGRATOR ----
HTTP Request
GET /api/v1/inactivity/reasons HTTP/1.1 Accept: application/json Host: localhost:8080
Example a Successfull HTTP Response
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 137
[ {
"code" : "code",
"reasons" : [ {
"locale" : "en",
"name" : "Learning"
} ],
"color" : "#FFFFFF",
"active" : true
} ]