Get all slides

Get all slides for a particular pollId that you provide.

By default answers[].votes holds the lifetime total for each answer. Pass createdAfter and/or createdBefore to have those vote counts (and totalOrderValue) recomputed from responses inside that window instead, so a date-scoped answer distribution needs no response download at all. Slides are returned in survey order. You can also use /questions as an alias.

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

The pollId or _id of the poll object

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()

Response

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