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": "747e8b39-8fc3-48ac-b545-91d7d81105c8",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "460f3d74-f190-41b6-8393-aeab20ca1c30",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a91d12d8-ded7-4938-b049-a9c6d8eb5908",
"PartnerID": "fe25ea3e-ea15-49e4-bee4-13341cfb3ac4"
},
"IssueID": "f30f907c-69ba-47ec-83ca-0422cdc39a4c",
"ReportedDate": "2026-03-26T03:24:38.1000973+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "6bad1499-b44d-4ff6-aedd-d1694b012e37",
"ReportedByName": "sample string 6",
"AssignedToID": "cc0efe91-171d-42b5-9781-b3c7cbd903fb",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-26T03:24:38.1000973+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "82102fdb-d82f-46ed-a816-02db46e388b8",
"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": "ad9b9557-42e9-48bc-b9d0-957f3a44a63a",
"ServiceTypeID": "d7bd4565-12e2-484a-a87f-d17ef0d2ae1c",
"WorkOrderOn": "2026-03-26T03:24:38.1000973+04:00",
"WorkOrderID": "7252c862-0b67-498c-a034-490d7753e0e1",
"InspectionOn": "2026-03-26T03:24:38.1000973+04:00",
"InspectionItemID": "54b770be-1c0c-4199-89c7-4cc4b1380c0b"
},
"PrevVehicleID": "d865b44b-a6bf-4650-adf9-6759fe2107be",
"CloseBy": "b8590ccb-bc1a-4523-8153-e2f57770c0c6",
"CloseOn": "2026-03-26T03:24:38.1000973+04:00",
"CriticalLevel": 0,
"Id": "b4405720-b61f-462c-8cc2-e1b36092275a",
"UserName": "sample string 17",
"UserID": "22abcf58-128b-450a-b556-a77b60dd400f",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-26T03:24:38.1000973+04:00",
"ClientID": "d1f36daf-e53d-4ae6-8e5d-9b20c220832a",
"ClientName": "sample string 22",
"PartnerID": "99e46deb-6f0a-4f22-aa2d-7700b6e15d47",
"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">d1f36daf-e53d-4ae6-8e5d-9b20c220832a</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-03-26T03:24:38.1000973+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b4405720-b61f-462c-8cc2-e1b36092275a</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">99e46deb-6f0a-4f22-aa2d-7700b6e15d47</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">22abcf58-128b-450a-b556-a77b60dd400f</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>cc0efe91-171d-42b5-9781-b3c7cbd903fb</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>82102fdb-d82f-46ed-a816-02db46e388b8</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>b8590ccb-bc1a-4523-8153-e2f57770c0c6</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-03-26T03:24:38.1000973+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-03-26T03:24:38.1000973+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>f30f907c-69ba-47ec-83ca-0422cdc39a4c</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>d865b44b-a6bf-4650-adf9-6759fe2107be</PrevVehicleID>
<ReportedByID>6bad1499-b44d-4ff6-aedd-d1694b012e37</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-03-26T03:24:38.1000973+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>54b770be-1c0c-4199-89c7-4cc4b1380c0b</InspectionItemID>
<InspectionOn>2026-03-26T03:24:38.1000973+04:00</InspectionOn>
<ServiceID>ad9b9557-42e9-48bc-b9d0-957f3a44a63a</ServiceID>
<ServiceTypeID>d7bd4565-12e2-484a-a87f-d17ef0d2ae1c</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>7252c862-0b67-498c-a034-490d7753e0e1</WorkOrderID>
<WorkOrderOn>2026-03-26T03:24:38.1000973+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>a91d12d8-ded7-4938-b049-a9c6d8eb5908</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>460f3d74-f190-41b6-8393-aeab20ca1c30</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>fe25ea3e-ea15-49e4-bee4-13341cfb3ac4</d2p1:PartnerID>
<d2p1:VehicleID>747e8b39-8fc3-48ac-b545-91d7d81105c8</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>