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": "2702c2fa-5fd2-426f-b0da-5c88976bd925",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "7591f689-c64f-4c19-98e9-073df578bc8b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "3e246828-60c0-4d9e-a9a5-896b16c7ee76",
"PartnerID": "2881dfae-d09f-4033-8c1f-9aa556dd402a"
},
"IssueID": "6d906601-6e34-453b-b6cd-34a3af212726",
"ReportedDate": "2026-06-06T18:39:22.3858699+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "63def014-8edd-4634-baea-8aa05aa960cf",
"ReportedByName": "sample string 6",
"AssignedToID": "f3124a07-512a-40b0-9e2d-c68c6c2ab879",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-06T18:39:22.3858699+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "bbf17968-55dc-45b5-82ef-4201093fbce8",
"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": "07020c29-a5d5-4ec8-8f6c-ab2c819574f0",
"ServiceTypeID": "d45bcbc4-2411-4b12-83ea-83e6a6eb6696",
"WorkOrderOn": "2026-06-06T18:39:22.3858699+04:00",
"WorkOrderID": "485a88b1-4f15-44a2-b1d6-ef6701822b0b",
"InspectionOn": "2026-06-06T18:39:22.3858699+04:00",
"InspectionItemID": "75a2c297-44e2-41bc-bc95-7e378d1e1936"
},
"PrevVehicleID": "03c21d56-bfc1-4734-919e-44767724210f",
"CloseBy": "b1381c9b-48a3-4629-80a1-4704b1822268",
"CloseOn": "2026-06-06T18:39:22.3858699+04:00",
"CriticalLevel": 0,
"Id": "cedc64a5-f84e-4be5-9f97-8b574f2b7b6d",
"UserName": "sample string 17",
"UserID": "c3b18a24-bffd-4578-8b5f-c8e7a618fcb3",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-06T18:39:22.3858699+04:00",
"ClientID": "ce02cceb-37ec-4abb-83c2-d972ac82f8f4",
"ClientName": "sample string 22",
"PartnerID": "9530e70b-1513-4341-8a3d-688b7b76316d",
"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">ce02cceb-37ec-4abb-83c2-d972ac82f8f4</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-06-06T18:39:22.3858699+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">cedc64a5-f84e-4be5-9f97-8b574f2b7b6d</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">9530e70b-1513-4341-8a3d-688b7b76316d</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">c3b18a24-bffd-4578-8b5f-c8e7a618fcb3</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>f3124a07-512a-40b0-9e2d-c68c6c2ab879</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>bbf17968-55dc-45b5-82ef-4201093fbce8</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>b1381c9b-48a3-4629-80a1-4704b1822268</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-06-06T18:39:22.3858699+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-06-06T18:39:22.3858699+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>6d906601-6e34-453b-b6cd-34a3af212726</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>03c21d56-bfc1-4734-919e-44767724210f</PrevVehicleID>
<ReportedByID>63def014-8edd-4634-baea-8aa05aa960cf</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-06-06T18:39:22.3858699+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>75a2c297-44e2-41bc-bc95-7e378d1e1936</InspectionItemID>
<InspectionOn>2026-06-06T18:39:22.3858699+04:00</InspectionOn>
<ServiceID>07020c29-a5d5-4ec8-8f6c-ab2c819574f0</ServiceID>
<ServiceTypeID>d45bcbc4-2411-4b12-83ea-83e6a6eb6696</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>485a88b1-4f15-44a2-b1d6-ef6701822b0b</WorkOrderID>
<WorkOrderOn>2026-06-06T18:39:22.3858699+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>3e246828-60c0-4d9e-a9a5-896b16c7ee76</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>7591f689-c64f-4c19-98e9-073df578bc8b</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>2881dfae-d09f-4033-8c1f-9aa556dd402a</d2p1:PartnerID>
<d2p1:VehicleID>2702c2fa-5fd2-426f-b0da-5c88976bd925</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>