GET api/TrackEventFleetLast?key={key}&signature={signature}&userId={userId}&backdays={backdays}&maxevents={maxevents}&severity={severity}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| signature | string |
Required |
|
| userId | string |
Required |
|
| backdays | integer |
Required |
|
| maxevents | integer |
Required |
|
| severity | integer |
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": "d9d9b1e7-8dc7-4723-a59e-d833dc6d5e57",
"TargetTag": "sample string 2",
"PositionEventId": 3,
"ReportEventId": 4,
"Code": "sample string 5",
"Name": "sample string 6",
"GroupName": "sample string 7",
"ServerDate": "2025-11-01T07:48:30.5159643+01:00",
"TrackerDate": "2025-11-01T07:48:30.5159643+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": "d9d9b1e7-8dc7-4723-a59e-d833dc6d5e57",
"TargetTag": "sample string 2",
"PositionEventId": 3,
"ReportEventId": 4,
"Code": "sample string 5",
"Name": "sample string 6",
"GroupName": "sample string 7",
"ServerDate": "2025-11-01T07:48:30.5159643+01:00",
"TrackerDate": "2025-11-01T07:48:30.5159643+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"
}