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": "90250de5-5026-4dd4-bed1-f588b188f162",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "de38aa99-688b-4361-853f-a53514577569",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "3dc9fac0-0510-46e8-91fc-536f86aae94b",
"PartnerID": "e245e442-c4a6-472d-a41e-1fa13c160e03"
},
"IssueID": "eb4be27b-f21f-47ef-b26f-17eaae4e0c0d",
"ReportedDate": "2026-08-02T23:02:02.3697615+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "06a6f966-3ff9-481a-9e00-f057ddff5460",
"ReportedByName": "sample string 6",
"AssignedToID": "50bb4dd8-0e6a-4872-8fd4-a6fb8e3964f4",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-02T23:02:02.3697615+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "7c84e766-09a8-46f5-9199-c217d5820c36",
"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": "e75e92ea-108e-445b-9c9a-2b7eb7663b16",
"ServiceTypeID": "5a05873d-0551-4755-886e-ea871e5190fc",
"WorkOrderOn": "2026-08-02T23:02:02.3697615+04:00",
"WorkOrderID": "5420b239-4533-46a7-b7db-db3bb14d067c",
"InspectionOn": "2026-08-02T23:02:02.3697615+04:00",
"InspectionItemID": "de8aee85-b226-4800-8af8-4992b12b53fc"
},
"PrevVehicleID": "69868b5b-3e50-44b2-bf43-c4fd2131fe67",
"CloseBy": "1c340985-1a81-478c-a840-70c3dab5e19f",
"CloseOn": "2026-08-02T23:02:02.3697615+04:00",
"CriticalLevel": 0,
"Id": "a3a74445-5d55-46fa-ba94-d081e3e20d22",
"UserName": "sample string 17",
"UserID": "c121109e-ed29-42da-aa3c-c7ca57a120b5",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-02T23:02:02.3697615+04:00",
"ClientID": "01efdfbd-b235-453d-b74e-c4eec724d97a",
"ClientName": "sample string 22",
"PartnerID": "c3d014e5-bb79-4376-ab12-e38491c6e1c3",
"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">01efdfbd-b235-453d-b74e-c4eec724d97a</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-02T23:02:02.3697615+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">a3a74445-5d55-46fa-ba94-d081e3e20d22</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">c3d014e5-bb79-4376-ab12-e38491c6e1c3</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">c121109e-ed29-42da-aa3c-c7ca57a120b5</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>50bb4dd8-0e6a-4872-8fd4-a6fb8e3964f4</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>7c84e766-09a8-46f5-9199-c217d5820c36</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>1c340985-1a81-478c-a840-70c3dab5e19f</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-02T23:02:02.3697615+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-02T23:02:02.3697615+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>eb4be27b-f21f-47ef-b26f-17eaae4e0c0d</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>69868b5b-3e50-44b2-bf43-c4fd2131fe67</PrevVehicleID>
<ReportedByID>06a6f966-3ff9-481a-9e00-f057ddff5460</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-02T23:02:02.3697615+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>de8aee85-b226-4800-8af8-4992b12b53fc</InspectionItemID>
<InspectionOn>2026-08-02T23:02:02.3697615+04:00</InspectionOn>
<ServiceID>e75e92ea-108e-445b-9c9a-2b7eb7663b16</ServiceID>
<ServiceTypeID>5a05873d-0551-4755-886e-ea871e5190fc</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>5420b239-4533-46a7-b7db-db3bb14d067c</WorkOrderID>
<WorkOrderOn>2026-08-02T23:02:02.3697615+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>3dc9fac0-0510-46e8-91fc-536f86aae94b</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>de38aa99-688b-4361-853f-a53514577569</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>e245e442-c4a6-472d-a41e-1fa13c160e03</d2p1:PartnerID>
<d2p1:VehicleID>90250de5-5026-4dd4-bed1-f588b188f162</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>