{ "operationId": "Get Call Park Settings", "method": "GET", "path": "/telephony/config/locations/{locationId}/callParks/settings", "summary": "Get Call Park Settings", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "callParkRecall": { "huntGroupId": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvZEdWamFHNXBZMkZzTFhOMWNIQnZjblF0TlRVMU9EWTNOVE13T1VCbmJXRnBiQzVqYjIwPQ", "huntGroupName": "Technical Support Group - 5558675309", "option": "ALERT_HUNT_GROUP_ONLY" }, "callParkSettings": { "ringPattern": "NORMAL", "recallTime": 45, "huntWaitTime": 45 } } } ] }