Webex · Schema

ActionRequest

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
interactionId string A unique identifier for each interaction or contact within the contact center.
agentId string The identifier for the agent whose burnout index has been calculated.
clientId string The name of the client initiating the action related to the agent burnout index. The name is limited to a maximum of 20 characters.
actionType string Specifies the type of action initiated based on the agent burnout index
actionDateType object The Epoch timestamp indicating the precise time at which the action was executed.
View JSON Schema on GitHub

JSON Schema

webex-actionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActionRequest",
  "title": "ActionRequest",
  "type": "object",
  "properties": {
    "interactionId": {
      "type": "string",
      "description": "A unique identifier for each interaction or contact within the contact center.",
      "example": "fb53f6d1-5535-4ac8-b081-53834e17d6f5"
    },
    "agentId": {
      "type": "string",
      "description": "The identifier for the agent whose burnout index has been calculated.",
      "example": "fb53f6d1-5535-4ac8-b081-53834e17d6f5"
    },
    "clientId": {
      "type": "string",
      "description": "The name of the client initiating the action related to the agent burnout index. The name is limited to a maximum of 20 characters.",
      "example": "Acme"
    },
    "actionType": {
      "type": "string",
      "description": "Specifies the type of action initiated based on the agent burnout index",
      "example": "Break Played, Supervisor Notified, etc."
    },
    "actionDateType": {
      "type": "object",
      "description": "The Epoch timestamp indicating the precise time at which the action was executed.",
      "example": 1617536244000
    }
  }
}

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