Webex · Schema

ResponseId

Response object that contains the unique identifier for the created or updated criteria.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string The unique identifier for the criteria.
View JSON Schema on GitHub

JSON Schema

webex-responseid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResponseId",
  "title": "ResponseId",
  "type": "object",
  "description": "Response object that contains the unique identifier for the created or updated criteria.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier for the criteria."
    }
  },
  "example": {
    "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL2RHVnpkRjltYVd4MFpYST0"
  }
}