Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Network's unique integer ID, or subdomain Unique numeric network ID
Body
Submit results as JSON
Request to create a poll or question
The ID of the space where the poll will be created
The poll question/title
The type of poll: 'multiple_choice' (list), 'hot_cold' (continuous slider), 'percentage' (percentage allocation), or 'question' (open-ended text response)
Additional details or context for the poll
Array of choice text strings (required for multiple_choice, hot_cold, and percentage polls)
Whether to notify network members about the new poll
Response
Returns the created poll or question
A poll or question post
The record's integer ID
"1234"
The date and time the record was created
"2025-11-18T17:56:35+00:00"
The date and time the record was last modified
"2025-11-18T17:56:35+00:00"
The type of post (poll or question)
The poll question/title
The member who created the poll
The space where the poll was created
The post's current status
The permanent URL to the poll
Whether or not comments are enabled on this poll
The specific poll type (multiple_choice_poll, hot_cold_poll, percentage_poll)
The full description of the poll
Array of image URLs associated with the poll
The poll choices (for polls with choices)
The date the post was published
"2025-11-18T17:56:36+00:00"
The time of last activity on the poll
"2025-11-18T17:56:36+00:00"