Webex · Example Payload

Webex Modify Monitoring Settings For A Workspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modify Monitoring 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 Monitoring Settings for a Workspace",
  "method": "PUT",
  "path": "/workspaces/{workspaceId}/features/monitoring",
  "summary": "Modify Monitoring Settings for a Workspace",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "enableCallParkNotification": true,
        "monitoredElements": [
          "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8xYjhkYjA4YS0wY2JlLTRlZDctOThmMy05ZThlZjBhOGI2N2E",
          "Y2lzY29zcGFyazovL3VzL0NBTExfUEFSS19FWFRFTlNJT04vZmJjNzlkNzAtMjM5Zi00YjIyLWE2YTAtZjAwNWFmOGNlMjA0"
        ]
      }
    }
  ],
  "responseExamples": []
}