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": "e3d8fb7d-9c5f-4e9c-bbc4-68f534a4a6ad",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "403028b1-edd7-462e-8100-cf9917e97663",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a666879a-e761-4911-8bac-96433d47ba54",
"PartnerID": "fdde8a52-ae01-4662-918f-b2da49b9f21c"
},
"IssueID": "a8d1d0e1-728d-422d-87f1-4b84aa122e74",
"ReportedDate": "2026-02-04T07:08:55.8828875+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "1ac23c3a-a38f-4df9-8e40-edd69d08dfff",
"ReportedByName": "sample string 6",
"AssignedToID": "bc7541e4-d4d2-4322-a154-cde84aa73ea2",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-04T07:08:55.8828875+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "7379487f-e748-44b6-befc-0b26d5b8ddb8",
"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": "17db117f-5a7d-4c74-8b34-a980873a0940",
"ServiceTypeID": "50dc427a-97de-44a0-b413-5cd87aec97ac",
"WorkOrderOn": "2026-02-04T07:08:55.8828875+04:00",
"WorkOrderID": "01a915f6-19aa-4dff-aec0-47348739fdef",
"InspectionOn": "2026-02-04T07:08:55.8828875+04:00",
"InspectionItemID": "1f7dfece-34c2-4870-b5b8-1b28e4524d26"
},
"PrevVehicleID": "cfa2e5c0-15fd-4236-8fdc-4d27d060bd57",
"CloseBy": "dba497e8-ece8-4bef-ae28-4fa77329118f",
"CloseOn": "2026-02-04T07:08:55.8828875+04:00",
"CriticalLevel": 0,
"Id": "3d6b7902-d0ec-432f-80cc-41f028d3b46d",
"UserName": "sample string 17",
"UserID": "1d47658b-256f-42c5-8ba1-8f448f04e9f0",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-04T07:08:55.8828875+04:00",
"ClientID": "3e37ab74-9796-46b6-84ca-e6e30fef1346",
"ClientName": "sample string 22",
"PartnerID": "d9055a9d-6065-4f8e-9fa4-192e7ef18896",
"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">3e37ab74-9796-46b6-84ca-e6e30fef1346</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-04T07:08:55.8828875+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">3d6b7902-d0ec-432f-80cc-41f028d3b46d</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">d9055a9d-6065-4f8e-9fa4-192e7ef18896</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">1d47658b-256f-42c5-8ba1-8f448f04e9f0</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>bc7541e4-d4d2-4322-a154-cde84aa73ea2</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>7379487f-e748-44b6-befc-0b26d5b8ddb8</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>dba497e8-ece8-4bef-ae28-4fa77329118f</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-04T07:08:55.8828875+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-04T07:08:55.8828875+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>a8d1d0e1-728d-422d-87f1-4b84aa122e74</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>cfa2e5c0-15fd-4236-8fdc-4d27d060bd57</PrevVehicleID>
<ReportedByID>1ac23c3a-a38f-4df9-8e40-edd69d08dfff</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-04T07:08:55.8828875+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>1f7dfece-34c2-4870-b5b8-1b28e4524d26</InspectionItemID>
<InspectionOn>2026-02-04T07:08:55.8828875+04:00</InspectionOn>
<ServiceID>17db117f-5a7d-4c74-8b34-a980873a0940</ServiceID>
<ServiceTypeID>50dc427a-97de-44a0-b413-5cd87aec97ac</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>01a915f6-19aa-4dff-aec0-47348739fdef</WorkOrderID>
<WorkOrderOn>2026-02-04T07:08:55.8828875+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>a666879a-e761-4911-8bac-96433d47ba54</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>403028b1-edd7-462e-8100-cf9917e97663</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>fdde8a52-ae01-4662-918f-b2da49b9f21c</d2p1:PartnerID>
<d2p1:VehicleID>e3d8fb7d-9c5f-4e9c-bbc4-68f534a4a6ad</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>