Endpoints to Retrieve Assets

get

Return the list of assets. At the moment also info about assets are returned.

Authorizations
AuthorizationstringRequired

The identity provider authentication token.

Query parameters
filterstringOptional

Filtro basato sui campi supportati.

Responses
chevron-right
200

OK

application/json
get
/assets
get

Return the data representing the specified asset.

Authorizations
AuthorizationstringRequired

The identity provider authentication token.

Path parameters
assetIdstringRequired

Asset instance ID.

Responses
chevron-right
200

Success.

application/json
get
/assets/{assetId}

Last updated