get https://api.fonestorm.com/v2/speeddials
Get a list of all speeddials.
This will return a listing of all the speeddials belonging to the FracTEL account associated with the API token being used.
Sample Response
{
"speedDials": [{
"speed_dial": "101",
"label": "Agent 101",
"service_type": "Device",
"service_id": "101010101010",
"type": "auto",
"active": "yes"
}, {
"speed_dial": "102",
"label": "Agent 102",
"service_type": "Forward",
"service_id": "3214991000",
"type": "manual",
"active": "yes"
}, {
"speed_dial": "103",
"label": "Agent 103",
"service_type": "Device",
"service_id": "101010101011",
"type": "auto",
"active": "no"
}]
}
Response Properties
Property | Type | Description |
---|---|---|
speedDials | array | Array of SpeedDial |