Webex · Example Payload

Webex Get The Organization Compliance Status And The Location Stat Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get The Organization Compliance Status And The Location Stat 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 the Organization Compliance Status and the Location Status List",
  "method": "GET",
  "path": "/telephony/config/redSky/complianceStatus",
  "summary": "Get the Organization Compliance Status and the Location Status List",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "orgStatus": "INITIALISE",
        "complianceStatus": "NON_COMPLIANT",
        "companyId": "ddd1424c-5b48-433d-9bab-061cdfb84c90",
        "redSkyOrgId": "2ff43e05-af11-41ff-91b6-87a3b509f4z4",
        "adminExists": true,
        "locationsStatus": {
          "count": 2,
          "locations": [
            {
              "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA",
              "name": "MainOffice",
              "state": "LOCATION_SETUP"
            }
          ]
        }
      }
    }
  ]
}