{ "operationId": "getAutoAttendantCallForwardAvailablePhoneNumbers", "method": "GET", "path": "/telephony/config/locations/{locationId}/autoAttendants/callForwarding/availableNumbers", "summary": "Get Auto Attendant Call Forward Available Phone Numbers", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "phoneNumbers": [ { "phoneNumber": "+12056350001", "state": "ACTIVE", "isMainNumber": false, "telephonyType": "PSTN_NUMBER", "tollFreeNumber": false, "isServiceNumber": false, "owner": { "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jODhiZGIwNC1jZjU5LTRjMjMtODQ4OC00NTNhOTE3ZDFlMjk", "type": "PEOPLE", "firstName": "Test", "lastName": "Person" } }, { "phoneNumber": "+12056350002", "extension": "1235", "state": "ACTIVE", "isMainNumber": true, "telephonyType": "PSTN_NUMBER", "tollFreeNumber": false, "isServiceNumber": true, "owner": { "id": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMV9pbnQxMy9QTEFDRS8zZjc0NzJiMS1iNDNmLTQ3N2QtODNlZi1hNmQzZGYyZGJiMjY=", "type": "PLACE", "displayName": "TestWorkSpace" } }, { "phoneNumber": "+12056350003", "extension": "1236", "state": "INACTIVE", "isMainNumber": false, "telephonyType": "PSTN_NUMBER", "tollFreeNumber": true, "isServiceNumber": false, "owner": { "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvYm1kMmVIcHNabTgwWVVBMk5EazBNVEk1Tnk1cGJuUXhNQzVpWTJ4a0xuZGxZbVY0TG1OdmJRPT0", "type": "CALL_QUEUE", "displayName": "Test call queue" } } ] } } ] }