Class 5 IVR
Read
Retrieve a single Class 5 IVR record by ID.
get/api/cp/class5/ivr/{id}
Path parameters
idinteger required
Id identifier
Response
Successful response
Example response
{
"id": 12345,
"account_id": 1,
"customer_id": 1,
"dest": "example_dest",
"name": "Example Name",
"invalid_file": "example_invalid_file",
"file": "example_file",
"key_0_destination": "example_key_0_destination",
"key_0_destination_type": "example_key_0_destination_type",
"key_1_destination": "example_key_1_destination",
"key_1_destination_type": "example_key_1_destination_type",
"key_2_destination": "example_key_2_destination",
"key_2_destination_type": "example_key_2_destination_type",
"key_3_destination": "example_key_3_destination",
"key_3_destination_type": "example_key_3_destination_type",
"key_4_destination": "example_key_4_destination",
"key_4_destination_type": "example_key_4_destination_type",
"key_5_destination": "example_key_5_destination",
"key_5_destination_type": "example_key_5_destination_type",
"key_6_destination": "example_key_6_destination",
"key_6_destination_type": "example_key_6_destination_type",
"key_7_destination": "example_key_7_destination",
"key_7_destination_type": "example_key_7_destination_type",
"key_8_destination": "example_key_8_destination",
"key_8_destination_type": "example_key_8_destination_type",
"key_9_destination": "example_key_9_destination",
"key_9_destination_type": "example_key_9_destination_type",
"key_plus_destination": "example_key_plus_destination",
"key_plus_destination_type": "example_key_plus_destination_type",
"key_hash_destination": "example_key_hash_destination",
"key_hash_destination_type": "example_key_hash_destination_type",
"pbx_server": "example_pbx_server",
"direct_extension_dial": 1
}