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
TrackEventListName | 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": "ec2d17d8-941d-4e03-bec8-89ec3efa49c8", "TargetTag": "sample string 2", "PositionEventId": 3, "ReportEventId": 4, "Code": "sample string 5", "Name": "sample string 6", "GroupName": "sample string 7", "ServerDate": "2025-02-07T07:16:10.9679256+01:00", "TrackerDate": "2025-02-07T07:16:10.9679256+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": "ec2d17d8-941d-4e03-bec8-89ec3efa49c8", "TargetTag": "sample string 2", "PositionEventId": 3, "ReportEventId": 4, "Code": "sample string 5", "Name": "sample string 6", "GroupName": "sample string 7", "ServerDate": "2025-02-07T07:16:10.9679256+01:00", "TrackerDate": "2025-02-07T07:16:10.9679256+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" }