Field |
Description |
Optional |
title |
The question. |
no |
options |
All the options. Array of strings. |
no |
settings |
A Settings object. |
yes |
Return a Poll with delete_token
.
Return a Poll.
Field |
Description |
Optional |
options |
Options you want to vote for. Array of ids. |
no |
Return a Poll.
Return a Poll.
Attribute |
Description |
Nullable |
id |
|
no |
title |
The question. |
no |
options |
All the options. Array of Options. |
no |
settings |
A Settings object. |
no |
creation_date |
Creation date. |
no |
delete_token |
Deletion token. |
yes |
Attribute |
Description |
Nullable |
label |
The option. |
no |
votes |
Numbers of votes. |
yes |
Attribute |
Description |
Nullable |
unique_ip |
One vote per IP address. Boolean. |
yes |
multiple_choices |
Allow multiple choices in one vote. Boolean. |
yes |