v4

latestSwagger 2.02026-07-13109102258.7 KB
Discovery

Gets data using search.

post/search/query

Query parameters

api-versionstring required

Version of Purview APIs

Request body

keywordsstring

The keywords applied to all searchable fields.

offsetinteger

The offset. The default value is 0. The maximum value is 100000.

limitinteger

The limit of the number of the search result. default value is 50; maximum value is 1000.

orderbySearchOrderItem[]

The sort order of search results, can specify multiple fields.

filterobject

The filter for the search. See examples for the usage of supported filters.

Response

OK. On successful lookup of the advanced search.

@search.countinteger

The total number of search results (not the number of documents in a single page).