| Query Param | |
|---|---|
| pageSize | control number of records |
| pageToken | pass nextPageToken returned from a previous request to retrieve next set of results |
nextPageToken, it denotes that there are more results for this query, and that the token provided should be passed as an opaque value to pageToken to retrieve the next set of records
If the given pageToken is invalid, the status code of response is 400 with code INVALID_PARAMETERS.
