Webex · Example Payload

Webex Modify Call Recording Settings For A Workspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modify Call Recording Settings For A Workspace 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": "Modify Call Recording Settings for a Workspace",
  "method": "PUT",
  "path": "/telephony/config/workspaces/{workspaceId}/features/callRecordings",
  "summary": "Modify Call Recording Settings for a Workspace",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "record": "Always with Pause/Resume",
        "notification": {
          "enabled": true,
          "type": "Play Announcement"
        },
        "recordVoicemailEnabled": true,
        "repeat": {
          "enabled": true
        },
        "startStopAnnouncement": {
          "internalCallsEnabled": true,
          "pstnCallsEnabled": true
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "409",
      "contentType": "application/json",
      "example": {
        "vendorId": "53dc4c87-8408-4882-9570-dca2bcdb9280",
        "vendorName": "Dubber",
        "termsOfServiceUrl": "https://www.dubber.net/terms"
      }
    }
  ]
}