Webex · Example Payload

Webex List Meeting Polls Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Meeting Polls 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": "List Meeting Polls",
  "method": "GET",
  "path": "/meetings/polls",
  "summary": "List Meeting Polls",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "items": [
          {
            "id": "1aea8390-e375-4547-b7ff-58ecd9e0b03d",
            "meetingId": "a2f95f5073e347489f7611492dbd6ad5_I_199075330905867928",
            "startTime": "2021-07-06T09:22:34Z",
            "endTime": "2021-07-06T09:25:51Z",
            "timerDuration": 300,
            "displayName": "John Andersen",
            "email": "john.andersen@example.co",
            "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8xYTY5MmE2Mi00MTNmLTRjYWEtYjdkOS0wYzg0ZDZmMDdlNzY",
            "questions": [
              {
                "id": "6f31147e-dd69-4ea9-8b75-2c5834b72ba2",
                "order": "1",
                "title": "Where is Webex exclusively sold through local partners?",
                "type": "single",
                "options": [
                  {
                    "order": "1",
                    "value": "China",
                    "isCorrect": true
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  ]
}