Webex · Example Payload

Webex Retrieve Monitoring Settings For A Workspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Retrieve 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": "Retrieve Monitoring Settings for a Workspace",
  "method": "GET",
  "path": "/workspaces/{workspaceId}/features/monitoring",
  "summary": "Retrieve Monitoring Settings for a Workspace",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "callParkNotificationEnabled": false,
        "monitoredElements": [
          {
            "member": {
              "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS80NzQzNTI1Yi02ZjgxLTQ0NTktYTYxNC0yN2E0ZDIyZTZhYzI",
              "lastName": "Hughes",
              "firstName": "Jack",
              "displayName": "Jack Hughes",
              "type": "PEOPLE",
              "email": "jhughes@example.com",
              "numbers": [
                {
                  "extension": "587",
                  "routingPrefix": "1234",
                  "esn": "1234587",
                  "primary": true
                }
              ],
              "location": "Richardson",
              "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2M2MDliOGE1LTAxNmQtNDAwNy1hN2E0LTJhMThiZmZjY2FmNg"
            }
          },
          {
            "callparkextension": {
              "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUEFSS19FWFRFTlNJT04vOGI2NzlmMzktMTdmMC00ODY3LTk4MmYtYmEwMWJmYmE3YjQw",
              "name": "patch postman test",
              "extension": "4594",
              "routingPrefix": "1234",
              "esn": "1234587",
              "location": "Banglore",
              "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA"
            }
          }
        ]
      }
    }
  ]
}