Webex · Schema

ListAutoAttendantObject

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string A unique identifier for the auto attendant.
name string Unique name for the auto attendant.
locationName string Name of location for auto attendant.
locationId string ID of location for auto attendant.
phoneNumber string Auto attendant phone number. Either `phoneNumber` or `extension` is mandatory.
extension string Auto attendant extension. Either `phoneNumber` or `extension` is mandatory.
routingPrefix string Routing prefix of location.
esn string Routing prefix + extension of a person or workspace.
tollFreeNumber boolean Flag to indicate if auto attendant number is toll-free number.
View JSON Schema on GitHub

JSON Schema

webex-listautoattendantobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListAutoAttendantObject",
  "title": "ListAutoAttendantObject",
  "type": "object",
  "required": [
    "id",
    "name",
    "locationName",
    "locationId",
    "tollFreeNumber"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0FVVE9fQVRURU5EQU5UL2QzVjBPWFIxWjJkM2FFQm1iR1Y0TWk1amFYTmpieTVqYjIw",
      "description": "A unique identifier for the auto attendant."
    },
    "name": {
      "type": "string",
      "example": "Main Line AA - Test",
      "description": "Unique name for the auto attendant."
    },
    "locationName": {
      "type": "string",
      "example": "Houston",
      "description": "Name of location for auto attendant."
    },
    "locationId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzI2NDE1MA",
      "description": "ID of location for auto attendant."
    },
    "phoneNumber": {
      "type": "string",
      "example": "+19705550028",
      "description": "Auto attendant phone number.  Either `phoneNumber` or `extension` is mandatory."
    },
    "extension": {
      "type": "string",
      "example": "1001",
      "description": "Auto attendant extension.  Either `phoneNumber` or `extension` is mandatory."
    },
    "routingPrefix": {
      "type": "string",
      "example": "1234",
      "description": "Routing prefix of location."
    },
    "esn": {
      "type": "string",
      "example": "12341001",
      "description": "Routing prefix + extension of a person or workspace."
    },
    "tollFreeNumber": {
      "type": "boolean",
      "description": "Flag to indicate if auto attendant number is toll-free number."
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/webex-listautoattendantobject"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.