Handling paginated results in the Bluerails API using cursor-based pagination.
cursor
string that points to a specific item in the dataset. To get the next page of results, you provide the cursor
received from the previous response.
Query Parameters:
You control pagination using these query parameters on list endpoints:
limit
(optional, integer):25
100
cursor
(optional, string):next_cursor
field of the previous page’s response.cursor
parameter.next_cursor
.next_cursor
value from the previous response as the cursor
query parameter.next_cursor
.next_cursor
value each time.next_cursor
as null
or omitted, indicating there are no more pages.