GET api/TrackEventFleetLast?key={key}&signature={signature}&userId={userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| signature | string |
Required |
|
| userId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TrackEventList| Name | Description | Type | Additional information |
|---|---|---|---|
| Events | Collection of TrackEvent |
None. |
|
| AccessGranted | boolean |
None. |
|
| Error | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorDescription | string |
None. |
|
| Warnings | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Events": [
{
"TargetId": "b0afce29-ec4a-4154-b863-9d312d0a2f9e",
"TargetTag": "sample string 2",
"PositionEventId": 3,
"ReportEventId": 4,
"Code": "sample string 5",
"Name": "sample string 6",
"GroupName": "sample string 7",
"ServerDate": "2025-11-01T08:01:20.6035283+01:00",
"TrackerDate": "2025-11-01T08:01:20.6035283+01:00",
"ReadableDate": "sample string 10",
"Latitude": 11.1,
"Longitude": 12.1,
"Direction": 13.0,
"Speed": 14.0,
"Alt": 15,
"MPV": 1.0,
"BPV": 1.0,
"Sats": 16,
"WarningLevel": 17,
"CustomerPlacemarkId": 1,
"GeocodingId": 1,
"Address": "sample string 18",
"Temperature1": 19.0,
"Temperature2": 20.0
},
{
"TargetId": "b0afce29-ec4a-4154-b863-9d312d0a2f9e",
"TargetTag": "sample string 2",
"PositionEventId": 3,
"ReportEventId": 4,
"Code": "sample string 5",
"Name": "sample string 6",
"GroupName": "sample string 7",
"ServerDate": "2025-11-01T08:01:20.6035283+01:00",
"TrackerDate": "2025-11-01T08:01:20.6035283+01:00",
"ReadableDate": "sample string 10",
"Latitude": 11.1,
"Longitude": 12.1,
"Direction": 13.0,
"Speed": 14.0,
"Alt": 15,
"MPV": 1.0,
"BPV": 1.0,
"Sats": 16,
"WarningLevel": 17,
"CustomerPlacemarkId": 1,
"GeocodingId": 1,
"Address": "sample string 18",
"Temperature1": 19.0,
"Temperature2": 20.0
}
],
"AccessGranted": true,
"Error": true,
"ErrorCode": "sample string 3",
"ErrorDescription": "sample string 4",
"Warnings": "sample string 5"
}