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": "af56cccb-6298-4ef3-a573-22ad4c51c939",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "6b047005-f8a3-4c5c-8f1e-3647490d6d0f",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "780bc010-5c63-445d-b75b-74cc13a523b2",
"PartnerID": "09661bf7-90d3-46c8-8a98-11357e508a41"
},
"IssueID": "edf8a98d-604d-4035-9886-65e2cf00aa54",
"ReportedDate": "2026-08-21T10:48:28.0241443+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "a1b7cb05-ba36-4950-bd87-a952beb91e78",
"ReportedByName": "sample string 6",
"AssignedToID": "10f3fcea-ce46-49ed-b768-4031856b8c0c",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-21T10:48:28.0241443+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4741f94d-360c-4102-816a-046e90ea1688",
"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": "883c07f2-a52b-4956-a22a-6e8802cc5366",
"ServiceTypeID": "606b9998-9194-4328-b069-6d674a691b22",
"WorkOrderOn": "2026-08-21T10:48:28.0241443+04:00",
"WorkOrderID": "03ad7ae2-6dad-405c-af3b-f59d66126f71",
"InspectionOn": "2026-08-21T10:48:28.0241443+04:00",
"InspectionItemID": "a1799f75-fdd2-4328-94b2-e624eedded61"
},
"PrevVehicleID": "5efd4294-4d9d-4866-8eaa-c3997be272d1",
"CloseBy": "0ecc510a-89dc-4c65-9913-77893953f2a6",
"CloseOn": "2026-08-21T10:48:28.0241443+04:00",
"CriticalLevel": 0,
"Id": "0951b6d6-c6fb-4031-9b30-fcebba1322a1",
"UserName": "sample string 17",
"UserID": "03b494f5-473f-4b00-ba38-6c24e647c650",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-21T10:48:28.0241443+04:00",
"ClientID": "86e1e4e1-837f-49cc-9dff-546083cf87a8",
"ClientName": "sample string 22",
"PartnerID": "a5911d56-edcd-45f3-a570-3d613d4bcde9",
"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">86e1e4e1-837f-49cc-9dff-546083cf87a8</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-08-21T10:48:28.0241443+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">0951b6d6-c6fb-4031-9b30-fcebba1322a1</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">a5911d56-edcd-45f3-a570-3d613d4bcde9</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">03b494f5-473f-4b00-ba38-6c24e647c650</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>10f3fcea-ce46-49ed-b768-4031856b8c0c</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>4741f94d-360c-4102-816a-046e90ea1688</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>0ecc510a-89dc-4c65-9913-77893953f2a6</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-21T10:48:28.0241443+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-21T10:48:28.0241443+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>edf8a98d-604d-4035-9886-65e2cf00aa54</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>5efd4294-4d9d-4866-8eaa-c3997be272d1</PrevVehicleID>
<ReportedByID>a1b7cb05-ba36-4950-bd87-a952beb91e78</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-21T10:48:28.0241443+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>a1799f75-fdd2-4328-94b2-e624eedded61</InspectionItemID>
<InspectionOn>2026-08-21T10:48:28.0241443+04:00</InspectionOn>
<ServiceID>883c07f2-a52b-4956-a22a-6e8802cc5366</ServiceID>
<ServiceTypeID>606b9998-9194-4328-b069-6d674a691b22</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>03ad7ae2-6dad-405c-af3b-f59d66126f71</WorkOrderID>
<WorkOrderOn>2026-08-21T10:48:28.0241443+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>780bc010-5c63-445d-b75b-74cc13a523b2</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>6b047005-f8a3-4c5c-8f1e-3647490d6d0f</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>09661bf7-90d3-46c8-8a98-11357e508a41</d2p1:PartnerID>
<d2p1:VehicleID>af56cccb-6298-4ef3-a573-22ad4c51c939</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>