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": "e10bff5c-f351-4dd9-a71f-04786cd41a9e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "a190c420-e6ee-4088-8659-a6bb62b5bbdf",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "9cff0c84-7561-4313-8a33-5b5d817ff3d0",
"PartnerID": "fb8de320-4378-4fb2-8b9b-0c1e65c11588"
},
"IssueID": "718ed0f8-df13-4524-963e-7ac79e0d667b",
"ReportedDate": "2026-05-10T12:10:37.6247246+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "3279d6ea-f3a2-490c-8da2-106d4cc41a23",
"ReportedByName": "sample string 6",
"AssignedToID": "6f8d8c62-4602-4753-8fc7-22037202a75d",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-10T12:10:37.6247246+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "227fb8c1-4a21-4ee8-a496-bcd408791e15",
"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": "628c1672-949c-4221-89ad-e85a05566534",
"ServiceTypeID": "9807d17d-44f7-4328-b64d-e31b262dbc81",
"WorkOrderOn": "2026-05-10T12:10:37.6247246+04:00",
"WorkOrderID": "dfb45a96-0506-4118-8bf4-dd659e2c6875",
"InspectionOn": "2026-05-10T12:10:37.6247246+04:00",
"InspectionItemID": "c4e177a6-0834-404d-be9b-9b42a5489f9b"
},
"PrevVehicleID": "7ac10110-4b8a-48be-b428-7f7c77c6c7de",
"CloseBy": "66460e41-6e7f-4b0a-be73-8537b614fe38",
"CloseOn": "2026-05-10T12:10:37.6247246+04:00",
"CriticalLevel": 0,
"Id": "351ad7e2-1c22-4d66-b9a9-e78e42ee44db",
"UserName": "sample string 17",
"UserID": "7c34248e-d4b8-4809-acea-13b25d803dca",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-10T12:10:37.6247246+04:00",
"ClientID": "1092df39-d17a-4bdd-8bd6-023480075295",
"ClientName": "sample string 22",
"PartnerID": "d144f8f9-7052-45c6-8a88-904990b34afd",
"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">1092df39-d17a-4bdd-8bd6-023480075295</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-10T12:10:37.6247246+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">351ad7e2-1c22-4d66-b9a9-e78e42ee44db</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">d144f8f9-7052-45c6-8a88-904990b34afd</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">7c34248e-d4b8-4809-acea-13b25d803dca</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>6f8d8c62-4602-4753-8fc7-22037202a75d</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>227fb8c1-4a21-4ee8-a496-bcd408791e15</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>66460e41-6e7f-4b0a-be73-8537b614fe38</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-05-10T12:10:37.6247246+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-05-10T12:10:37.6247246+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>718ed0f8-df13-4524-963e-7ac79e0d667b</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>7ac10110-4b8a-48be-b428-7f7c77c6c7de</PrevVehicleID>
<ReportedByID>3279d6ea-f3a2-490c-8da2-106d4cc41a23</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-05-10T12:10:37.6247246+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>c4e177a6-0834-404d-be9b-9b42a5489f9b</InspectionItemID>
<InspectionOn>2026-05-10T12:10:37.6247246+04:00</InspectionOn>
<ServiceID>628c1672-949c-4221-89ad-e85a05566534</ServiceID>
<ServiceTypeID>9807d17d-44f7-4328-b64d-e31b262dbc81</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>dfb45a96-0506-4118-8bf4-dd659e2c6875</WorkOrderID>
<WorkOrderOn>2026-05-10T12:10:37.6247246+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>9cff0c84-7561-4313-8a33-5b5d817ff3d0</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>a190c420-e6ee-4088-8659-a6bb62b5bbdf</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>fb8de320-4378-4fb2-8b9b-0c1e65c11588</d2p1:PartnerID>
<d2p1:VehicleID>e10bff5c-f351-4dd9-a71f-04786cd41a9e</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>