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
pageparameter to set page length. The default length is 100. - page — A maximum of 10,000 responses can be returned by one query, but the
pageparameter can be used to get additional responses. The parameter is 0-indexed, sopage=1retrieves the second page.