asset-types
Asset types - templates that define the properties and signals of an asset.
List asset types
Returns all asset types, optionally filtered by name and/or by the presence of a given property name.
Create or update an asset type
Creates a new asset type when the body has no id, otherwise updates the existing one and re-links its signal templates. Validates properties and unique asset-type names, and returns the stored asset type. Responds 409 if another asset type of the tenant already carries the name.
Get an asset type by id
Returns the asset type with the given id, or responds 404 if it does not exist.
Delete an asset type
Deletes the asset type with the given id, responding 404 if it does not exist.