Simple options can be passed using the options
parameter of scripting query methods, or as direct URL parameters for API methods.
- order — Responses are always ordered by creation time, and this option can be
"asc"
or"desc"
. - length — Limit the number of responses returned. Pair this with the
page
parameter to set page length. The default length is 100. - page — A maximum of 10,000 responses can be returned by one query, but the
page
parameter can be used to get additional responses. The parameter is 0-indexed, sopage=1
retrieves the second page.