get https://api.fonestorm.com/v2/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
Property | Type | Description |
---|---|---|
Announcements | array | Array of Announcement |