GET api/TrackTarget?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": "e030c1e9-0134-41c4-be6e-a88513cffaf5", "Target": null, "TargetOdometer": null, "TrackPositionONLINE": null, "TrackPositionLasts": { "2025-02-07T06:58:45.4800826+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": "3db71e59-4ba4-42f3-bccc-b01ffc5ec3b0" }, "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": "e030c1e9-0134-41c4-be6e-a88513cffaf5", "Target": null, "TargetOdometer": null, "TrackPositionONLINE": null, "TrackPositionLasts": { "2025-02-07T06:58:45.4800826+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": "3db71e59-4ba4-42f3-bccc-b01ffc5ec3b0" }, "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 }