Webex · Schema

FlowVersionRes

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
comment string Publish note
createdBy string Email of the account which created the flow version
createdDate string Date of creation of the version object
description string Description of the Flow Version
diagram object
eventFlows object
flowId string Flow/Subflow ID to which the version belongs
flowType string Flow Type (FLOW/SUBFLOW). Default value is FLOW
id string Version object ID
lastModifiedBy string Email of the account which modified the flow version last
lastModifiedDate string Date the version object is last modified
name string Name of the Flow Version
orgId string Organization ID
persist boolean Determines whether the version object needs to be persisted in the DB
process object
runtimeVariables array Output variables of the activities configured in the flow
settings array Settings for the flow version
validating boolean Determines whether the version object needs to be validated
validationResults array Validation errors are stored here
variableOrders object Determines the order in which variables appear in the Agent's desktop
variables array Variables in the version object
version integer Version Number
View JSON Schema on GitHub

JSON Schema

webex-flowversionres-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowVersionRes",
  "title": "FlowVersionRes",
  "type": "object",
  "properties": {
    "comment": {
      "type": "string",
      "description": "Publish note",
      "example": "This flow version has the Set-Variable activity"
    },
    "createdBy": {
      "type": "string",
      "description": "Email of the account which created the flow version",
      "example": "user@company.com"
    },
    "createdDate": {
      "type": "string",
      "description": "Date of creation of the version object",
      "example": "2024-02-07T14:10:50.663Z",
      "format": "date-time"
    },
    "description": {
      "type": "string",
      "description": "Description of the Flow Version",
      "example": "This flow version has the 'Live' tag"
    },
    "diagram": {
      "$ref": "#/components/schemas/DiagramRes"
    },
    "eventFlows": {
      "$ref": "#/components/schemas/EventDiagramRes"
    },
    "flowId": {
      "type": "string",
      "description": "Flow/Subflow ID to which the version belongs",
      "example": "661c7bc712eaf357de7e4aeb"
    },
    "flowType": {
      "type": "string",
      "description": "Flow Type (FLOW/SUBFLOW). Default value is FLOW",
      "example": "FLOW"
    },
    "id": {
      "type": "string",
      "description": "Version object ID",
      "example": "65c28d9db2a2375974066579"
    },
    "lastModifiedBy": {
      "type": "string",
      "description": "Email of the account which modified the flow version last",
      "example": "user@company.com"
    },
    "lastModifiedDate": {
      "type": "string",
      "description": "Date the version object is last modified",
      "example": "2024-02-07T14:10:50.663Z",
      "format": "date-time"
    },
    "name": {
      "type": "string",
      "description": "Name of the Flow Version",
      "example": "TestFlow"
    },
    "orgId": {
      "type": "string",
      "description": "Organization ID",
      "example": "8eb7da9a-c81c-4d13-b08b-38fdeb7330d8"
    },
    "persist": {
      "type": "boolean",
      "description": "Determines whether the version object needs to be persisted in the DB",
      "example": true
    },
    "process": {
      "$ref": "#/components/schemas/ProcRes"
    },
    "runtimeVariables": {
      "type": "array",
      "description": "Output variables of the activities configured in the flow",
      "example": [
        {
          "name": "NewPhoneContact.ANI",
          "type": "string",
          "path": "",
          "source": "Event",
          "activityName": "ANI",
          "displayName": "",
          "uiVisible": true,
          "description": ""
        }
      ],
      "items": {
        "$ref": "#/components/schemas/UiRuntimeVariableRes"
      }
    },
    "settings": {
      "type": "array",
      "description": "Settings for the flow version",
      "example": [
        {
          "name": "showActivityWait",
          "value": "true"
        },
        {
          "`type`": "BOOLEAN",
          "group": "activityWait"
        },
        {
          "name": "delayTime",
          "value": "2000"
        },
        {
          "`type`": "INTEGER",
          "group": "activityWait"
        }
      ],
      "items": {
        "$ref": "#/components/schemas/FlowVersionSettingRes"
      }
    },
    "validating": {
      "type": "boolean",
      "description": "Determines whether the version object needs to be validated",
      "example": false
    },
    "validationResults": {
      "type": "array",
      "description": "Validation errors are stored here",
      "items": {
        "$ref": "#/components/schemas/ValidationResultRes"
      }
    },
    "variableOrders": {
      "type": "object",
      "description": "Determines the order in which variables appear in the Agent's desktop",
      "additionalProperties": {
        "type": "array",
        "items": {
          "$ref": "#/components/schemas/VariableOrderRes"
        }
      },
      "example": {
        "pop-over": [
          {
            "name": "ani",
            "variableSeq": "0"
          }
        ]
      }
    },
    "variables": {
      "type": "array",
      "description": "Variables in the version object",
      "items": {
        "$ref": "#/components/schemas/FlowVariablesRes"
      }
    },
    "version": {
      "type": "integer",
      "description": "Version Number",
      "format": "int32",
      "example": 1
    }
  }
}

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