Webex · Schema

ModifyCallPickupObject

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
name string Unique name for the call pickup. The maximum length is 80.
notificationType string Type of the notification when an incoming call is unanswered. The call pickup group notifies all of its members. Default: NONE. * `NONE` - Notification is not sent to any member of the call pickup gro
notificationDelayTimerSeconds number After the number of seconds given by the `notificationDelayTimerSeconds` has elapsed, notify every member of the call pickup group when an incoming call goes unanswered. The `notificationType` field s
agents array An array of people, workspace, and virtual lines IDs, that are added to call pickup.
View JSON Schema on GitHub

JSON Schema

webex-modifycallpickupobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModifyCallPickupObject",
  "title": "ModifyCallPickupObject",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "North Alaska-Group",
      "description": "Unique name for the call pickup. The maximum length is 80."
    },
    "notificationType": {
      "type": "string",
      "enum": [
        "NONE",
        "AUDIO_ONLY",
        "VISUAL_ONLY",
        "AUDIO_AND_VISUAL"
      ],
      "description": "Type of the notification when an incoming call is unanswered. The call pickup group notifies all of its members. Default: NONE.\n * `NONE` - Notification is not sent to any member of the call pickup group.\n * `AUDIO_ONLY` - When the notificationDelayTimerSeconds number of seconds has elapsed, play an audio notification for each call pickup group member.\n * `VISUAL_ONLY` - When the notificationDelayTimerSeconds number of seconds has elapsed, provide a visual notification to every call pickup group member.\n * `AUDIO_AND_VISUAL` - When the `notificationDelayTimerSeconds` number of seconds has elapsed, provide an audio and visual notification to every call pickup group member.\n"
    },
    "notificationDelayTimerSeconds": {
      "type": "number",
      "example": 6,
      "description": "After the number of seconds given by the `notificationDelayTimerSeconds` has elapsed, notify every member of the call pickup group when an incoming call goes unanswered. The `notificationType` field specifies the notification method. Default: 6."
    },
    "agents": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "An array of people, workspace, and virtual lines IDs, that are added to call pickup."
    }
  }
}

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-modifycallpickupobject"
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.