GET Tracking/Location/LoadAll?SessionId={SessionId}&CompanyId={CompanyId}&transporterAssetId={transporterAssetId}&fromDateTicks={fromDateTicks}&toDateTicks={toDateTicks}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId | string |
None. |
|
| CompanyId | integer |
None. |
|
| transporterAssetId | integer |
Required |
|
| fromDateTicks | integer |
Required |
|
| toDateTicks | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
KendoGridResponseOfTrackingPoint| Name | Description | Type | Additional information |
|---|---|---|---|
| total | integer |
None. |
|
| data | Collection of TrackingPoint |
None. |
|
| errorCode | integer |
None. |
|
| error | string |
None. |
|
| top | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"data": [
{
"id": 1,
"localDate": "2025-11-05T06:40:28.625672+01:00",
"localDateTicksInUx": 3,
"longitude": 4.1,
"latitude": 5.1,
"speedInKM": 6
},
{
"id": 1,
"localDate": "2025-11-05T06:40:28.625672+01:00",
"localDateTicksInUx": 3,
"longitude": 4.1,
"latitude": 5.1,
"speedInKM": 6
}
],
"errorCode": 2,
"error": "sample string 3",
"top": 4
}
text/javascript
Sample:
{"total":1,"data":[{"id":1,"localDate":"2025-11-05T06:40:28.625672+01:00","localDateTicksInUx":3,"longitude":4.1,"latitude":5.1,"speedInKM":6},{"id":1,"localDate":"2025-11-05T06:40:28.625672+01:00","localDateTicksInUx":3,"longitude":4.1,"latitude":5.1,"speedInKM":6}],"errorCode":2,"error":"sample string 3","top":4}
application/xml, text/xml
Sample:
<KendoGridResponseOfTrackingPointx0LELiE_P xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/T8UtilityLib">
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/T8LSP_TrkAndTlmy.Tracking">
<d2p1:TrackingPoint>
<d2p1:id>1</d2p1:id>
<d2p1:latitude>5.1</d2p1:latitude>
<d2p1:localDate>2025-11-05T06:40:28.625672+01:00</d2p1:localDate>
<d2p1:localDateTicksInUx>3</d2p1:localDateTicksInUx>
<d2p1:longitude>4.1</d2p1:longitude>
<d2p1:speedInKM>6</d2p1:speedInKM>
</d2p1:TrackingPoint>
<d2p1:TrackingPoint>
<d2p1:id>1</d2p1:id>
<d2p1:latitude>5.1</d2p1:latitude>
<d2p1:localDate>2025-11-05T06:40:28.625672+01:00</d2p1:localDate>
<d2p1:localDateTicksInUx>3</d2p1:localDateTicksInUx>
<d2p1:longitude>4.1</d2p1:longitude>
<d2p1:speedInKM>6</d2p1:speedInKM>
</d2p1:TrackingPoint>
</data>
<error>sample string 3</error>
<errorCode>2</errorCode>
<top>4</top>
<total>1</total>
</KendoGridResponseOfTrackingPointx0LELiE_P>
application/x-protobuf
Sample: