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": "4b7bf664-77f8-4767-99d4-28adf1d65f47",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d06e7f9f-83c8-498f-a8b6-f5dd6f0d6788",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "38e7fd8e-4785-4c7f-b994-b874bf7d00eb",
"PartnerID": "9692524b-1ab7-47fc-b7c5-2cf22f952853"
},
"IssueID": "26b2b06b-a360-4475-bed8-853b7e3417c4",
"ReportedDate": "2025-12-25T18:56:04.3016866+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "c8173fde-7dde-4204-a79c-f50c268c0775",
"ReportedByName": "sample string 6",
"AssignedToID": "820c3e96-ee22-48cb-8e1b-b43bae17d8dd",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-25T18:56:04.3016866+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "694202c0-343a-4adf-b30d-f32d0142524b",
"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": "06914f69-6cb9-4ef4-ac6a-6fd3c9a9d23f",
"ServiceTypeID": "dd1db918-603a-4e79-b952-1e05d8369b29",
"WorkOrderOn": "2025-12-25T18:56:04.3016866+04:00",
"WorkOrderID": "414b6295-9a64-4e33-be63-9d1f77186b44",
"InspectionOn": "2025-12-25T18:56:04.3016866+04:00",
"InspectionItemID": "1010aad7-611b-41a3-bb03-ea5abc1f0398"
},
"PrevVehicleID": "e61bf48b-fc9c-4e76-8f52-e43f4ccd506c",
"CloseBy": "5fa11228-dc35-4f49-943c-8d21eca6d200",
"CloseOn": "2025-12-25T18:56:04.3016866+04:00",
"CriticalLevel": 0,
"Id": "1e8b5086-b0de-4c36-b9c7-7e92da006d84",
"UserName": "sample string 17",
"UserID": "3de3417e-9e32-4c21-a951-9950f7b36fe3",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-25T18:56:04.3016866+04:00",
"ClientID": "9c2cf4ae-278c-4aec-9fca-b7535f7005a3",
"ClientName": "sample string 22",
"PartnerID": "610a1423-5599-4f2f-b3d4-f1640cba55fc",
"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">9c2cf4ae-278c-4aec-9fca-b7535f7005a3</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">2025-12-25T18:56:04.3016866+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">1e8b5086-b0de-4c36-b9c7-7e92da006d84</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">610a1423-5599-4f2f-b3d4-f1640cba55fc</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">3de3417e-9e32-4c21-a951-9950f7b36fe3</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>820c3e96-ee22-48cb-8e1b-b43bae17d8dd</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>694202c0-343a-4adf-b30d-f32d0142524b</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>5fa11228-dc35-4f49-943c-8d21eca6d200</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2025-12-25T18:56:04.3016866+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2025-12-25T18:56:04.3016866+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>26b2b06b-a360-4475-bed8-853b7e3417c4</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>e61bf48b-fc9c-4e76-8f52-e43f4ccd506c</PrevVehicleID>
<ReportedByID>c8173fde-7dde-4204-a79c-f50c268c0775</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2025-12-25T18:56:04.3016866+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>1010aad7-611b-41a3-bb03-ea5abc1f0398</InspectionItemID>
<InspectionOn>2025-12-25T18:56:04.3016866+04:00</InspectionOn>
<ServiceID>06914f69-6cb9-4ef4-ac6a-6fd3c9a9d23f</ServiceID>
<ServiceTypeID>dd1db918-603a-4e79-b952-1e05d8369b29</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>414b6295-9a64-4e33-be63-9d1f77186b44</WorkOrderID>
<WorkOrderOn>2025-12-25T18:56:04.3016866+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>38e7fd8e-4785-4c7f-b994-b874bf7d00eb</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>d06e7f9f-83c8-498f-a8b6-f5dd6f0d6788</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>9692524b-1ab7-47fc-b7c5-2cf22f952853</d2p1:PartnerID>
<d2p1:VehicleID>4b7bf664-77f8-4767-99d4-28adf1d65f47</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>