Webex · Example Payload
Webex Get Meeting Pollresults Example
CallingCollaborationCommunicationsEnterpriseMessagingVideo 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
{
"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"
]
}
]
}
}
]
}
]
}
}
]
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/webex-get-meeting-pollresults-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.