Webex · Example Payload

Webex Getautoattendant Example

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Webex Getautoattendant Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getAutoAttendant",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/autoAttendants/{autoAttendantId}",
  "summary": "Get Details for an Auto Attendant",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0FVVE9fQVRURU5EQU5UL2J6QjJlRGd6Ym1GeU5rQm1iR1Y0TWk1amFYTmpieTVqYjIw",
        "name": "Main Line AA - Test",
        "enabled": true,
        "phoneNumber": "+19705550026",
        "extension": "200",
        "routingPrefix": "1234",
        "esn": "1234200",
        "tollFreeNumber": false,
        "firstName": "Main Line AA",
        "lastName": "Test",
        "language": "English",
        "languageCode": "en_us",
        "businessSchedule": "AUTOATTENDANT-BUSINESS-HOURS",
        "holidaySchedule": "AUTOATTENDANT-HOLIDAY",
        "extensionDialing": "ENTERPRISE",
        "nameDialing": "ENTERPRISE",
        "timeZone": "America/Los_Angeles",
        "businessHoursMenu": {
          "greeting": "DEFAULT",
          "extensionEnabled": true,
          "audioAnnouncementFile": {
            "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC9jZWRkODcwYS1lMTkzLTQxNmQtYmM3OS1mNzkyYmUyMzlhOGI",
            "fileName": "announcement.wav",
            "mediaFileType": "WAV",
            "level": "LOCATION"
          },
          "keyConfigurations": [
            {
              "key": "0",
              "action": "EXIT"
            },
            {
              "key": "1",
              "action": "TRANSFER_WITHOUT_PROMPT",
              "value": "+19175551092"
            },
            {
              "key": "2",
              "action": "TRANSFER_WITH_PROMPT",
              "value": "+19073569984"
            },
            {
              "key": "3",
              "action": "EXTENSION_DIALING"
            },
            {
              "key": "4",
              "action": "TRANSFER_TO_MAILBOX",
              "value": "+19705550006"
            },
            {
              "key": "5",
              "action": "PLAY_ANNOUNCEMENT",
              "audioAnnouncementFile": {
                "id": "Y2lzY29zcGFyazovL3VzL0FVVE9fQVRURU5EQU5UL2J6QjJlRGd6Ym1GeU5rQm1iR1Y0TWk1amFYTmpieTVqYjIw",
                "fileName": "AUDIO_FILE.wav",
                "mediaFileType": "WAV",
                "level": "ORGANIZATION"
              }
            },
            {
              "key": "6",
              "action": "REPEAT_MENU"
            }
          ],
          "callTreatment": {
            "retryAttemptForNoInput": "THREE_TIMES",
            "noInputTimer": "60",
            "actionToBePerformed": {
              "action": "TRANSFER_TO_OPERATOR",
              "greeting": "CUSTOM",
              "audioAnnouncementFile": {
                "id": "Y2lzY29zcGFyazovL3VzL0FVVE9fQVRURU5EQU5UL2J6QjJlRGd6Ym1GeU5rQm1iR1Y0TWk1amFYTmpieTVqYjIw",
                "fileName": "AUDIO_FILE.wav",
                "mediaFileType": "WAV",
                "level": "ORGANIZATION"
              },
              "transferCallTo": "9878945608"
            }
          }
        },
        "afterHoursMenu": {
          "greeting": "DEFAULT",
          "extensionEnabled": true,
          "audioAnnouncementFile": {
            "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC9jZWRkODcwYS1lMTkzLTQxNmQtYmM3OS1mNzkyYmUyMzlhOGI",
            "fileName": "announcement.wav",
            "mediaFileType": "WAV",
            "level": "LOCATION"
          },
          "keyConfigurations": [
            {
              "key": "0",
              "action": "EXIT"
            },
            {
              "key": "1",
              "action": "PLAY_ANNOUNCEMENT",
              "audioAnnouncementFile": {
                "id": "Y2lzY29zcGFyazovL3VzL0FVVE9fQVRURU5EQU5UL2J6QjJlRGd6Ym1GeU5rQm1iR1Y0TWk1amFYTmpieTVqYjIw",
                "fileName": "AUDIO_FILE.wav",
                "mediaFileType": "WAV",
                "level": "ORGANIZATION"
              }
            }
          ],
          "callTreatment": {
            "retryAttemptForNoInput": "THREE_TIMES",
            "noInputTimer": "60",
            "actionToBePerformed": {
              "action": "TRANSFER_TO_OPERATOR",
              "greeting": "CUSTOM",
              "audioAnnouncementFile": {
                "id": "Y2lzY29zcGFyazovL3VzL0FVVE9fQVRURU5EQU5UL2J6QjJlRGd6Ym1GeU5rQm1iR1Y0TWk1amFYTmpieTVqYjIw",
                "fileName": "AUDIO_FILE.wav",
                "mediaFileType": "WAV",
                "level": "ORGANIZATION"
              },
              "transferCallTo": "9878945608"
            }
          }
        },
        "directLineCallerIdName": {
          "selection": "CUSTOM_NAME",
          "customName": "Hakim Smith"
        },
        "dialByName": "Hakim Smith"
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/webex-getautoattendant-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.