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

Get Announcements

Get a list of all announcements.

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

Sample Response

{
    "announcements": [
        {
            "id": "bb336b0b698288",
            "label": "Test 1",
            "destination_type": "Hangup",
            "destination": "",
            "soundfile": "SF123456789"
        },
        {
            "id": "5ae963fd270d1c",
            "label": "Test 2",
            "destination_type": "Forward",
            "destination": "3214991000",
            "soundfile": "tts:This is a test."
        }
    ]
}

Response Properties

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