Webex · Example Payload
Webex Listsurveyresultsbymeetingid Example
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Webex Listsurveyresultsbymeetingid 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": "listSurveyResultsByMeetingId",
"method": "GET",
"path": "/meetings/{meetingId}/surveyResults",
"summary": "List Meeting Survey Results",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json;charset=UTF-8",
"example": {
"items": [
{
"id": "01c98ac1-e741-4bc1-b92b-6eb42f66caea",
"surveyName": "Webinar User Experience Survey",
"meetingId": "870f51ff287b41be84648412901e0402",
"email": "kingu1@example.com",
"displayName": "kingu1",
"createTime": "2022-07-06T14:13:06Z",
"questions": [
{
"id": 3388057,
"question": "First text question",
"type": "text",
"answers": [
{
"optionId": 1,
"answer": "yes"
}
]
},
{
"id": 3388062,
"question": "Second text question",
"type": "text",
"answers": [
{
"optionId": 1,
"answer": "no"
}
]
},
{
"id": 3388067,
"question": "like rating",
"type": "rating",
"answers": [
{
"optionId": 1,
"answer": "4"
}
]
},
{
"id": 3388072,
"question": "check box question",
"type": "checkbox",
"answers": [
{
"optionId": 2,
"answer": "Answer 2"
},
{
"optionId": 3,
"answer": "Answer 3"
},
{
"optionId": 4,
"answer": "Answer 4"
}
]
},
{
"id": 3388077,
"question": "dropdown list question",
"type": "singleDropdown",
"answers": [
{
"optionId": 2,
"answer": "Answer 2"
}
]
},
{
"id": 3388082,
"question": "radio button question",
"type": "singleRadio",
"answers": [
{
"optionId": 3,
"answer": "Answer 3"
}
]
}
]
}
]
}
}
]
}
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-listsurveyresultsbymeetingid-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.