ON!TRACK UNITE V1.0.25 RELEASE
Release Date: 28.02.2026
🚀 Enhancements
History services endpoints return details for system (Hilti generated) services
📌 Changes:
- GET /unite/v1/assets/{assetId}/history-services (GET list) endpoint now includes isSystemService flag
- GET /unite/v1/assets/{assetId}/history-services/{historyServiceId} (GET by Id) endpoint now includes attachmentCount
🔑 Key Behaviour:
-
GET /unite/v1/assets/{assetId}/history-services (GET list)
- isSystemService is true for Hilti generated services, false otherwise.
-
GET /unite/v1/assets/{assetId}/history-services/{historyServiceId} (GET by Id)
- attachmentCount is returned.
- attachmentDetails are now included for Hilti generated services.
🐞 Bug Fixes
Fix: getListAsset Failure When scanCodeType Is Null
- Resolved an issue where getListAsset failed if scanCode was present but scanCodeType was null/empty.
- Impact: No breaking changes to existing consumers.