Last Updated on July 31, 2021 by Admin 1
Refer to the exhibit.
{
“limit”: 25, // The minimum of the ‘limit’ parameter used in the request or the maximum request size of the API
“next_cursor”: “UExIMUhLVg==” // An opaque string used to fetch the next set of results or ‘null’ if no additional results are available
}
In cursor-based pagination, what happens when the response returns a null value for next-cursor?
- it is offset by cross-pagination
- List of the requests is displayed
- end of the list
- pagination error occured