4.1 Pagination
All data retrieval endpoints that return a collection of results return results in a paginated manner by default.
The following query parameters are used to retrieve subsequent pages and control the number of records returned per call
pageSize control number of records
pageToken pass nextPageToken returned from a previous request to retrieve next set of results
Modified at 2022-12-29 06:29:52