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": "baba31ab-a384-4559-a5b3-b06fbe2df833",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "256eac2c-e214-47d3-834d-d782a2134c82",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "214aaec0-2f77-4cad-ac99-52ed5ff0be90",
"PartnerID": "31751879-92cc-4e06-9beb-fdf6875d5d02"
},
"IssueID": "8cb20758-b04b-4b04-b443-afdafe8eeeb0",
"ReportedDate": "2026-02-14T23:13:31.1116809+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0adc07bc-b2d5-4059-9d57-de043b7bc37f",
"ReportedByName": "sample string 6",
"AssignedToID": "bfe4820b-9543-43d1-861f-735a13798e96",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-14T23:13:31.1116809+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "551416f3-0ecd-4728-a91c-98523bf54192",
"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": "e7059dee-4a6e-41f2-aef3-585350655c8c",
"ServiceTypeID": "132f861c-0ac2-4005-8aff-ffb6a12df8aa",
"WorkOrderOn": "2026-02-14T23:13:31.1116809+04:00",
"WorkOrderID": "f32abeee-2aa8-417e-b956-568476d32ab3",
"InspectionOn": "2026-02-14T23:13:31.1116809+04:00",
"InspectionItemID": "22502b27-8024-403d-bf7b-b46d12880fc7"
},
"PrevVehicleID": "6cc16357-39ee-4d24-ab3c-db190dcf32da",
"CloseBy": "bf1bf03a-9624-4384-aaea-a9687cbc8038",
"CloseOn": "2026-02-14T23:13:31.1116809+04:00",
"CriticalLevel": 0,
"Id": "f5efe248-bce1-446d-bf07-f8c75d838035",
"UserName": "sample string 17",
"UserID": "c21f9372-397d-420e-b0de-d51f133e9d6d",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-14T23:13:31.1116809+04:00",
"ClientID": "1e1d2377-4ef8-4316-960a-523b5d2dc09f",
"ClientName": "sample string 22",
"PartnerID": "61d4fdca-54a5-43c1-b46c-7e66a0039c93",
"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">1e1d2377-4ef8-4316-960a-523b5d2dc09f</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-02-14T23:13:31.1116809+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">f5efe248-bce1-446d-bf07-f8c75d838035</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">61d4fdca-54a5-43c1-b46c-7e66a0039c93</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">c21f9372-397d-420e-b0de-d51f133e9d6d</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>bfe4820b-9543-43d1-861f-735a13798e96</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>551416f3-0ecd-4728-a91c-98523bf54192</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>bf1bf03a-9624-4384-aaea-a9687cbc8038</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-14T23:13:31.1116809+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-14T23:13:31.1116809+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>8cb20758-b04b-4b04-b443-afdafe8eeeb0</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>6cc16357-39ee-4d24-ab3c-db190dcf32da</PrevVehicleID>
<ReportedByID>0adc07bc-b2d5-4059-9d57-de043b7bc37f</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-14T23:13:31.1116809+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>22502b27-8024-403d-bf7b-b46d12880fc7</InspectionItemID>
<InspectionOn>2026-02-14T23:13:31.1116809+04:00</InspectionOn>
<ServiceID>e7059dee-4a6e-41f2-aef3-585350655c8c</ServiceID>
<ServiceTypeID>132f861c-0ac2-4005-8aff-ffb6a12df8aa</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>f32abeee-2aa8-417e-b956-568476d32ab3</WorkOrderID>
<WorkOrderOn>2026-02-14T23:13:31.1116809+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>214aaec0-2f77-4cad-ac99-52ed5ff0be90</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>256eac2c-e214-47d3-834d-d782a2134c82</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>31751879-92cc-4e06-9beb-fdf6875d5d02</d2p1:PartnerID>
<d2p1:VehicleID>baba31ab-a384-4559-a5b3-b06fbe2df833</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>