Assets
Authorizations
AuthorizationstringRequired
Customer-scoped API key that automatically determines the customer context for all operations.
Body
Request parameters for listing classic assets with pagination and filters
limitinteger · min: 10 · max: 100RequiredDefault:
Number of records to fetch.
20offsetintegerRequiredDefault:
Records to be fetched from this offset.
0order_bystring · enumOptionalDefault:
Sort records by field
codePossible values: order_typestring · enumOptionalDefault:
Order type - asc or desc.
descPossible values: Responses
200
OK
application/json
403
Unauthorized
application/json
422
Unprocessable Entity
application/json
get
/assetsAuthorizations
AuthorizationstringRequired
Customer-scoped API key that automatically determines the customer context for all operations.
Path parameters
idstring · uuidRequired
ID of the asset to fetch
Responses
200
OK
application/json
403
Unauthorized
application/json
404
Asset not found
application/json
409
Asset details cannot be viewed when asset is in restricted state
application/json
get
/assets/{id}Authorizations
AuthorizationstringRequired
Customer-scoped API key that automatically determines the customer context for all operations.
Path parameters
idstring · uuidRequired
ID of the asset to update
Body
Responses
200
Asset updated successfully
application/json
403
Unauthorized
application/json
404
Asset not found
application/json
422
Unprocessable Entity
application/json
put
/assets/{id}Last updated