GET api/TrackTargetsLite?key={key}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TrackListName | Description | Type | Additional information |
---|---|---|---|
TrackTargets | Collection of TrackTarget |
None. |
|
ExecutionTime | integer |
None. |
|
ExecutionTimeCache | integer |
None. |
|
ExecutionTimeNewTrack | integer |
None. |
|
ExecutionTimeMap | integer |
None. |
|
ExecutionTimeMapGetPoints | integer |
None. |
|
ExecutionTimeMapGenerated | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "TrackTargets": [ { "TargetId": "f135d855-55d4-43f6-9390-08aa0c3024ae", "Target": null, "TargetOdometer": null, "TrackPositionONLINE": null, "TrackPositionLasts": { "2025-02-07T07:16:54.2322621+01:00": 2 }, "TrackActivity": null, "TrackActivityPrevious": null, "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": "7fd57d87-09bd-41cd-b148-3b1b29fdd32b" }, "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 }, { "TargetId": "f135d855-55d4-43f6-9390-08aa0c3024ae", "Target": null, "TargetOdometer": null, "TrackPositionONLINE": null, "TrackPositionLasts": { "2025-02-07T07:16:54.2322621+01:00": 2 }, "TrackActivity": null, "TrackActivityPrevious": null, "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": "7fd57d87-09bd-41cd-b148-3b1b29fdd32b" }, "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 } ], "ExecutionTime": 1, "ExecutionTimeCache": 2, "ExecutionTimeNewTrack": 3, "ExecutionTimeMap": 4, "ExecutionTimeMapGetPoints": 5, "ExecutionTimeMapGenerated": 6 }