Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

max results parameter

Benjamin Diolez edited this page May 5, 2026 · 1 revision

Data API / REST API / Response structure parameters rest / “max-results” parameter

The “max-results” parameter allows you to specify in advance the number of results that you wish to receive. The maximum value is 10,000. To get more than 10,000 rows of results, you must make multiple calls to the API using the pagination feature.

Example:
&max-results=10000

Last update: 09/08/2017

Wiki contents

Clone this wiki locally