Webex · Example Payload

Webex Startrecording Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Startrecording 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": "startrecording",
  "method": "POST",
  "path": "/telephony/calls/startRecording",
  "summary": "Start Recording",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "callId": "Y2lzY29zcGFyazovL3VzL0NBTEwvQkNMRC9jYWxsaGFsZi00ODg6MA",
        "lineOwnerId": "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfTElORS8wMDAwODg4OC04ZGU1LTRiMTItOGUyYi0wMDAwMDAxMjM0NTY"
      }
    }
  ],
  "responseExamples": []
}