Webex · Example Payload

Webex Dialbymemberid Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Dialbymemberid 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": "dialByMemberId",
  "method": "POST",
  "path": "/telephony/calls/members/{memberId}/dial",
  "summary": "Dial by Member ID",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "destination": "+12223334444",
        "endpointId": "Y2lzY29z...",
        "singleNumberReachPhoneNumber": "+12223334444"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "callId": "Y2lzY29zcGFyazovL3VzL0NBTEwvQkNMRC9jYWxsaGFsZi00ODg6MA",
        "callSessionId": "MmFmNThiZjktYWE3Ny00NWE5LThiMDEtYzI4NDMxZWYwNzRm"
      }
    }
  ]
}