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": "8bec1bb4-8663-451a-a194-e1dcfb819d7c",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bb6dc5d4-764c-4e63-a225-2229397f1278",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "d7da4b5d-6efb-493a-8f4f-da8a6823f9cf",
"PartnerID": "e45f7d86-6d70-479f-826d-9302a8dd51dd"
},
"IssueID": "ec0443c5-cc61-4840-aa7e-2953cbb9dfbe",
"ReportedDate": "2026-07-11T04:48:38.8202155+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "772ce31b-9896-4aaa-87f5-927bdfffef2e",
"ReportedByName": "sample string 6",
"AssignedToID": "a07f09dc-9c8c-4dfc-98ce-96b7b85ba1c2",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-07-11T04:48:38.8202155+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "b48ab8b5-97b5-4202-97e3-ff62afe91024",
"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": "ad951565-e16e-42e8-9042-2719e9b29686",
"ServiceTypeID": "635fc101-7ab4-4697-90d8-e238dfe79938",
"WorkOrderOn": "2026-07-11T04:48:38.8202155+04:00",
"WorkOrderID": "09deea6f-3ae2-4a25-a3ef-546f708e2b6f",
"InspectionOn": "2026-07-11T04:48:38.8202155+04:00",
"InspectionItemID": "1e01f6b0-2c3a-44a1-a5a9-148e497c060f"
},
"PrevVehicleID": "b16544cd-fb8f-47a3-8f33-78a4420777a2",
"CloseBy": "f52c4fa8-e1be-489c-a6b9-6d779b483c24",
"CloseOn": "2026-07-11T04:48:38.8202155+04:00",
"CriticalLevel": 0,
"Id": "eaf44d59-7d42-4828-8615-4bcd4f36c265",
"UserName": "sample string 17",
"UserID": "8a2a323f-38e3-4d07-97b3-e6cead9d0c3b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-07-11T04:48:38.8202155+04:00",
"ClientID": "ca86b88c-4756-4ef3-98c7-d14d84694885",
"ClientName": "sample string 22",
"PartnerID": "14fa47bb-4dc7-42ac-82ed-f8ca1c7c1381",
"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">ca86b88c-4756-4ef3-98c7-d14d84694885</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-07-11T04:48:38.8202155+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">eaf44d59-7d42-4828-8615-4bcd4f36c265</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">14fa47bb-4dc7-42ac-82ed-f8ca1c7c1381</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">8a2a323f-38e3-4d07-97b3-e6cead9d0c3b</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>a07f09dc-9c8c-4dfc-98ce-96b7b85ba1c2</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>b48ab8b5-97b5-4202-97e3-ff62afe91024</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>f52c4fa8-e1be-489c-a6b9-6d779b483c24</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-07-11T04:48:38.8202155+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-07-11T04:48:38.8202155+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>ec0443c5-cc61-4840-aa7e-2953cbb9dfbe</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>b16544cd-fb8f-47a3-8f33-78a4420777a2</PrevVehicleID>
<ReportedByID>772ce31b-9896-4aaa-87f5-927bdfffef2e</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-07-11T04:48:38.8202155+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>1e01f6b0-2c3a-44a1-a5a9-148e497c060f</InspectionItemID>
<InspectionOn>2026-07-11T04:48:38.8202155+04:00</InspectionOn>
<ServiceID>ad951565-e16e-42e8-9042-2719e9b29686</ServiceID>
<ServiceTypeID>635fc101-7ab4-4697-90d8-e238dfe79938</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>09deea6f-3ae2-4a25-a3ef-546f708e2b6f</WorkOrderID>
<WorkOrderOn>2026-07-11T04:48:38.8202155+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>d7da4b5d-6efb-493a-8f4f-da8a6823f9cf</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>bb6dc5d4-764c-4e63-a225-2229397f1278</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>e45f7d86-6d70-479f-826d-9302a8dd51dd</d2p1:PartnerID>
<d2p1:VehicleID>8bec1bb4-8663-451a-a194-e1dcfb819d7c</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>