next_page_token
and prev_page_token
. As their name suggest, the next_page_token
is
used to request the next page, and the prev_page_token
is used to retrieve the previous page. In addition, when there isn’t
a next page token or a previous page token, the value for either token will be null
.
To request the next or previous page, you must pass the url parameter page_token
with the next_page_token
value assigned to
it. For example, here is a request to get the next page of Ledgers:
page_token
url parameter is optional. If the value is not specified, the first page will be returned
by the API. limit
attribute as a url parameter. For example: