Get all responses

Get response objects for a particular slide, poll, or account that you provide.

response is every option the participant selected, compiled into one display string. Do not build a frequency table from it: for any question that accepts more than one answer it counts COMBINATIONS rather than options, so a five-option checkbox produces up to 31 distinct values instead of five counts, and a matrix produces a near-unique string per respondent. Use answers for that — it lists the components, each with its handle and title, plus rank for ranking questions and rowHandle/rowTitle for matrix rows (one entry per answered row). answers is present only when a response carries components; for single-answer questions response is already the unit to count.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Make sure to pass an accountId, pollId, or slideId query param.

Query Params
Object Filter (Account, Poll, Slide)
required
string
string

Default 50, max 5000

string

A JS timestamp. Returns records created on or after this time. For example: Date.now()

string

A JS timestamp. Returns records created on or before this time. For example: Date.now()

string
enum

Return only one kind of answer. fixed-choice keeps responses that selected a predefined answer option (including ranked orderings); open-ended keeps responses carrying free text. A write-in "other" option both records text and counts as a vote, so it matches either filter. Omit to return everything.

Allowed:
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json