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
200
OK
application/json
400
Bad request.
401
Unauthorized.
403
Forbidden.
404
Resource not found.
500
Internal server error.
503
Service temporarily unavailable.
504
Timeout.
get
/assetsget
Return the data representing the specified asset.
Authorizations
AuthorizationstringRequired
The identity provider authentication token.
Path parameters
assetIdstringRequired
Asset instance ID.
Responses
200
Success.
application/json
400
Bad request.
401
Unauthorized.
403
Forbidden.
404
Resource not found.
500
Internal server error.
503
Service temporarily unavailable.
504
Timeout.
get
/assets/{assetId}Last updated