v6

latestSwagger 2.02026-07-1342142196.4 KB
Assets

Retrieve a list of assets for the provided search parameters.

get/assets

Query parameters

api-versionstring required

The API version to use for this operation.

filterstring

Filter the result list using the given expression.

orderbystring

A list of expressions that specify the order of the returned resources.

skipinteger

The number of result items to skip.

maxpagesizeinteger

The maximum number of result items per page.

markstring

Specify this value instead of 'skip' to use cursor-based searching. Initial value is '*' and subsequent values are returned in the response.

responseType'id' | 'standard' | 'full' | 'reduced'

Specify the response type. The possible values are: ID, STANDARD, FULL, REDUCED

responseIncludesstring[]

The properties to include in the response.

recentOnlyboolean

If it's recent only.

Response

The request has succeeded.

nextLinkstring uri

The link to the next page of items

totalElementsinteger

The total number of items available in the full result set.

markstring

The cursor mark to be used on the next request. Not set if using paging.

All 42 operations