Webex · Schema

DECTHandsetItem

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Unique identifier of the handset.
index string Index of the handset.
defaultDisplayName string Default display name for the handset.
customDisplayName string Custom display name on the handset.
accessCode string Access code is used to pair handsets to the DECT Network for the first time or if a handset becomes disconnected.
primaryEnabled boolean Flags the handset as a primary line if `true`.
lines array Array of lines associated to the handset up to a maximum of 2.
View JSON Schema on GitHub

JSON Schema

webex-decthandsetitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DECTHandsetItem",
  "title": "DECTHandsetItem",
  "type": "object",
  "required": [
    "id",
    "index",
    "defaultDisplayName",
    "lines"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0RFQ1RfREVWX0hBTkRTRVQvYjE0MDYyOWUtZTExMy00ODQyLWIxMmMtMDVjODEwYTRjYjIz",
      "description": "Unique identifier of the handset."
    },
    "index": {
      "type": "string",
      "example": "1",
      "description": "Index of the handset."
    },
    "defaultDisplayName": {
      "type": "string",
      "example": "Demo_Handset",
      "description": "Default display name for the handset."
    },
    "customDisplayName": {
      "type": "string",
      "example": "Demo_Handset",
      "description": "Custom display name on the handset."
    },
    "accessCode": {
      "type": "string",
      "example": "4788",
      "description": "Access code is used to pair handsets to the DECT Network for the first time or if a handset becomes disconnected."
    },
    "primaryEnabled": {
      "type": "boolean",
      "example": true,
      "description": "Flags the handset as a primary line if `true`."
    },
    "lines": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/lines"
      },
      "description": "Array of lines associated to the handset up to a maximum of 2."
    }
  }
}

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