{ "operationId": "Get a List of Phone Numbers for a Person", "method": "GET", "path": "/people/{personId}/features/numbers", "summary": "Get a List of Phone Numbers for a Person", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "distinctiveRingEnabled": true, "phoneNumbers": [ { "primary": true, "directNumber": "2143456789", "extension": "1234", "routingPrefix": "1234", "esn": "12341234", "ringPattern": "NORMAL" } ] } } ] }