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 |
sort | string | <optional> | | Sort order in the format {property1}:{asc|desc},{property2}:{asc|desc} |
filter | string | <optional> | | NQL filter |
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 |