PollChoices
PollChoices API
{
// The unique identifier for the poll choice.
"id": 1023,
// The id of the poll this poll choice belongs to.
"poll_id": 1779,
// Specifies whether or not this poll choice is a 'correct' choice.
"is_correct": true,
// The text of the poll choice.
"text": "Choice A",
// The order of the poll choice in relation to it's sibling poll choices.
"position": 1
}Parameter
Type
Description
Parameter
Type
Description
Last updated
Was this helpful?