Webex · Schema

WorkspaceMetricsResponse

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
workspaceId string
metricName string
aggregation string
from string
to string
unit string Output data unit (only present if `metricName` is `temperature`).
sortBy string
items array The structure of the elements will depend on whether or not aggregated data was requested
View JSON Schema on GitHub

JSON Schema

webex-workspacemetricsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkspaceMetricsResponse",
  "title": "WorkspaceMetricsResponse",
  "type": "object",
  "required": [
    "workspaceId",
    "metricName"
  ],
  "properties": {
    "workspaceId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE"
    },
    "metricName": {
      "type": "string",
      "enum": [
        "soundLevel",
        "ambientNoise",
        "temperature",
        "humidity",
        "tvoc",
        "peopleCount"
      ]
    },
    "aggregation": {
      "type": "string",
      "enum": [
        "none",
        "hourly",
        "daily"
      ]
    },
    "from": {
      "type": "string",
      "example": "2020-10-21T13:33:37.789Z"
    },
    "to": {
      "type": "string",
      "example": "2020-10-31T16:00:00.532Z"
    },
    "unit": {
      "type": "string",
      "enum": [
        "celsius",
        "fahrenheit"
      ],
      "description": "Output data unit (only present if `metricName` is `temperature`)."
    },
    "sortBy": {
      "type": "string",
      "enum": [
        "newestFirst",
        "oldestFirst"
      ]
    },
    "items": {
      "type": "array",
      "items": {},
      "description": "The structure of the elements will depend on whether or not aggregated data was requested"
    }
  }
}

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-workspacemetricsresponse"
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 email required.

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