dataset | string | <optional> | _all | Id of dataset to search |
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} |
filter | string | <optional> | | An NQL filter in the format {property1}:{value} |
q | string | <optional> | | Full text search |
facets | string | Array.<string> | <optional> | | List of facets to include in results |
facetSize | number | <optional> | 10 | Number of facets to include in results |
dateFacets | string | Array.<string> | <optional> | | List of date facets to include in results |
fields | string | Array.<string> | <optional> | | List of fields to include in results |
embed | string | Array.<string> | <optional> | | List of relationship properties to embed in the results. Use “_all” to embed all relationships |
ids | string | Array.<string> | <optional> | | List of Concept ids to return |
boost | string | Array.<string> | <optional> | | List of properties in the format {property}:{weighting} where weighting is number between 0 and 100 |
includeDateFields | boolean | <optional> | | When true, last modified and created dates are included in results |
language | string | <optional> | | Language to use for multi-language properties |
bypassCache | boolean | <optional> | | When true, the request will bypass the Data Graphs cache |