Interface: IDataAssetQueryRequest
Request to query data asset entities.
Properties
headers?
optionalheaders:object
The headers which can be used to determine the response data type.
authorization?
optionalauthorization: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?
optionalquery:object
Optional query parameters for pagination. Used when following Link header URLs.
cursor?
optionalcursor:string
Opaque cursor token for pagination.
limit?
optionallimit:string
Maximum number of items to return.