Latest development

Trusted Web API

2023-06-16
Added faster unit search endpoint.
Old unit search endpoints are being deprecated

Added Search/Units endpoint for fast and customizable searches

Deprecated Units/Search and S1Units/Search endpoints. These will function as normal, but may be removed later. It is recommended to refactor to use the new search endpoints to obtain search matches.

 
2023-03-06
Added paging filters to GetAll endpoints

Added support for skip/take filtering on S1Units/GetAll, Units/GetAll and Units/GetAllBLE Endpoints. These endpoints function as normal (limiting results to 1000) if no filter parameters are set in query

 
2023-03-06
Added Units/GetAllBLE endpoint.

Added Units/GetAllBLE Endpoint to request Unit information for BLE units only.

 
2023-02-07
Added geosite API

Added endpoints to support geosite actions

 
2023-01-17
Changes to UnitModel object.

Added support for SkipGPSIfNoMotion

 
2022-11-07
Changes to PositionModel object.

Added location information to position if available.

 
2022-10-18
Changes to PositionModel object.

Added GSMNetwork, same as already exsting in SensorDataModel

Changes to UnitModel object.

Added support for tilt trigger

 
2021-11-30
Changes to UnitModel object. Added day of week to fixed hour reporting

Added day of week fixed hour to unit model.

 
2021-09-14
Changes to UnitModel object. Added 'Subscription' property
Changes to S1UnitModel object. Added 'Subscription', 'CurrentSubscriptionStartDate' & 'CurrentSubscriptionEndDate' properties
Changes to StatusGroupModel object. Added 'Suspended' property

Added Subscription Info to unit models.

 
2021-08-30
Changes to UnitModel object

Fixed an issue where fixed hour reports properties could be set to invalid values

 
2021-08-05
Changes to UnitModel object. Added 'Suspended' property
Changes to S1UnitModel object. Added 'Suspended' property
Changes to StatusGroupModel object. Added 'Suspended' property

All endpoints now respect Unit suspended status.
Endpoints that return data for single units will either throw a 403 (Forbidden) error, or have most data except the 'SerialNumber' and 'Suspended' properties omitted.
Endpoints that returns data for multiple units will throw a 403 (Forbidden) error when all the units are suspended, or will omit all data for the suspended units and return data for all other units.
Endpoints that update one or many units will throw a 403 (Forbidden) error when any of the targeted units are suspended.

 
2021-04-14
Changes to UnitModel object.
Added RATStrategyModesAvailable request

Support for more fixed hour report slots (firmware 3.52)
Support for RAT (Radio ) strategy (firmware 3.51)
Support for RFIDPowerLevel (firmware 3.52)

 
2021-02-24
Changes to UnitModel object

Fixed issue with FlightMode EndDate being reported wrong.
Fixed issue with PUT of wakeup interval, to the value already configured in the unit

 
2021-01-25
Changes to UnitModel object

Fixed issue with setting LightTriggerLevel, when simultaneously setting LightTrigger to the same value as it had before.

 
2020-11-02
Changes to UnitModel object

Deprecated fields MotionTriggerEnabled, ShockTriggerEnabled and LightTriggerEnabled made read-only. Please use MotionTrigger, ShockTrigger and LightTrigger fields instead.

 
2020-03-11
Changes to UnitModel object

UnitModel object now supports OutsideTemperatureRangeTrigger, with low- and/or high temperature check. Also supports LightTriggerLevel (%)

 
2019-07-09
Changes to UnitModel object

UnitModel object now supports MotionTrigger, ShockTrigger and LightTrigger, with the option of being either Off, Log or Report. This deprecates the existing MotionTriggerEnabled and LightTriggerEnabled booleans. The old booleans will continue to work for compatability reasons, but it is strongly recommended to use the new trigger fields, for extended functionality.

Added support for new RotationTrigger and rotation parameters, RotationStartAngle, RotationStopAngle and RotationStopTimeSeconds.

 
2019-03-10
Changes to SensorDataModel object

New method allowing simultaneous configuration of multiple units.

SensorDataModel object now included Total rotation counter