Added

Asset status is now available

This changelog entry was added retrospectively.

Asset status is now available through the Public API. Read an asset's assigned status from GetAsset, ListAssets, GetAssetByCode, and LookupAssetsByField, and set it on CreateAsset, BulkCreateAssets, UpdateAsset, and BulkUpdateAssets.

Developer impact: Responses from the affected read endpoints now include a statuses array. An asset type currently supports a single status group, so this array contains at most one entry, referencing a status_option_id. To set a status, use a status_option_id from a status group already assigned to the asset's type.

Action required: No action required. This is a new optional field. To use it, pass status_option_id on create, or include statuses in the update_mask on update.