pageSize | number | <optional> | 10 | Number of results to return per page |
pageNo | number | <optional> | 1 | Which page of results to return |
nextPageToken | string | <optional> | | Token that can be used to fetch the next page of results |
previousPageToken | string | <optional> | | Token that can be used to fetch the previous page of results |
sort | string | <optional> | | Sort order in the format {property1}:{asc|desc},{property2}:{asc|desc} |
bypassCache | boolean | <optional> | | When true, the request will bypass the Data Graphs cache |