Webex · Example Payload

Webex Get License Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get License Details 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": "Get_License_Details",
  "method": "GET",
  "path": "/licenses/{licenseId}",
  "summary": "Get License Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "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",
        "users": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY",
            "type": "INTERNAL",
            "displayName": "John Andersen",
            "email": "john.andersen@example.com"
          }
        ]
      }
    }
  ]
}