GET api/TrackTargetsLite?getOnlyChange={getOnlyChange}&key={key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
getOnlyChange

boolean

Required

key

string

Required

Body Parameters

None.

Response Information

Resource Description

TrackList
NameDescriptionTypeAdditional 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": "c3c56cae-de32-4f3c-9546-12e4808d11a9",
      "Target": null,
      "TargetOdometer": null,
      "TrackPositionONLINE": null,
      "TrackPositionLasts": {
        "2025-02-07T07:06:55.5543605+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": "e96dd1e6-9ffe-4e4c-b55d-5e371d847e5b"
      },
      "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": "c3c56cae-de32-4f3c-9546-12e4808d11a9",
      "Target": null,
      "TargetOdometer": null,
      "TrackPositionONLINE": null,
      "TrackPositionLasts": {
        "2025-02-07T07:06:55.5543605+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": "e96dd1e6-9ffe-4e4c-b55d-5e371d847e5b"
      },
      "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
}