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

Get SpeedDials

Get a list of all speeddials.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

PropertyTypeDescription
speedDialsarrayArray of SpeedDial
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json