Webex · Example Payload

Webex Get Details For The Location Compliance Announcement Setting Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Details For The Location Compliance Announcement Setting 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 details for the Location Compliance Announcement Setting",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/callRecording/complianceAnnouncement",
  "summary": "Get details for the Location Compliance Announcement Setting",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "inboundPSTNCallsEnabled": true,
        "useOrgSettingsEnabled": true,
        "outboundPSTNCallsEnabled": false,
        "outboundPSTNCallsDelayEnabled": false,
        "delayInSeconds": 10
      }
    }
  ]
}