GET Api/Issue/GetHistoryByID?clientID={clientID}&vehicleID={vehicleID}&issueID={issueID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | globally unique identifier |
Required |
|
| vehicleID | globally unique identifier |
Required |
|
| issueID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Issue| Name | Description | Type | Additional information |
|---|---|---|---|
| Vehicle | VehicleBase |
None. |
|
| IssueID | globally unique identifier |
None. |
|
| ReportedDate | date |
None. |
|
| Summary | string |
None. |
|
| Description | string |
None. |
|
| ReportedByID | globally unique identifier |
None. |
|
| ReportedByName | string |
None. |
|
| AssignedToID | globally unique identifier |
None. |
|
| AssignedToName | string |
None. |
|
| Odometer | decimal number |
None. |
|
| DueDate | date |
None. |
|
| DueOdometer | decimal number |
None. |
|
| Attachment | Attachment |
None. |
|
| CloseNote | string |
None. |
|
| TransactionDetail | IssueTransactionDetail |
None. |
|
| PrevVehicleID | globally unique identifier |
None. |
|
| CloseBy | globally unique identifier |
None. |
|
| CloseOn | date |
None. |
|
| CriticalLevel | IssueCriticalLevel |
None. |
|
| Id | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| UserID | globally unique identifier |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| ClientName | string |
None. |
|
| PartnerID | globally unique identifier |
None. |
|
| PartnerName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Vehicle": {
"VehicleID": "393172b9-53ec-4f32-af92-7145f090b681",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c9e36eb8-a1ee-4d5c-a039-643f2b36accc",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "949ed2d2-2fbf-43af-9506-2cedbb366882",
"PartnerID": "15aa85bf-64a4-4e65-a6e1-96adecb0d3a2"
},
"IssueID": "973670bf-c832-4863-abae-6879df1338de",
"ReportedDate": "2026-04-18T15:01:25.6659231+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "27165279-1489-470b-9e3a-092e9dd58ece",
"ReportedByName": "sample string 6",
"AssignedToID": "7d8fa06a-1538-4d3b-988e-fcd014e07bdc",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-04-18T15:01:25.6659231+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "25d4ae00-0119-4712-8bdf-861744075a19",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"CloseNote": "sample string 12",
"TransactionDetail": {
"Status": 0,
"ServiceID": "9432c16e-1653-4f91-86c9-99178812989f",
"ServiceTypeID": "21ca261a-0268-423b-a286-14a196616e66",
"WorkOrderOn": "2026-04-18T15:01:25.6659231+04:00",
"WorkOrderID": "c8e73692-12ed-4704-9c06-4dda7fd4b119",
"InspectionOn": "2026-04-18T15:01:25.6659231+04:00",
"InspectionItemID": "0fe50a0f-0bef-4a6a-86a9-818b264f8a77"
},
"PrevVehicleID": "95a1ea73-24fe-40d6-926d-abec2083b915",
"CloseBy": "a5b44826-0719-4efb-bd92-a9ede3b988e5",
"CloseOn": "2026-04-18T15:01:25.6659231+04:00",
"CriticalLevel": 0,
"Id": "4d41ea1a-85a2-454b-b1bd-2bba0c40bf04",
"UserName": "sample string 17",
"UserID": "af85b342-0950-443d-82f2-0cc5bca0607f",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-04-18T15:01:25.6659231+04:00",
"ClientID": "394f5d7b-d0d5-4f9f-beed-9e718ae5b3c3",
"ClientName": "sample string 22",
"PartnerID": "aeea27a8-36a8-4308-9bb1-c41950cb8e2c",
"PartnerName": "sample string 24"
}
application/xml, text/xml
Sample:
<Issue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity.ServMaint">
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">394f5d7b-d0d5-4f9f-beed-9e718ae5b3c3</ClientID>
<ClientName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 22</ClientName>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 19</CreatedBy>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">2026-04-18T15:01:25.6659231+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">4d41ea1a-85a2-454b-b1bd-2bba0c40bf04</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">aeea27a8-36a8-4308-9bb1-c41950cb8e2c</PartnerID>
<PartnerName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 24</PartnerName>
<UserID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">af85b342-0950-443d-82f2-0cc5bca0607f</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>7d8fa06a-1538-4d3b-988e-fcd014e07bdc</AssignedToID>
<AssignedToName>sample string 8</AssignedToName>
<Attachment xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:AttachmentData>QEA=</d2p1:AttachmentData>
<d2p1:AttachmentDataBase64>sample string 2</d2p1:AttachmentDataBase64>
<d2p1:AttachmentID>25d4ae00-0119-4712-8bdf-861744075a19</d2p1:AttachmentID>
<d2p1:ContentType>sample string 3</d2p1:ContentType>
<d2p1:FileName>sample string 4</d2p1:FileName>
<d2p1:ImageString>sample string 5</d2p1:ImageString>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
</Attachment>
<CloseBy>a5b44826-0719-4efb-bd92-a9ede3b988e5</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-04-18T15:01:25.6659231+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-04-18T15:01:25.6659231+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>973670bf-c832-4863-abae-6879df1338de</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>95a1ea73-24fe-40d6-926d-abec2083b915</PrevVehicleID>
<ReportedByID>27165279-1489-470b-9e3a-092e9dd58ece</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-04-18T15:01:25.6659231+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>0fe50a0f-0bef-4a6a-86a9-818b264f8a77</InspectionItemID>
<InspectionOn>2026-04-18T15:01:25.6659231+04:00</InspectionOn>
<ServiceID>9432c16e-1653-4f91-86c9-99178812989f</ServiceID>
<ServiceTypeID>21ca261a-0268-423b-a286-14a196616e66</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>c8e73692-12ed-4704-9c06-4dda7fd4b119</WorkOrderID>
<WorkOrderOn>2026-04-18T15:01:25.6659231+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>949ed2d2-2fbf-43af-9506-2cedbb366882</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>c9e36eb8-a1ee-4d5c-a039-643f2b36accc</d2p1:DriverID>
<d2p1:DriverName>sample string 7</d2p1:DriverName>
<d2p1:IMEINo>sample string 9</d2p1:IMEINo>
<d2p1:ModelName>sample string 5</d2p1:ModelName>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Odometer>4</d2p1:Odometer>
<d2p1:PartnerID>15aa85bf-64a4-4e65-a6e1-96adecb0d3a2</d2p1:PartnerID>
<d2p1:VehicleID>393172b9-53ec-4f32-af92-7145f090b681</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>