HTTP Client: Paginator
Perform a paginated loop of http request.
Parameters
JSON path of pagination information—REQUIRED
On which JSON array to check if response is empty (to stop repetition)
Iterator key—REQUIRED
Which key mark the pagination to be inject into http client to perform query. (ex: offset / page )
Page size—REQUIRED
On many elements we expect to be returned by the call.
Max pages—REQUIRED
On many page to iterate at max.
Maximum queries per seconds—REQUIRED
Use this parameter to rate limit you call to your API.
Client type—REQUIRED
Which client you want to call. For configuration see request doc available here
Input
Trigger—REQUIRED
If not dynamics parameters are set in Client
Cf. Client type
Any dynamic connector defined by client
Output
File (Array)
An array of file (usable as a regular file).