Added

Asset status groups API

This changelog entry was added retrospectively.

A new asset status groups API is available for creating and managing the status taxonomy assets can use.

Endpoint nameEndpoint
Create a status groupPOST /assets/v1/status-groups
Get a status groupGET /assets/v1/status-groups/{id}
Update a status groupPATCH /assets/v1/status-groups/{status_group.id}
Delete a status groupDELETE /assets/v1/status-groups/{id}
List status groupsPOST /assets/v1/status-groups/list
Add a status group to asset typesPOST /assets/v1/status-groups/{id}/types
Remove a status group from asset typesDELETE /assets/v1/status-groups/{id}/types

Developer impact: Define status groups (for example, "In use," "Under repair," "Retired"), assign them to asset types, then use the resulting status_option_id values to set status via CreateAsset, BulkCreateAssets, or UpdateAsset. Read endpoints require the "Assets: Access" permission, while write endpoints require "Assets: Settings" permission.

Action required: No action required. To get started, create a status group and assign it to an asset type.