{ "operationId": "Read Wrap Up Reason Settings", "method": "GET", "path": "/telephony/config/cxEssentials/locations/{locationId}/queues/{queueId}/wrapup/settings", "summary": "Read Wrap Up Reason Settings", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "wrapupTimerEnabled": true, "wrapupTimer": 60, "wrapupReasons": [ { "id": "Y2lzY29zcGFyazovL3VzL1dSQVBVUF9SRUFTT05fSUQvOGVmNzM4OTctMmQzNS00ZjgwLWJkOGQtYzRjNmRhNWNlZjA2", "name": "Wrap up reason 1", "description": "This is a description for wrap-up reason 1", "isDefaultEnabled": true } ] } } ] }