Webex · Schema

EndpointIdType

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
preferredAnswerEndpointId string Person’s preferred answer endpoint.
View JSON Schema on GitHub

JSON Schema

webex-endpointidtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EndpointIdType",
  "title": "EndpointIdType",
  "type": "object",
  "required": [
    "preferredAnswerEndpointId"
  ],
  "properties": {
    "preferredAnswerEndpointId": {
      "type": "string",
      "example": "Y2lzY29z...",
      "description": "Person\u2019s preferred answer endpoint.",
      "nullable": true
    }
  }
}