Webex · Example Payload

Webex Call Out A Sip Participant Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Call Out A Sip Participant 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": "Call Out a SIP Participant",
  "method": "POST",
  "path": "/meetingParticipants/callout",
  "summary": "Call Out a SIP Participant",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "meetingId": "d8c3347d7ec04242ba9b856184b334ac",
        "address": "SIP:9053523155@examplezone.cisco.com",
        "addressType": "sipAddress",
        "invitationCorrelationId": "871ab255-64e6-4cd2-a5af-d33953898356",
        "displayName": "Brenda DX80"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "participantId": "d8c3347d7ec04242ba9b856184b334ac_I_630641605678082408_57514861-50f7-3f5b-864f-ce0e308bf653",
        "invitationCorrelationId": "871ab255-64e6-4cd2-a5af-d33953898356",
        "meetingNumber": "79100342367",
        "meetingId": "d8c3347d7ec04242ba9b856184b334ac",
        "address": "SIP:9053523155@examplezone.cisco.com",
        "addressType": "sipAddress",
        "displayName": "Brenda DX80",
        "state": "pending"
      }
    }
  ]
}