Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This example Pipeline demonstrates how to use the Pagination functionality provided by with the TestRail API. All the TestRail bulk APIs return a maximum of 250 records on every request.

...

The Snap fetches 250 records each time. You can see that the previous value is null and the next value is not null.

Here, the Snap fetches the next 250 records (251 through 500).

The following is the HTTP Client output when the next value is null, which means that no more records are left and the Snap has fetched all 25, 500 records.

Download the Pipeline.

Attachments
patterns*.slp