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": "05934c8f-9ffd-4579-a437-82c72afc8ff3",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "5c36286f-f8c8-48ec-8c67-2fa603eef37f",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "91d79469-408f-43b5-82c4-ae69f2b75701",
"PartnerID": "ae7050ea-aae5-4667-a12d-ad686991d5eb"
},
"IssueID": "07dfb1d3-4f91-42a3-8305-34776b6d122f",
"ReportedDate": "2026-06-24T16:14:35.7771989+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e259a72c-88fb-42cc-99ee-8af3371d2f97",
"ReportedByName": "sample string 6",
"AssignedToID": "90155beb-3e29-4813-ac3f-b623efc711ef",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:14:35.7771989+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "efe1caaa-912f-4247-a812-75404e4fc436",
"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": "07872ccd-a855-4f33-8c4e-dd875b0c0954",
"ServiceTypeID": "07d02640-1901-40cd-82cf-5958c5219b9a",
"WorkOrderOn": "2026-06-24T16:14:35.7771989+04:00",
"WorkOrderID": "2959794d-d6a5-426d-b8cb-a77ee4d37b95",
"InspectionOn": "2026-06-24T16:14:35.7771989+04:00",
"InspectionItemID": "d0470237-f4c5-4f9a-920e-08c9d667f15f"
},
"PrevVehicleID": "aebdac46-43d7-4d8f-9344-169c5768beff",
"CloseBy": "a7bc479b-39c4-4e06-9e41-e03ccba9f492",
"CloseOn": "2026-06-24T16:14:35.7771989+04:00",
"CriticalLevel": 0,
"Id": "106ec3e9-a7f2-424a-a7a3-5b546b5a9438",
"UserName": "sample string 17",
"UserID": "4baea971-752f-4a07-9801-351428f1e334",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:14:35.7771989+04:00",
"ClientID": "f1367f55-30f8-4573-b35a-ea23b012c710",
"ClientName": "sample string 22",
"PartnerID": "c446f569-7419-440f-a1e9-2b408b1382a2",
"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">f1367f55-30f8-4573-b35a-ea23b012c710</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-24T16:14:35.7771989+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">106ec3e9-a7f2-424a-a7a3-5b546b5a9438</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">c446f569-7419-440f-a1e9-2b408b1382a2</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">4baea971-752f-4a07-9801-351428f1e334</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>90155beb-3e29-4813-ac3f-b623efc711ef</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>efe1caaa-912f-4247-a812-75404e4fc436</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>a7bc479b-39c4-4e06-9e41-e03ccba9f492</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-06-24T16:14:35.7771989+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-06-24T16:14:35.7771989+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>07dfb1d3-4f91-42a3-8305-34776b6d122f</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>aebdac46-43d7-4d8f-9344-169c5768beff</PrevVehicleID>
<ReportedByID>e259a72c-88fb-42cc-99ee-8af3371d2f97</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-06-24T16:14:35.7771989+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>d0470237-f4c5-4f9a-920e-08c9d667f15f</InspectionItemID>
<InspectionOn>2026-06-24T16:14:35.7771989+04:00</InspectionOn>
<ServiceID>07872ccd-a855-4f33-8c4e-dd875b0c0954</ServiceID>
<ServiceTypeID>07d02640-1901-40cd-82cf-5958c5219b9a</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>2959794d-d6a5-426d-b8cb-a77ee4d37b95</WorkOrderID>
<WorkOrderOn>2026-06-24T16:14:35.7771989+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>91d79469-408f-43b5-82c4-ae69f2b75701</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>5c36286f-f8c8-48ec-8c67-2fa603eef37f</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>ae7050ea-aae5-4667-a12d-ad686991d5eb</d2p1:PartnerID>
<d2p1:VehicleID>05934c8f-9ffd-4579-a437-82c72afc8ff3</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>