Webex · Schema

DetailedTemplateObject

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Unique identifier for meeting template.
name string Meeting template name.
locale string Meeting template locale.
siteUrl string Site URL for the meeting template.
templateType string Meeting template type. * `meeting` - Webex meeting. * `webinar` - Webex webinar.
isDefault boolean Whether or not the meeting template is a default template.
isStandard boolean Whether or not the meeting template is a standard template.
meeting object Meeting object which is used to create a meeting by the meeting template. Please note that the meeting object should be used to create a meeting immediately after retrieval since the `start` and `end`
View JSON Schema on GitHub

JSON Schema

webex-detailedtemplateobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DetailedTemplateObject",
  "title": "DetailedTemplateObject",
  "type": "object",
  "required": [
    "id",
    "name",
    "locale",
    "siteUrl",
    "templateType",
    "isDefault",
    "isStandard",
    "meeting"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "N2Q3ZWE1ZjQyYjkyMWVhY2UwNTM4NmNhMjRhZDczMGU6VS0yMDA5NzItTUMtZW5fVVM",
      "description": "Unique identifier for meeting template."
    },
    "name": {
      "type": "string",
      "example": "Meeting template 1",
      "description": "Meeting template name."
    },
    "locale": {
      "type": "string",
      "example": "en_US",
      "description": "Meeting template locale."
    },
    "siteUrl": {
      "type": "string",
      "example": "site4-example.webex.com",
      "description": "Site URL for the meeting template."
    },
    "templateType": {
      "type": "string",
      "enum": [
        "meeting",
        "webinar"
      ],
      "description": "Meeting template type.\n * `meeting` - Webex meeting.\n * `webinar` - Webex webinar.\n"
    },
    "isDefault": {
      "type": "boolean",
      "description": "Whether or not the meeting template is a default template."
    },
    "isStandard": {
      "type": "boolean",
      "description": "Whether or not the meeting template is a standard template."
    },
    "meeting": {
      "$ref": "#/components/schemas/CreateMeetingObject",
      "description": "Meeting object which is used to create a meeting by the meeting template. Please note that the meeting object should be used to create a meeting immediately after retrieval since the `start` and `end` may be invalid quickly after generation."
    }
  }
}

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