{ "operationId": "Read Wrap Up Reason", "method": "GET", "path": "/telephony/config/cxEssentials/wrapup/reasons/{wrapupReasonId}", "summary": "Read Wrap Up Reason", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "name": "Wrap up reason 1", "description": "This is a description for wrap-up reason 1", "defaultWrapupQueuesCount": 1, "queues": [ { "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvOGY1MDI2ZjMtMDZjYi00OTU3LWE0MDQtNDYyM2UzYjJjYzVi", "name": "Queue 1", "locationName": "Location 1", "phoneNumber": "+1234567890", "extension": "1234", "defaultWrapupEnabled": true } ] } } ] }