Skip to main content

HTTP Client: Paginator

Perform a paginated loop of http request.

Parameters

JSON path of pagination informationREQUIRED

On which JSON array to check if response is empty (to stop repetition)

Iterator keyREQUIRED

Which key mark the pagination to be inject into http client to perform query. (ex: offset / page )

Page sizeREQUIRED

On many elements we expect to be returned by the call.

Max pagesREQUIRED
On many page to iterate at max.
Maximum queries per secondsREQUIRED

Use this parameter to rate limit you call to your API.

Client typeREQUIRED

Which client you want to call. For configuration see request doc available here

Input

TriggerREQUIRED

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).