Webex · Schema

CalloutResponse

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
participantId string Participant ID. It can be used in the "Cancel Call Out a SIP Participant" API.
invitationCorrelationId string An internal ID that is associated with the call-out invitation.
meetingNumber string Number of the meeting to which the SIP participant is to be called out.
meetingId string Unique identifier of the meeting to which the SIP participant is to be called out.
address string SIP address of the invited SIP participant.
addressType string Type of the `address`. * `sipAddress` - SIP address.
displayName string The display name of the invited SIP participant.
state string The state of the invited SIP participant. * `pending` - The invited SIP participant is waiting for approval. Participants in the `pending` state will not be listed by the "List Meeting Participants" A
View JSON Schema on GitHub

JSON Schema

webex-calloutresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CalloutResponse",
  "title": "CalloutResponse",
  "type": "object",
  "properties": {
    "participantId": {
      "type": "string",
      "example": "d8c3347d7ec04242ba9b856184b334ac_I_630641605678082408_57514861-50f7-3f5b-864f-ce0e308bf653",
      "description": "Participant ID. It can be used in the \"Cancel Call Out a SIP Participant\" API."
    },
    "invitationCorrelationId": {
      "type": "string",
      "example": "871ab255-64e6-4cd2-a5af-d33953898356",
      "description": "An internal ID that is associated with the call-out invitation."
    },
    "meetingNumber": {
      "type": "string",
      "example": "79100342367",
      "description": "Number of the meeting to which the SIP participant is to be called out."
    },
    "meetingId": {
      "type": "string",
      "example": "d8c3347d7ec04242ba9b856184b334ac",
      "description": "Unique identifier of the meeting to which the SIP participant is to be called out."
    },
    "address": {
      "type": "string",
      "example": "SIP:9053523155@examplezone.cisco.com",
      "description": "SIP address of the invited SIP participant."
    },
    "addressType": {
      "type": "string",
      "enum": [
        "sipAddress"
      ],
      "description": "Type of the `address`.\n * `sipAddress` - SIP address.\n"
    },
    "displayName": {
      "type": "string",
      "example": "Brenda DX80",
      "description": "The display name of the invited SIP participant."
    },
    "state": {
      "type": "string",
      "enum": [
        "pending"
      ],
      "description": "The state of the invited SIP participant.\n * `pending` - The invited SIP participant is waiting for approval. Participants in the `pending` state will not be listed by the \"List Meeting Participants\" API.\n"
    }
  }
}

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-calloutresponse"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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