Webex · Example Payload

Webex Get Organization Call Recording Vendors Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Organization Call Recording Vendors 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 Organization Call Recording Vendors",
  "method": "GET",
  "path": "/telephony/config/callRecording/vendors",
  "summary": "Get Organization Call Recording Vendors",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "vendorId": "Y2lzY29zcGFyazovL3VzL1JFQ09SRElOR19WRU5ET1IvMGE0MjY3NTQtYTQ3MC00YzJkLThiYTAtZmJjNjc3M2E4YTdj",
        "vendorName": "Webex",
        "vendors": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1JFQ09SRElOR19WRU5ET1IvNTNkYzRjODctODQwOC00ODgyLTk1NzAtZGNhMmJjZGI5Mjgw",
            "name": "Dubber",
            "description": "Dubber Call Recording Provider",
            "migrateUserCreationEnabled": true,
            "loginUrl": "https://wxc-sandbox.dubber.net/login?sso=webex",
            "termsOfServiceUrl": "https://www.dubber.net/terms"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1JFQ09SRElOR19WRU5ET1IvMGE0MjY3NTQtYTQ3MC00YzJkLThiYTAtZmJjNjc3M2E4YTdj",
            "name": "Webex",
            "description": "Webex CRP",
            "migrateUserCreationEnabled": false,
            "loginUrl": "",
            "termsOfServiceUrl": ""
          }
        ],
        "storageRegion": "US",
        "failureBehavior": "PROCEED_WITH_CALL_NO_ANNOUNCEMENT"
      }
    }
  ]
}