Webex · Schema

SummaryObject

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string A unique identifier for the summary.
meetingId string Unique identifier for the [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) to which the summary belongs.
status string * `available` - Summary is available. * `deleted` - Summary has been deleted. Normal users can only see available summaries. Compliance officers can see both available and deleted summaries.
notes object Meeting summaries in HTML format
actionItems array A list of action items
View JSON Schema on GitHub

JSON Schema

webex-summaryobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SummaryObject",
  "title": "SummaryObject",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "c7428c95-df5f-442c-800a-81a2c1e95500",
      "description": "A unique identifier for the summary."
    },
    "meetingId": {
      "type": "string",
      "example": "0ed74a1c0551494fb7a04e2881bf50ae_I_166022169160077044",
      "description": "Unique identifier for the [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) to which the summary belongs."
    },
    "status": {
      "type": "string",
      "example": "available",
      "enum": [
        "available",
        "deleted"
      ],
      "description": " * `available` - Summary is available.\n * `deleted` - Summary has been deleted.\n\n Normal users can only see available summaries. Compliance officers can see both available and deleted summaries."
    },
    "notes": {
      "type": "object",
      "required": [
        "content"
      ],
      "properties": {
        "content": {
          "type": "string",
          "example": "<p>Summary of the meeting in HTML format</p>",
          "description": "Summary of the meeting in HTML format"
        }
      },
      "description": "Meeting summaries in HTML format"
    },
    "actionItems": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "content"
        ],
        "properties": {
          "content": {
            "type": "string",
            "example": "Action item in plaintext",
            "description": "Action item in plaintext"
          }
        },
        "description": "One ation item in plaintext"
      },
      "description": "A list of action items"
    }
  },
  "example": {
    "id": "75ddf169-eef0-45b4-9faa-0112a16ec9d0",
    "meetingId": "d32a7aee5d864adcb8aab61b03e2a64d_I_688397330631637738",
    "status": "available",
    "notes": {
      "content": "<p>Summary of the meeting in HTML format</p>"
    },
    "actionItems": [
      {
        "content": "Action item No.1 in plaintext"
      },
      {
        "content": "Action item No.2 in plaintext"
      },
      {
        "content": "Action item No.3 in plaintext"
      }
    ]
  }
}

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