Properties
| Name | Type | Description |
|---|---|---|
| id | string | A unique identifier for the poll. |
| meetingId | string | A unique identifier for the [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) to which the poll belongs. |
| totalAttendees | number | The total number of attendees in the meeting. |
| totalRespondents | number | The total number of respondents in the poll. |
| startTime | string | The date and time the poll started in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. |
| endTime | string | The date and time the poll ended in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. |
| timerDuration | number | The duration of the poll, in seconds. |
| displayName | string | The name of the poll coordinator. |
| string | The email of the poll coordinator. | |
| personId | string | The ID of the the poll coordinator. |
| questions | array | An array of questions in this poll. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PollResult",
"title": "PollResult",
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "1aea8390-e375-4547-b7ff-58ecd9e0b03d",
"description": "A unique identifier for the poll."
},
"meetingId": {
"type": "string",
"example": "a2f95f5073e347489f7611492dbd6ad5_I_199075330905867928",
"description": "A unique identifier for the [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) to which the poll belongs."
},
"totalAttendees": {
"type": "number",
"example": 10,
"description": "The total number of attendees in the meeting."
},
"totalRespondents": {
"type": "number",
"example": 10,
"description": "The total number of respondents in the poll."
},
"startTime": {
"type": "string",
"example": "2021-07-06T09:25:34Z",
"description": "The date and time the poll started in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
},
"endTime": {
"type": "string",
"example": "2021-07-06T09:28:34Z",
"description": "The date and time the poll ended in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
},
"timerDuration": {
"type": "number",
"example": 300,
"description": "The duration of the poll, in seconds."
},
"displayName": {
"type": "string",
"example": "John Andersen",
"description": "The name of the poll coordinator."
},
"email": {
"type": "string",
"example": "john.andersen@example.com",
"description": "The email of the poll coordinator."
},
"personId": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8xYTY5MmE2Mi00MTNmLTRjYWEtYjdkOS0wYzg0ZDZmMDdlNzY",
"description": "The ID of the the poll coordinator."
},
"questions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/QuestionResult"
},
"description": "An array of questions in this poll."
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/webex-pollresult"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.