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": "d3830058-900a-46c8-b89f-01e3104bf12c",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "45630126-15e8-4f7f-b1cf-a5156edfe6d5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d49f94a7-f629-4b4b-894b-f70c2704bf0c",
"PartnerID": "48cb576a-560e-457a-9ccc-a16c200a56cf"
},
"IssueID": "d3773e95-8dec-4f61-9e1b-7882085d34ef",
"ReportedDate": "2026-02-08T22:59:30.918628+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "f49af64c-078a-4296-b2de-8c1eccc3521b",
"ReportedByName": "sample string 6",
"AssignedToID": "0acfc56e-ac93-4ec3-b652-9d35c9f48cf2",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T22:59:30.918628+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "5de957c3-7941-4b4b-8cd3-73ceb35d5b41",
"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": "962e00e5-d9e2-43e0-b366-4cdbb24eaa2f",
"ServiceTypeID": "9d73a579-d71c-4b4e-8df5-58df88743836",
"WorkOrderOn": "2026-02-08T22:59:30.918628+04:00",
"WorkOrderID": "0586ddac-3123-49dd-b2e6-624c00900f40",
"InspectionOn": "2026-02-08T22:59:30.918628+04:00",
"InspectionItemID": "ee333b7a-7803-46e2-bc8a-32aedf8befcf"
},
"PrevVehicleID": "00b41c8a-fe6c-4f8f-9beb-abbd7be52a5c",
"CloseBy": "d136af63-6233-422b-909d-452634635e14",
"CloseOn": "2026-02-08T22:59:30.918628+04:00",
"CriticalLevel": 0,
"Id": "4ad35f52-7783-4a64-87f5-04f93b20b34d",
"UserName": "sample string 17",
"UserID": "d6750c48-974d-4d4d-869a-e06434458404",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T22:59:30.918628+04:00",
"ClientID": "49aad9ff-c3d3-4098-85d9-db425532e7ef",
"ClientName": "sample string 22",
"PartnerID": "0819ec4c-710e-4b82-9db9-e2381d896958",
"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">49aad9ff-c3d3-4098-85d9-db425532e7ef</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-08T22:59:30.918628+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">4ad35f52-7783-4a64-87f5-04f93b20b34d</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">0819ec4c-710e-4b82-9db9-e2381d896958</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">d6750c48-974d-4d4d-869a-e06434458404</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>0acfc56e-ac93-4ec3-b652-9d35c9f48cf2</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>5de957c3-7941-4b4b-8cd3-73ceb35d5b41</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>d136af63-6233-422b-909d-452634635e14</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-08T22:59:30.918628+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-08T22:59:30.918628+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>d3773e95-8dec-4f61-9e1b-7882085d34ef</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>00b41c8a-fe6c-4f8f-9beb-abbd7be52a5c</PrevVehicleID>
<ReportedByID>f49af64c-078a-4296-b2de-8c1eccc3521b</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-08T22:59:30.918628+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>ee333b7a-7803-46e2-bc8a-32aedf8befcf</InspectionItemID>
<InspectionOn>2026-02-08T22:59:30.918628+04:00</InspectionOn>
<ServiceID>962e00e5-d9e2-43e0-b366-4cdbb24eaa2f</ServiceID>
<ServiceTypeID>9d73a579-d71c-4b4e-8df5-58df88743836</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>0586ddac-3123-49dd-b2e6-624c00900f40</WorkOrderID>
<WorkOrderOn>2026-02-08T22:59:30.918628+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>d49f94a7-f629-4b4b-894b-f70c2704bf0c</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>45630126-15e8-4f7f-b1cf-a5156edfe6d5</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>48cb576a-560e-457a-9ccc-a16c200a56cf</d2p1:PartnerID>
<d2p1:VehicleID>d3830058-900a-46c8-b89f-01e3104bf12c</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>