Assets

Assets Management

Get classic assets list

get

Get list of classic assets with pagination. Filters and sorting can be applied.

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: 100Required

Number of records to fetch.

Default: 20
offsetintegerRequired

Records to be fetched from this offset.

Default: 0
order_bystring · enumOptional

Sort records by field

Default: codePossible values:
order_typestring · enumOptional

Order type - asc or desc.

Default: descPossible values:
Responses
chevron-right
200

OK

application/json
get
/assets

Get a classic asset

get

Get detailed information about a specific classic asset by its 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 fetch

Responses
chevron-right
200

OK

application/json
get
/assets/{id}

Update a classic asset

put

Update details of a specific classic asset by its 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
chevron-right
200

Asset updated successfully

application/json
put
/assets/{id}

Last updated