These docs are for v2.11. Click to read the latest docs for v2.12.

Get IVRMenus

Get a list of all ivrmenus in the system.

This will return a listing of all the ivrmenus belonging to the FracTEL account associated with the API token being used.

Sample Response

{
    "ivrmenus": [
        {
            "id": "IVR3792462920",
            "label": "Test IVR",
            "options": {
                "option0": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                },
                "option1": {
                    "destination": "Invalid",
                    "destination_type": "Hangup"
                },
                "option2": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                },
                "option3": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                },
                "option4": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                },
                "option5": {
                    "destination": "Invalid",
                    "destination_type": "Hangup"
                },
                "option6": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                },
                "option7": {
                    "destination": "8559633307",
                    "destination_type": "FoneNumber"
                },
                "option8": {
                    "destination": "1004",
                    "destination_type": "SpeedDial"
                },
                "option9": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                },
                "optionStar": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                }
            },
            "digit_timeout": "0.5",
            "menu_repeat": "3",
            "menu_timeout": "8",
            "menu_timeout_options": {
                "destination": "1004",
                "destination_type": "SpeedDial"
            },
            "enable_speed_dials": true,
            "soundfile": ""
        },
        {
            "id": "IVR9007978128",
            "label": "Test IVR Two",
            "options": {
                "option0": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                },
                "option1": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                },
                "option2": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                },
                "option3": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                },
                "option4": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                },
                "option5": {
                    "destination": "Invalid",
                    "destination_type": "Hangup"
                },
                "option6": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                },
                "option7": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                },
                "option8": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                },
                "option9": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                },
                "optionStar": {
                    "destination": "Invalid",
                    "destination_type": "Invalid"
                }
            },
            "digit_timeout": "1.0",
            "menu_repeat": "1",
            "menu_timeout": "8",
            "menu_timeout_options": {
                "destination": "Invalid",
                "destination_type": "Invalid"
            },
            "enable_speed_dials": false,
            "soundfile": "S123456789"
        }
    ]
}

Response Properties

PropertyTypeDescription
IVRMenusarrayArray of IVRMenu
Language
Credentials
Header
Click Try It! to start a request and see the response here!