Webex · Example Payload

Webex Answerbymemberid Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Answerbymemberid 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": "answerByMemberId",
  "method": "POST",
  "path": "/telephony/calls/members/{memberId}/answer",
  "summary": "Answer by Member ID",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "callId": "Y2lzY29zcGFyazovL3VzL0NBTEwvQkNMRC9jYWxsaGFsZi00ODg6MA",
        "endpointId": "Y2lzY29z..."
      }
    }
  ],
  "responseExamples": []
}