Search
Collibra REST API authentication using Basic Authentication.
The first result to retrieve. If not set (offset = 0), results will be retrieved starting from row 0.
0The maximum number of results to retrieve. If not set (limit = 0), the default limit will be used. The maximum allowed limit is 1000.
0Allows to limit the number of elements that will be counted. -1 will count everything and 0 will cause the count to be skipped
-1The search term for a search view to retrieve.
The query is case sensitive and does not support wildcards.
Use in conjunction with nameMatchMode.
The match requirements for name queries.
Works in conjunction with name. The search is case-sensitive.
ANYWHEREExample: STARTPossible values: The reference field for sorting the results.
NAMEExample: NAMEPossible values: The order in which the results are sorted.
ASCPossible values: The location for a search view to retrieve.
The list of returned search views.
The total number of results.
1000The offset for the results.
10The maximum number of results to be returned.
100The list of returned search views.
Collibra REST API authentication using Basic Authentication.
The ID of the search view to be queried.
The details of the returned search view.
A response with search view details.
The search view ID.
0534b012-651a-468a-bded-eb52c78216f1The search view name.
Optional search view description.
The details of the returned search view.
Collibra REST API authentication using Basic Authentication.
The search criteria.
The search term.
The field is mandatory and cannot be empty. You can use optional wildcards and quotes. No asterisk "*" wildcard will be automatically added for REST calls.
issueThe reference field for sorting the results.
RELEVANCEExample: RELEVANCEPossible values: The order in which the results are sorted. The default order when sorting by NAME is ascending (ASC). The default order when sorting by other fields is descending (DESC).
DESCPossible values: The number of search results to present in the response. If set to 0, only aggregations are performed. Negative values are not possible. If not set, the default limit is used. The maximum possible value is 1000. In conjunction with offset, this field provides a method to paginate the results. The sum of limit and offset cannot exceed 10000.
20Example: 50The number of first search results to skip in the response. Negative values are not possible. If not set or set to 0, no results are skipped. In conjunction with limit, this field provides a method to paginate the results. The sum of limit and offset cannot exceed 10000.
0Example: 0Optional criteria to apply on PRODUCT property of the document to narrow down the search results.
Indicates that the search is issued from the Data Marketplace experience.
falseSearch successfully performed.
The response with search query results.
The total number of resources matching the search criteria, ignoring pagination (limit and offset).
12983Search successfully performed.
Last updated
Was this helpful?