OS1 Services
...
Movement Tracking System
Location Tracking
MTS APIs
7min
To onboard a new device, send a POST request with the device's unique ID. This allows the device to start sending trace data via the MQTT broker or API.
- Onboard a new device onto MTS to start sending trace data via MQTT broker or API.
- Use the POST API to send data; ensure the hardware ID is unique for every device.
- The UpdateTraceData API is used to insert trace data to MTS. You can insert trace data using either trackName or trackId.
- The GetTraceData API fetches trace data for a specific device within a specified time range using the trackName or trackId.
- The GetMissingSequenceNumbers API fetches missing sequence numbers for a specific trackId and trackName and in between the provided time.
- The DeregisterDevice API is used to deregister devices in MTS by passing the isActive parameter in the body.
Updated 18 Dec 2024
Did this page help you?