Webex · Schema

MetaDataWithPagingInfo

Metadata of response with paging information

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
orgid string Organization ID.
page integer Current page number.
pageSize integer Page size for current data set.
totalPages integer Number of pages.
totalRecords integer Total number of items.
links object Map of pagination links with `self`, `next`, `prev`, `last`, and `first`.
View JSON Schema on GitHub

JSON Schema

webex-metadatawithpaginginfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetaDataWithPagingInfo",
  "title": "MetaDataWithPagingInfo",
  "type": "object",
  "description": "Metadata of response with paging information",
  "properties": {
    "orgid": {
      "type": "string",
      "format": "uuid",
      "description": "Organization ID.",
      "example": "2f9eecc5-0472-4549-9a83-2afdae0d4ba1",
      "maxLength": 36,
      "minLength": 32,
      "pattern": "^[0-9a-fA-F]{8}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{12}$"
    },
    "page": {
      "type": "integer",
      "format": "int32",
      "description": "Current page number.",
      "example": 1
    },
    "pageSize": {
      "type": "integer",
      "format": "int32",
      "description": "Page size for current data set.",
      "example": 100
    },
    "totalPages": {
      "type": "integer",
      "format": "int32",
      "description": "Number of pages.",
      "example": 1
    },
    "totalRecords": {
      "type": "integer",
      "format": "int32",
      "description": "Total number of items.",
      "example": 1000
    },
    "links": {
      "type": "object",
      "description": "Map of pagination links with `self`, `next`, `prev`, `last`, and `first`.",
      "example": {
        "next": "/organization/bde75a64-f4d5-4ffc-a239-feb607c17ef8/entity-name?page=2&pageSize=10",
        "last": "/organization/bde75a64-f4d5-4ffc-a239-feb607c17ef8/entity-name?page=3&pageSize=10",
        "prev": "/organization/bde75a64-f4d5-4ffc-a239-feb607c17ef8/entity-name?page=0&pageSize=10",
        "self": "/organization/bde75a64-f4d5-4ffc-a239-feb607c17ef8/entity-name?page=1&pageSize=10",
        "first": "/organization/bde75a64-f4d5-4ffc-a239-feb607c17ef8/entity-name?page=0&pageSize=10"
      }
    }
  }
}

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