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": "9fb1e445-18e4-428a-b40e-cfae97c0dfa6",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c95a8f55-316e-4e56-b988-7df74278f006",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "8876f732-4e54-4166-9695-2a7367b82996",
"PartnerID": "c9cd8bcb-8b4d-4444-b0be-84963fa82bbb"
},
"IssueID": "93c2d89e-36b7-4f33-8012-13b17a1efb4a",
"ReportedDate": "2026-05-09T16:49:35.9854867+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "1b6c3bb6-8e50-4ed7-a417-6ab6a741367d",
"ReportedByName": "sample string 6",
"AssignedToID": "10cf23dc-50cf-46df-a3cc-372d520881bc",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:49:35.9854867+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "ac60d143-6066-4c25-b334-978489b4921a",
"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": "2d53a968-692c-48c6-b24c-19a6fef16986",
"ServiceTypeID": "564e51f1-6cff-4165-84da-b04554c88161",
"WorkOrderOn": "2026-05-09T16:49:35.9854867+04:00",
"WorkOrderID": "784036ab-57a3-467d-be44-e8f9f0e0fa66",
"InspectionOn": "2026-05-09T16:49:35.9854867+04:00",
"InspectionItemID": "ec41536e-3e86-46ae-a4b5-80efa825161e"
},
"PrevVehicleID": "f84794ef-4c09-46c7-8862-10195dff1533",
"CloseBy": "c66d7b39-9c53-4659-ac15-18241d60a34e",
"CloseOn": "2026-05-09T16:49:35.9854867+04:00",
"CriticalLevel": 0,
"Id": "12d9c784-d088-4424-9a5b-736db1fcc648",
"UserName": "sample string 17",
"UserID": "6250432b-2117-46d3-8a39-5cf6811245cf",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:49:35.9854867+04:00",
"ClientID": "b17bc207-11ab-4a2f-b654-14404073db68",
"ClientName": "sample string 22",
"PartnerID": "4e061916-9a31-44c6-821b-7c19cde9552c",
"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">b17bc207-11ab-4a2f-b654-14404073db68</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-05-09T16:49:35.9854867+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">12d9c784-d088-4424-9a5b-736db1fcc648</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">4e061916-9a31-44c6-821b-7c19cde9552c</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">6250432b-2117-46d3-8a39-5cf6811245cf</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>10cf23dc-50cf-46df-a3cc-372d520881bc</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>ac60d143-6066-4c25-b334-978489b4921a</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>c66d7b39-9c53-4659-ac15-18241d60a34e</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-05-09T16:49:35.9854867+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-05-09T16:49:35.9854867+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>93c2d89e-36b7-4f33-8012-13b17a1efb4a</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>f84794ef-4c09-46c7-8862-10195dff1533</PrevVehicleID>
<ReportedByID>1b6c3bb6-8e50-4ed7-a417-6ab6a741367d</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-05-09T16:49:35.9854867+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>ec41536e-3e86-46ae-a4b5-80efa825161e</InspectionItemID>
<InspectionOn>2026-05-09T16:49:35.9854867+04:00</InspectionOn>
<ServiceID>2d53a968-692c-48c6-b24c-19a6fef16986</ServiceID>
<ServiceTypeID>564e51f1-6cff-4165-84da-b04554c88161</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>784036ab-57a3-467d-be44-e8f9f0e0fa66</WorkOrderID>
<WorkOrderOn>2026-05-09T16:49:35.9854867+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>8876f732-4e54-4166-9695-2a7367b82996</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>c95a8f55-316e-4e56-b988-7df74278f006</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>c9cd8bcb-8b4d-4444-b0be-84963fa82bbb</d2p1:PartnerID>
<d2p1:VehicleID>9fb1e445-18e4-428a-b40e-cfae97c0dfa6</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>