Skip to content
CC Developer Portal
Search
K
Main Navigation
Home
Getting Started
Extensions
Connectors
SDK
API
Webhooks
Changelog
Appearance
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /docs/api/operations/community/getQuestionPollResult.md for this page in Markdown format
Show poll results
Questions
GET
/questions/{id}/poll
Parameters
Path Parameters
id
*
ID of the question to interact with
Type
string
Required
Responses
200
404
500
Successful response
Content-Type
application/json
Schema
JSON
JSON
{
"result"
:
{
"title"
:
"string"
,
"votes"
:
"string"
}
}
Samples