ESET Online Help

Search
Select the category
Select the topic

Pagination

All ESET APIs that return multiple resources return them in pages. Page size is a parameter that specifies how many items to return in a single response. ESET APIs support a default page size of 100 items if the page size parameter is not set, but this value can be larger. The user can set the desired page size up to 10,000 items.

ESET APIs support paging by offset. The user requests a specific page of data starting from page one.

To retrieve the data from the following page, use the nextPageToken returned in the response:

1.Copy the token value and paste it into the pageToken field.

page_token_1

page_token_2

2.Execute the request.

3.Repeat the steps above as many times as you need. Remember to update the token for each following page.


note

When you reach the last page and there are no more items to display, the response does not return the nextPageToken value.