Webex · Example Payload

Webex List Licenses Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Licenses Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "List_Licenses",
  "method": "GET",
  "path": "/licenses",
  "summary": "List Licenses",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0xJQ0VOU0UvOTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh",
            "name": "Meeting - Webex Meeting Center",
            "totalUnits": 50,
            "consumedUnits": 5,
            "consumedByUsers": 5,
            "consumedByWorkspaces": 0,
            "subscriptionId": "Sub-hydraOct26a",
            "siteUrl": "site1-example.webex.com",
            "siteType": "Control Hub managed site"
          }
        ]
      }
    }
  ]
}