Webex · Example Payload

Webex List Broadworks Enterprises Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Broadworks Enterprises 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 BroadWorks Enterprises",
  "method": "GET",
  "path": "/broadworks/enterprises",
  "summary": "List BroadWorks Enterprises",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0VOVEVSUFJJU0UvOTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh",
            "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
            "spEnterpriseId": "Reseller1+acme",
            "provisioningId": "ZjViMzYxODctYzhkZC00NzI3LThiMmYtZjljNDQ3ZjI5MDQ2OjQyODVmNTk0LTViNTEtNDdiZS05Mzk2LTZjMzZlMmFkODNhNQ",
            "broadworksDirectorySync": {
              "enableDirSync": true,
              "directorySyncStatus": {
                "lastSyncStartTime": "2021-04-07T15:26:40.704911Z",
                "lastSyncEndTime": "2021-04-07T15:26:42.695060Z",
                "syncStatus": "COMPLETE",
                "usersAdded": 0,
                "usersUpdated": 0,
                "usersDeleted": 0,
                "machinesAdded": 0,
                "machinesUpdated": 0,
                "machinesDeleted": 0,
                "totalExternalUsersInCI": 2,
                "totalExternalMachinesInCI": 1,
                "lastSyncTrackingId": "WEBEX-DEV-PORTAL_2de9b76f-6ad4-4f28-b8e8-c835885f9e7d_44"
              }
            }
          }
        ]
      }
    }
  ]
}