{ "operationId": "retrieveAgentsCallerIDInformation", "method": "GET", "path": "/telephony/config/people/{personId}/agent/callerId", "summary": "Retrieve Agent's Caller ID Information", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "selectedCallerId": { "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvMzc4NzRjOGUtMzRhOS00NzFjLWI1N2QtMzAxNTJkZjlmMjQx", "type": "CALL_QUEUE", "name": "new ram", "phoneNumber": "+81123456890", "extension": "09899" } } } ] }