Webex · Example Payload

Webex Get Call Recording Vendor Users Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Call Recording Vendor Users 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 Call Recording Vendor Users",
  "method": "GET",
  "path": "/telephony/config/callRecording/vendorUsers",
  "summary": "Get Call Recording Vendor Users",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "vendorId": "Y2lzY29zcGFyazovL3VzL1JFQ09SRElOR19WRU5ET1IvMGE0MjY3NTQtYTQ3MC00YzJkLThiYTAtZmJjNjc3M2E4YTdj",
        "members": [
          {
            "id": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLXdlc3QtMl9yL1BMQUNFL2U2OTczZDgyLWM1NTUtNDMwOC05NGU3LWI3ZWU2MjczY2YyMg",
            "lastName": ".",
            "firstName": "HQ-Shared-Device",
            "type": "PLACE",
            "licenseType": "WORKSPACE"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82MzE1ZTcxMy1hNGMzLTRmN2UtYmE2YS1hNjIyNTA3YjhmNzk",
            "lastName": "G",
            "firstName": "Viktor",
            "type": "PEOPLE",
            "licenseType": "PROFESSIONAL_USER"
          }
        ]
      }
    }
  ]
}