Webex · Schema

ReportId

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string A unique report ID that corresponds to a billing report.
View JSON Schema on GitHub

JSON Schema

webex-reportid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReportId",
  "title": "ReportId",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "'Y2lzY29zcGFyazovL3VzL0JJTExJTkdfUkVQT1JULzViOGQ1MThhLThmMDAtNDUxYi1hNDA2LWVhZjQ5YjRhN2ZhOA'",
      "description": "A unique report ID that corresponds to a billing report."
    }
  }
}