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": "ef744c76-fb8b-4702-b7c6-f4bb1067fab0",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "9c3862f9-1df1-4c91-9fc2-80c30ee8e410",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "bc59fcc3-515d-4f1b-a1d1-53bae73f62a7",
"PartnerID": "924bc106-391b-47e8-b36c-c68c2afd998b"
},
"IssueID": "40be273b-ee4b-4610-be42-79ba00b111fe",
"ReportedDate": "2026-08-28T04:14:59.7249537+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "40bb0b6d-cdc6-4119-8132-f12456c31e65",
"ReportedByName": "sample string 6",
"AssignedToID": "cebc07f1-9c4b-451a-9fd1-28de3f2d0c44",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-28T04:14:59.7249537+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "96d00529-f59c-48da-9d7c-e11e0d0488d6",
"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": "1673e3ae-ea2e-483d-b3ff-ec52506cafb4",
"ServiceTypeID": "364bb5fe-611b-441b-b3f1-d9dd1a3aa12a",
"WorkOrderOn": "2026-08-28T04:14:59.7249537+04:00",
"WorkOrderID": "580b467f-1b24-4ef7-ab5a-0d9ffb7235b6",
"InspectionOn": "2026-08-28T04:14:59.7249537+04:00",
"InspectionItemID": "34492298-2140-4832-9669-fd2b0f64f568"
},
"PrevVehicleID": "68780029-ad79-407c-ad7b-e38c12c2d2ba",
"CloseBy": "32d1276b-159b-411b-b580-40a07cab2a67",
"CloseOn": "2026-08-28T04:14:59.7249537+04:00",
"CriticalLevel": 0,
"Id": "8376765d-607d-4d1e-8a44-bdec17975986",
"UserName": "sample string 17",
"UserID": "d0788729-d9fe-4bab-a8ae-94289991352b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-28T04:14:59.7249537+04:00",
"ClientID": "a6c1f9a0-3d89-4e7f-9373-d76c0eaff43d",
"ClientName": "sample string 22",
"PartnerID": "dc2cb4a3-ffad-40c1-96c0-401e58c4fee1",
"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">a6c1f9a0-3d89-4e7f-9373-d76c0eaff43d</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-28T04:14:59.7249537+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">8376765d-607d-4d1e-8a44-bdec17975986</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">dc2cb4a3-ffad-40c1-96c0-401e58c4fee1</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">d0788729-d9fe-4bab-a8ae-94289991352b</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>cebc07f1-9c4b-451a-9fd1-28de3f2d0c44</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>96d00529-f59c-48da-9d7c-e11e0d0488d6</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>32d1276b-159b-411b-b580-40a07cab2a67</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-28T04:14:59.7249537+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-28T04:14:59.7249537+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>40be273b-ee4b-4610-be42-79ba00b111fe</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>68780029-ad79-407c-ad7b-e38c12c2d2ba</PrevVehicleID>
<ReportedByID>40bb0b6d-cdc6-4119-8132-f12456c31e65</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-28T04:14:59.7249537+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>34492298-2140-4832-9669-fd2b0f64f568</InspectionItemID>
<InspectionOn>2026-08-28T04:14:59.7249537+04:00</InspectionOn>
<ServiceID>1673e3ae-ea2e-483d-b3ff-ec52506cafb4</ServiceID>
<ServiceTypeID>364bb5fe-611b-441b-b3f1-d9dd1a3aa12a</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>580b467f-1b24-4ef7-ab5a-0d9ffb7235b6</WorkOrderID>
<WorkOrderOn>2026-08-28T04:14:59.7249537+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>bc59fcc3-515d-4f1b-a1d1-53bae73f62a7</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>9c3862f9-1df1-4c91-9fc2-80c30ee8e410</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>924bc106-391b-47e8-b36c-c68c2afd998b</d2p1:PartnerID>
<d2p1:VehicleID>ef744c76-fb8b-4702-b7c6-f4bb1067fab0</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>