OptionalbodyOptionalheadersOptionalx-request-id?: stringThe ID of the asset to get.
OptionalqueryOptionalcursor?: stringCursor used for fetching next set of results.
NOTE: The cursor is opaque and should not be parsed or modified by clients.
Optionalfilter?: stringFIQL-based filter string
Following fields are supported for filtering:
mediaType: Filter by media type (operators allowed are == and =in=). Multiple values are supported.assetType: Filter by asset type (operators allowed are ==). Single value is only supported.state: Filter by asset state (operators allowed are ==). Single value is only supported.active (default): Filter by active assets.deleted: Filter by (soft)deleted assets.NOTE:
- Only applicable for the first page. Subsequent pages must use the cursor.
Optionallimit?: numberOptionalsortBy?: stringDefines the sort order.
+name.- for descending order. + is optional for ascending order.Following fields are supported for sorting:
NOTE:
- Only applicable for the first page. Subsequent pages must use the cursor.
The
X-Request-Idheader is used to identify a request. It can be used to correlate logs and other resources and is intended to be a non-persistent identifier.