AWB when fetching location only, for environmental data, use your asset id associated to Trackonomy tape.
Trackonomy External API (1.3.0.0)
External APIs are meant for interacting with Trackonomy Platform. New endpoints will be added regularly. Current APIs enable the following:
- retrieve location and environmental data for assets tracked with Trackonomy tapes.
- decode Trackonomy BLE packets
- send various messages from third party systems for integration purposes
Locations endpoint can be used for the latest event, Historical data endpoint reveals also older data with about 15 minute delay. Note that today authentication is separated for the 2 location data endpoints!
Download OpenAPI description
Overview
URL
Developer Support
Languages
Servers
Mock server
https://docs.trackonomy.com/_mock/external-api/trackonomy-external-api/
PPE API for Locations data
https://ppe.api.trackonomy.com/external/
PPE API for Historical data
https://ppe.mt.trackonomysystems.com/
Locations
This API allows to request location and environmental data for assets tracked with Trackonomy tapes.
available sensor data depends on the exact model of tape used and sensor configuration applied to the specific device. Value -255 indicates sensor unavailability.
location_detailed info can only be returned if Trackonomy indoor network is used by customer at the given location.
Operations
- Mock serverhttps://docs.trackonomy.com/_mock/external-api/trackonomy-external-api/locations/{asset_id}
- PPE API for Locations datahttps://ppe.api.trackonomy.com/external/locations/{asset_id}
- PPE API for Historical datahttps://ppe.mt.trackonomysystems.com/locations/{asset_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.trackonomy.com/_mock/external-api/trackonomy-external-api/locations/{asset_id}?event=sensor' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'authorized_groups: string' \
-H 'customer_id: string'Response
application/json
{ "assets": [ { … } ], "uuid": "a51799fa-4765-4f9c-9460-2d44fc2fe27f", "vendor_id": "c59f7130-e0b7-4aff-ac6e-a97dcfbd9222", "version": "1.0.0" }