Webex · Example Payload
Webex Getsurveybymeetingid Example
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Webex Getsurveybymeetingid 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": "getSurveyByMeetingId",
"method": "GET",
"path": "/meetings/{meetingId}/survey",
"summary": "Get a Meeting Survey",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"id": "f2d58ef6cc5848c9a0fb41e3b7aa0ed3",
"surveyName": "Webinar User Experience Survey",
"meetingId": "fe32230212b7421286a1f300572a6517",
"description": "A survey about user experience with webinars",
"allowAnonymousSubmit": false,
"questions": [
{
"id": 3388057,
"question": "First text question",
"required": true,
"type": "text"
},
{
"id": 3388062,
"question": "Second text question",
"required": true,
"type": "text"
},
{
"id": 3388067,
"question": "like rating",
"required": true,
"type": "rating",
"fromScore": 1,
"fromLabel": "Not Likely",
"toScore": 5,
"toLabel": "Very Likely"
},
{
"id": 3388072,
"question": "check box question",
"required": false,
"type": "checkbox",
"options": [
{
"id": 1,
"value": "Answer 1"
},
{
"id": 2,
"value": "Answer 2"
},
{
"id": 3,
"value": "Answer 3"
},
{
"id": 4,
"value": "Answer 4"
}
]
},
{
"id": 3388077,
"question": "dropdown list question",
"required": false,
"type": "singleDropdown",
"options": [
{
"id": 1,
"value": "Answer 1"
},
{
"id": 2,
"value": "Answer 2"
},
{
"id": 3,
"value": "Answer 3"
},
{
"id": 4,
"value": "Answer 4"
}
]
},
{
"id": 3388082,
"question": "radio button question",
"required": true,
"type": "singleRadio",
"options": [
{
"id": 1,
"value": "Answer 1"
},
{
"id": 2,
"value": "Answer 2"
},
{
"id": 3,
"value": "Answer 3"
},
{
"id": 4,
"value": "Answer 4"
}
]
}
]
}
}
]
}
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-getsurveybymeetingid-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.