{ "operationId": "retrieveDigitPatternsForPerson", "method": "GET", "path": "/telephony/config/people/{personId}/outgoingPermission/digitPatterns", "summary": "Retrieve Digit Patterns for a Person", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "useCustomDigitPatterns": false, "digitPatterns": [ { "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFL1FWVlVUMEZVVkVWT1JFRk9WQzFDVlZOSlRrVlRVeTFJVDFWU1V3", "name": "DigitPattern1", "pattern": "2XXXX", "action": "ALLOW", "transferEnabled": false }, { "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFL1FWVlVUMEZVVkVWT1JFRk9WQzFDVlZOSlRrVlRVeTFJVDFWU1V5", "name": "DigitPattern2", "pattern": "1XXXX", "action": "ALLOW", "transferEnabled": false } ] } } ] }