SearchResult
is a
datatype for a search result.
Table: SearchResult
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Oct 3, 2024 | |||||
cursor | string | Preview | The cursor useds for going to the next or previous page. | ||
data | [EntitySearchResultEntity ] | yes | Preview | The results of the search. See ViewInteractionEntry , FileEntry , and DashboardEntry . | |
hasNextPage | boolean | yes | Preview | Whether there is a next page. False indicates it's the last page. | |
hasPreviousPage | boolean | yes | Preview | Whether there is a previous page. False indicates it's the first page. | |
totalResults | integer | yes | Preview | The total number of results that matched the search query. Only pageSize elements will be returned. |