Webex · Example Payload

Webex Get Meeting Pollresults Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Meeting Pollresults 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": "Get Meeting PollResults",
  "method": "GET",
  "path": "/meetings/pollResults",
  "summary": "Get Meeting PollResults",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "items": [
          {
            "id": "1aea8390-e375-4547-b7ff-58ecd9e0b03d",
            "meetingId": "a2f95f5073e347489f7611492dbd6ad5_I_199075330905867928",
            "totalAttendees": 10,
            "totalRespondents": 10,
            "startTime": "2021-07-06T09:25:34Z",
            "endTime": "2021-07-06T09:28:34Z",
            "timerDuration": 300,
            "displayName": "John Andersen",
            "email": "john.andersen@example.com",
            "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8xYTY5MmE2Mi00MTNmLTRjYWEtYjdkOS0wYzg0ZDZmMDdlNzY",
            "questions": [
              {
                "id": "6f31147e-dd69-4ea9-8b75-2c5834b72ba2",
                "order": "1",
                "title": "What colors do you like?",
                "type": "single",
                "answerSummary": [
                  {
                    "order": "1",
                    "value": "China",
                    "totalRespondents": 10,
                    "isCorrect": true
                  }
                ],
                "respondents": {
                  "links": {
                    "prev": "https://webexapis.com/v1/meetings/polls/1d4959fe-682e-4107-a346-0e1feac7b899_M_7b789da198e531ce0c4d84243abd9fee_I_231245894851233679/questions/6f31147e-dd69-4ea9-8b75-2c5834b72ba2/respondents?meetingId=7b789da198e531ce0c4d84243abd9fee_I_231245894851233679&offset=0&max=5",
                    "self": "https://webexapis.com/v1/meetings/polls/1d4959fe-682e-4107-a346-0e1feac7b899_M_7b789da198e531ce0c4d84243abd9fee_I_231245894851233679/questions/6f31147e-dd69-4ea9-8b75-2c5834b72ba2/respondents?meetingId=7b789da198e531ce0c4d84243abd9fee_I_231245894851233679&offset=5&max=5",
                    "next": "https://webexapis.com/v1/meetings/polls/1d4959fe-682e-4107-a346-0e1feac7b899_M_7b789da198e531ce0c4d84243abd9fee_I_231245894851233679/questions/6f31147e-dd69-4ea9-8b75-2c5834b72ba2/respondents?meetingId=7b789da198e531ce0c4d84243abd9fee_I_231245894851233679&offset=10&max=5"
                  },
                  "items": [
                    {
                      "displayName": "John Andersen",
                      "email": "john.andersen@example.com",
                      "answers": [
                        "Green"
                      ]
                    }
                  ]
                }
              }
            ]
          }
        ]
      }
    }
  ]
}