Read the currently-stored KIN counter offsets
GET/v1/bluetooth-tags/:telematicsDeviceId/counter-offsets
Read the currently-stored KIN counter offsets for a Bluetooth tag by proxying to the Telematics Device Configuration API's device-state endpoint. Values surface under desired.sensor.activity.<counter>.offset. Duration counters are returned as integer seconds; the extreme-events counter is an integer event count. Any counter that has never been set on the device comes back as null - "unset" and "explicitly zero" are semantically different. Non-KIN devices yield 400. Devices not attached to any asset are rejected with 409.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error