Skip to main content
GET
Asset types with everything that leans on them.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
code
string
name
string
description
string
asset_category_id
string
category_name
string
default_criticality_id
string
default_criticality
string
default_criticality_rank
string
expected_life_months
string
requires_calibration
string
is_active
string
assets
string
maintenance_plans
string
contracts_covering
string
models
string
bom_lines
string
row_version
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

asset_category_id
string<uuid>

Note: This is a Foreign Key to asset_category_settings.id.

assets
integer<bigint>
bom_lines
integer<bigint>
category_name
string<character varying>
Maximum string length: 200
code
string<character varying>
Maximum string length: 60
contracts_covering
integer<bigint>
default_criticality
string<character varying>
Maximum string length: 120
default_criticality_id
string<uuid>

Note: This is a Foreign Key to criticality_settings.id.

default_criticality_rank
integer<smallint>
description
string<text>
expected_life_months
integer<integer>
id
string<uuid>

Note: This is a Primary Key.

is_active
boolean<boolean>
maintenance_plans
integer<bigint>
models
integer<bigint>
name
string<character varying>
Maximum string length: 200
requires_calibration
boolean<boolean>
row_version
integer<bigint>