PollSubmissions
PollSubmissions API
{
// The unique identifier for the poll submission.
"id": 1023,
// The unique identifier of the poll choice chosen for this submission.
"poll_choice_id": 155,
// the unique identifier of the user who submitted this poll submission.
"user_id": 4555,
// The date and time the poll submission was submitted.
"created_at": "2013-11-07T13:16:18Z"
}Parameter
Type
Description
Last updated
Was this helpful?