Fetch List of Auto Attendant

This API fetches a list of all the Auto Attendant.

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

Sample Request

curl --request GET \
     --url https://api-smartflo.tatateleservices.com/v1/auto_attendants \
     --header 'accept: application/json' \
     --header 'authorization: '

📘 Important!

Before we begin, note that the * sign denotes the mandatory variables in each table.

Sample Response

[
  {
    "id": "3310",
    "name": "asfasf",
    "description": "fasfaf",
    "recording": {
      "id": "8296",
      "type": "recording"
    },
    "destination": {
      "id": "1",
      "type": "hangup",
      "name": null
    },
    "created_at": "2020-10-16 20:35:32",
    "updated_at": "2021-09-27 11:12:55"
  },....
]

Response Variables

The response returned is as following:

Variable NameDescriptionData Type
idUnique ID of the Auto Attendant.String
nameName of the Auto AttendantString
descriptionDescription of Auto Attendant.String
recording.idUnique ID of Recording.String
recording.typeType of Recording.String
destination.idUnique ID of Destination.String
destination.typeType of destination. for example: hangup, ivr, etc.String
destination.nameName of the destination.String
created_atTime stamp of the Auto Attendant, when it was created.String (timestamp: yyyy-mm-dd hh:mm:ss)
updated_atTime stamp of the Auto Attendant, when it was updated.String (timestamp: yyyy-mm-dd hh:mm:ss)
Headers
string
required
Responses

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