Skip to main content

Interface: IDataAssetQueryRequest

Request to query data asset entities.

Properties

headers?

optional headers: object

The headers which can be used to determine the response data type.

authorization?

optional authorization: string


body

body: object

Request body containing the data asset and query criteria.

dataAsset

dataAsset: IDataAssetDescription

The data asset being queried.

query

query: IFilteringQuery

The filtering query.


query?

optional query: object

Optional query parameters for pagination. Used when following Link header URLs.

cursor?

optional cursor: string

Opaque cursor token for pagination.

limit?

optional limit: string

Maximum number of items to return.