GET api/TrackerDiag?trackerId={trackerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| trackerId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TrackTarget| Name | Description | Type | Additional information |
|---|---|---|---|
| TargetId | globally unique identifier |
None. |
|
| Target | TargetData |
None. |
|
| TargetOdometer | TargetOdometerData |
None. |
|
| TrackPositionONLINE | TrackPositionONLINE |
None. |
|
| TrackPositionLasts | Dictionary of date [key] and integer [value] |
None. |
|
| TrackActivity | TrackActivity |
None. |
|
| TrackActivityPrevious | TrackActivity |
None. |
|
| TrackDaily | TrackDaily |
None. |
|
| TrackWeekly | TrackWeekly |
None. |
|
| TrackWeeklyPrevious | TrackWeekly |
None. |
|
| TrackRadars | Collection of TrackRadar |
None. |
|
| TrackPositionFMS1 | TrackPositionFMS1 |
None. |
|
| TrackPositionOBD2 | TrackPositionOBD2 |
None. |
|
| TrackPadlock | TrackPadlock |
None. |
|
| TrackPositionTACHOONLINE | TrackPositionTACHOONLINE |
None. |
|
| TrackPositionLLSONLINE | TrackPositionLLSONLINE |
None. |
|
| TrackPositionTPMSONLINE | TrackPositionTPMSONLINE |
None. |
|
| BLEIdentifiers | Collection of TrackPositionBLEIdentifierONLINE |
None. |
|
| DoorControls | Collection of TrackDoorControl |
None. |
Response Formats
application/json, text/json
Sample:
{
"TargetId": "2d50b6ca-acb0-4c70-84f9-f88c9344cacc",
"Target": null,
"TargetOdometer": null,
"TrackPositionONLINE": null,
"TrackPositionLasts": {
"2025-10-31T22:15:08.1016493+01:00": 2
},
"TrackActivity": {
"TraceId": 1,
"TargetPK": 2,
"TargetId": "3057865c-9d9a-4b95-a0b7-8c468e216de5",
"TargetTag": "sample string 4",
"FromTrackerDate": "2025-10-31T22:15:08.1016493+01:00",
"FromPositionId": 6,
"FromLat": 7.1,
"FromLong": 8.1,
"FromCustomerPlacemarkId": 1,
"FromGeocodingId": 1,
"FromAddress": "sample string 9",
"ToPositionId": 10,
"ToTrackerDate": "2025-10-31T22:15:08.1016493+01:00",
"ToLat": 12.1,
"ToLong": 13.1,
"ToCustomerPlacemarkId": 1,
"ToGeocodingId": 1,
"ToAddress": "sample string 14",
"OdometerGPSDistance": 1.0,
"OdometerGPS_From": 1.0,
"OdometerGPS_To": 1.0,
"FMS1_D1CO_OdometerDistance": 1.0,
"FMS1_D1CO_Odometer_From": 1.0,
"FMS1_D1CO_Odometer_To": 1.0,
"FMS1_D2CO_TotalFuelUsed_From": 1.0,
"FMS1_D2CO_TotalFuelUsed_To": 1.0,
"Positions": 15,
"AvgSpeed": 16.0,
"TopSpeed": 17.0,
"AvgTemperature1": 1.0,
"AvgTemperature2": 1.0,
"MinTemperature1": 1.0,
"MinTemperature2": 1.0,
"MaxTemperature1": 1.0,
"MaxTemperature2": 1.0,
"OnRouteTime": 18,
"OnStopTime": 19,
"OnRalentiTime": 20,
"ReadableOnRouteTime": "sample string 21",
"ReadableOnStopTime": "sample string 22",
"ReadableOnRalentiTime": "sample string 23",
"DriverId": "d0b1807b-4966-4f6a-adae-6e7d5b654891",
"DriverB2BId": "sample string 24",
"DriverCardId": "sample string 25",
"DriverName": "sample string 26",
"MapRoute": "sample string 27",
"MapRoutePolyline": "sample string 28",
"MapStop": "sample string 29",
"FCFuelConsumption": 1.0,
"FuelConsumptionAvg": 1.0,
"CO2lEmission": 1.0,
"FuelConsumptionAvgGreen": 1,
"AltitudeFrom": 30,
"AltitudeTo": 31,
"FeaturesPadlockLocks": null,
"FeaturesDoorControl": null,
"ExecutionTimePoints": 32,
"ExecutionTimeMap": 33
},
"TrackActivityPrevious": {
"TraceId": 1,
"TargetPK": 2,
"TargetId": "3057865c-9d9a-4b95-a0b7-8c468e216de5",
"TargetTag": "sample string 4",
"FromTrackerDate": "2025-10-31T22:15:08.1016493+01:00",
"FromPositionId": 6,
"FromLat": 7.1,
"FromLong": 8.1,
"FromCustomerPlacemarkId": 1,
"FromGeocodingId": 1,
"FromAddress": "sample string 9",
"ToPositionId": 10,
"ToTrackerDate": "2025-10-31T22:15:08.1016493+01:00",
"ToLat": 12.1,
"ToLong": 13.1,
"ToCustomerPlacemarkId": 1,
"ToGeocodingId": 1,
"ToAddress": "sample string 14",
"OdometerGPSDistance": 1.0,
"OdometerGPS_From": 1.0,
"OdometerGPS_To": 1.0,
"FMS1_D1CO_OdometerDistance": 1.0,
"FMS1_D1CO_Odometer_From": 1.0,
"FMS1_D1CO_Odometer_To": 1.0,
"FMS1_D2CO_TotalFuelUsed_From": 1.0,
"FMS1_D2CO_TotalFuelUsed_To": 1.0,
"Positions": 15,
"AvgSpeed": 16.0,
"TopSpeed": 17.0,
"AvgTemperature1": 1.0,
"AvgTemperature2": 1.0,
"MinTemperature1": 1.0,
"MinTemperature2": 1.0,
"MaxTemperature1": 1.0,
"MaxTemperature2": 1.0,
"OnRouteTime": 18,
"OnStopTime": 19,
"OnRalentiTime": 20,
"ReadableOnRouteTime": "sample string 21",
"ReadableOnStopTime": "sample string 22",
"ReadableOnRalentiTime": "sample string 23",
"DriverId": "d0b1807b-4966-4f6a-adae-6e7d5b654891",
"DriverB2BId": "sample string 24",
"DriverCardId": "sample string 25",
"DriverName": "sample string 26",
"MapRoute": "sample string 27",
"MapRoutePolyline": "sample string 28",
"MapStop": "sample string 29",
"FCFuelConsumption": 1.0,
"FuelConsumptionAvg": 1.0,
"CO2lEmission": 1.0,
"FuelConsumptionAvgGreen": 1,
"AltitudeFrom": 30,
"AltitudeTo": 31,
"FeaturesPadlockLocks": null,
"FeaturesDoorControl": null,
"ExecutionTimePoints": 32,
"ExecutionTimeMap": 33
},
"TrackDaily": null,
"TrackWeekly": {
"Week": 1,
"TOTALOnRouteTime": 2,
"TOTALOnRouteTimeReadable": "sample string 3",
"TOTALOnRouteTimeExceeded": 4,
"TOTALOnRouteTimeExceededReadable": "sample string 5",
"TOTALOnStopTime": 6,
"TOTALOnStopTimeReadable": "sample string 7",
"TOTALAvgSpeed": 8.0,
"TOTALTopSpeed": 9.0,
"TOTALOdometerDistance": 10.0,
"TOTALTotalFuelUsed": 11.0,
"TOTALExceededDays": 12
},
"TrackWeeklyPrevious": {
"Week": 1,
"TOTALOnRouteTime": 2,
"TOTALOnRouteTimeReadable": "sample string 3",
"TOTALOnRouteTimeExceeded": 4,
"TOTALOnRouteTimeExceededReadable": "sample string 5",
"TOTALOnStopTime": 6,
"TOTALOnStopTimeReadable": "sample string 7",
"TOTALAvgSpeed": 8.0,
"TOTALTopSpeed": 9.0,
"TOTALOdometerDistance": 10.0,
"TOTALTotalFuelUsed": 11.0,
"TOTALExceededDays": 12
},
"TrackRadars": null,
"TrackPositionFMS1": {
"TargetId": "2a6f1669-5ad2-46ee-b60f-9dcaf3faa071"
},
"TrackPositionOBD2": {
"EngineRPM": 1,
"MassAirFlowRate": 2.0,
"EngineLoad": 3,
"ThrottlePosition": 4,
"EngineCoolantTemperature": 5,
"FuelLevel": 6,
"MIL": 7,
"FuelUsed": 8.0,
"VIN": "sample string 9"
},
"TrackPadlock": null,
"TrackPositionTACHOONLINE": null,
"TrackPositionLLSONLINE": null,
"TrackPositionTPMSONLINE": null,
"BLEIdentifiers": null,
"DoorControls": null
}