v1

latestOpenAPI 3.1.02026-08-06330343826.1 KB
Asset

Asset Search

Returns all assets for which you have access that match the given search criteria.

post/api/3/assets/search

Query parameters

pageinteger

The index of the page (zero-based) to retrieve.

sizeinteger

The number of records per page to retrieve.

sortstring[]

The criteria to sort the records by, in the format: property[,ASC|DESC]. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.

Request body

match'any' | 'all'

Operator to determine how to match filters. all requires that all filters match for an asset to be included. any requires only one filter to match for an asset to be included.

Example request

{
  "match": "all"
}

Response

OK