Skip to content

Searches

This page explains a couple of different strategies we have for searching for data. Some APIs use different strategies.

Search ID

Some APIs use a searching strategy where you apply filters on the first API call. Then you get a searchId back that you will use in subsequent calls for the rest of the pages, together with the page parameter.

Search after ID

Some APIs use a searching strategy where the each page returned also returns a field called searchAfterId. This field should be passed in as a query parameter into the next API call, which in turn returns a new searchAfterId.