{ "operationId": "getMyAvailableCallerIDList", "method": "GET", "path": "/telephony/config/people/me/settings/availableCallerIds", "summary": "Get My Available Caller ID List", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "availableCallerIds": [ { "type": "HUNT_GROUP", "id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvNmU1NTVjZDAtNjM0MS00MmI4LWEyMWMtZTc1ZjIxNDQ4Mjc5", "name": "Hunt Group", "directNumber": "+19075552860", "extension": "10079" } ] } } ] }