GET Annotation/LoadAll?SessionId={SessionId}&CompanyId={CompanyId}&fromDateStr={fromDateStr}&toDateStr={toDateStr}&keyword={keyword}&vehicleId={vehicleId}&includeDeleted={includeDeleted}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId | string |
None. |
|
| CompanyId | integer |
None. |
|
| fromDateStr | string |
Required |
|
| toDateStr | string |
Required |
|
| keyword | string |
Required |
|
| vehicleId | integer |
Default value is -1 |
|
| includeDeleted | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
KendoGridResponseOfAnnotationRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| total | integer |
None. |
|
| data | Collection of AnnotationRecord |
None. |
|
| errorCode | integer |
None. |
|
| error | string |
None. |
|
| top | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"data": [
{
"id": 1,
"vehicleId": 2,
"workerId": 1,
"subject": "sample string 3",
"body": "sample string 4",
"color": "sample string 5",
"date": "2025-11-05T06:40:29.8913001+01:00",
"isPublic": true,
"typeId": 8
},
{
"id": 1,
"vehicleId": 2,
"workerId": 1,
"subject": "sample string 3",
"body": "sample string 4",
"color": "sample string 5",
"date": "2025-11-05T06:40:29.8913001+01:00",
"isPublic": true,
"typeId": 8
}
],
"errorCode": 2,
"error": "sample string 3",
"top": 4
}
text/javascript
Sample:
{"total":1,"data":[{"id":1,"vehicleId":2,"workerId":1,"subject":"sample string 3","body":"sample string 4","color":"sample string 5","date":"2025-11-05T06:40:29.8913001+01:00","isPublic":true,"typeId":8},{"id":1,"vehicleId":2,"workerId":1,"subject":"sample string 3","body":"sample string 4","color":"sample string 5","date":"2025-11-05T06:40:29.8913001+01:00","isPublic":true,"typeId":8}],"errorCode":2,"error":"sample string 3","top":4}
application/xml, text/xml
Sample:
<KendoGridResponseOfAnnotationRecordG_PVpkiJ_S 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/T8LSPModel.Annotation">
<d2p1:AnnotationRecord>
<d2p1:body>sample string 4</d2p1:body>
<d2p1:color>sample string 5</d2p1:color>
<d2p1:date>2025-11-05T06:40:29.8913001+01:00</d2p1:date>
<d2p1:id>1</d2p1:id>
<d2p1:isPublic>true</d2p1:isPublic>
<d2p1:subject>sample string 3</d2p1:subject>
<d2p1:typeId>8</d2p1:typeId>
<d2p1:vehicleId>2</d2p1:vehicleId>
<d2p1:workerId>1</d2p1:workerId>
</d2p1:AnnotationRecord>
<d2p1:AnnotationRecord>
<d2p1:body>sample string 4</d2p1:body>
<d2p1:color>sample string 5</d2p1:color>
<d2p1:date>2025-11-05T06:40:29.8913001+01:00</d2p1:date>
<d2p1:id>1</d2p1:id>
<d2p1:isPublic>true</d2p1:isPublic>
<d2p1:subject>sample string 3</d2p1:subject>
<d2p1:typeId>8</d2p1:typeId>
<d2p1:vehicleId>2</d2p1:vehicleId>
<d2p1:workerId>1</d2p1:workerId>
</d2p1:AnnotationRecord>
</data>
<error>sample string 3</error>
<errorCode>2</errorCode>
<top>4</top>
<total>1</total>
</KendoGridResponseOfAnnotationRecordG_PVpkiJ_S>
application/x-protobuf
Sample: