GET api/TrackingObjects/{trackingObjectId}/TrackingMessages?From={From}&To={To}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
trackingObjectId

integer

Required

From

date

None.

To

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TrackingMessage
NameDescriptionTypeAdditional information
TrackingMessageId

integer

None.

SenderId

string

None.

DriverId

string

None.

Location

Location

None.

ValidGPS

boolean

None.

TotalDistanceCAN

decimal number

None.

Satellites

byte

None.

Heading

decimal number

None.

Speed

decimal number

None.

SpeedFromCAN

decimal number

None.

RPM

integer

None.

Timedate

date

None.

IsEngineStarted

boolean

None.

SpeedMax

decimal number

None.

Sensors

Collection of Sensor

None.

Fuel

decimal number

None.

DriverName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "TrackingMessageId": 1,
    "SenderId": "sample string 2",
    "DriverId": "sample string 3",
    "Location": {
      "$id": "2",
      "Latitude": 1.1,
      "Longitude": 2.1,
      "AreaName": "sample string 2, sample string 2"
    },
    "ValidGPS": true,
    "TotalDistanceCAN": 1.1,
    "Satellites": 64,
    "Heading": 1.1,
    "Speed": 1.1,
    "SpeedFromCAN": 1.1,
    "RPM": 1,
    "Timedate": "2026-02-02T19:46:42.0360971+01:00",
    "IsEngineStarted": true,
    "SpeedMax": 1.1,
    "Sensors": [
      {
        "$id": "3",
        "SensorId": 1,
        "SensorName": "sample string 2",
        "SensorType": 0,
        "SensorOutputType": 0,
        "FunctionCode": "sample string 3",
        "Order": 64,
        "Mask": "sample string 5",
        "Visible": true,
        "Value": {
          "$id": "4"
        }
      },
      {
        "$ref": "3"
      }
    ],
    "Fuel": 1.1,
    "DriverName": "sample string 4 sample string 5"
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.