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": "e743c893-8ff9-4664-998c-08731bf818ab",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bec6fc5c-d965-41bb-8e64-4f1cd281d964",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1c7af6d6-3fde-471a-95e5-ca675667c8eb",
"PartnerID": "0ab31204-65ce-4c04-9561-b167b08385c8"
},
"IssueID": "5e26e586-bc7f-43ff-aecb-f3b87546df8d",
"ReportedDate": "2026-09-22T20:42:54.5551433+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "3458debc-bb26-4195-b676-dc0570906635",
"ReportedByName": "sample string 6",
"AssignedToID": "fc4c09ad-053b-40fc-8273-5f38c57ec05f",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-22T20:42:54.5551433+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "d266869e-d758-4f0d-8a01-e9c92db706c9",
"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": "bc21e774-1eef-4fdd-8bd2-bf3435d764fe",
"ServiceTypeID": "ed6ef495-2b0a-447e-9005-bb279fa8446c",
"WorkOrderOn": "2026-09-22T20:42:54.5551433+04:00",
"WorkOrderID": "343cd9e9-fff2-4d1e-ac4f-468ff2fd799c",
"InspectionOn": "2026-09-22T20:42:54.5551433+04:00",
"InspectionItemID": "7bb35c6c-a4ff-4b67-bc66-bd8139b8e8a9"
},
"PrevVehicleID": "13b353db-0c3a-4d80-8eef-e6232437c162",
"CloseBy": "e847a3a4-de9c-4f80-bf36-bc13ae869131",
"CloseOn": "2026-09-22T20:42:54.5551433+04:00",
"CriticalLevel": 0,
"Id": "b3dab03e-d2a3-43ce-850e-e37b9668d5e8",
"UserName": "sample string 17",
"UserID": "ed41df6c-572d-4fcf-9059-3e855de2c8c5",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-22T20:42:54.5551433+04:00",
"ClientID": "03087293-f5c5-45c5-9cf2-d7c2ae0b1e2e",
"ClientName": "sample string 22",
"PartnerID": "e8265a68-9469-4299-82db-e3ad1ab7cc0f",
"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">03087293-f5c5-45c5-9cf2-d7c2ae0b1e2e</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-09-22T20:42:54.5551433+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b3dab03e-d2a3-43ce-850e-e37b9668d5e8</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">e8265a68-9469-4299-82db-e3ad1ab7cc0f</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">ed41df6c-572d-4fcf-9059-3e855de2c8c5</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>fc4c09ad-053b-40fc-8273-5f38c57ec05f</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>d266869e-d758-4f0d-8a01-e9c92db706c9</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>e847a3a4-de9c-4f80-bf36-bc13ae869131</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-09-22T20:42:54.5551433+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-09-22T20:42:54.5551433+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>5e26e586-bc7f-43ff-aecb-f3b87546df8d</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>13b353db-0c3a-4d80-8eef-e6232437c162</PrevVehicleID>
<ReportedByID>3458debc-bb26-4195-b676-dc0570906635</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-09-22T20:42:54.5551433+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>7bb35c6c-a4ff-4b67-bc66-bd8139b8e8a9</InspectionItemID>
<InspectionOn>2026-09-22T20:42:54.5551433+04:00</InspectionOn>
<ServiceID>bc21e774-1eef-4fdd-8bd2-bf3435d764fe</ServiceID>
<ServiceTypeID>ed6ef495-2b0a-447e-9005-bb279fa8446c</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>343cd9e9-fff2-4d1e-ac4f-468ff2fd799c</WorkOrderID>
<WorkOrderOn>2026-09-22T20:42:54.5551433+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>1c7af6d6-3fde-471a-95e5-ca675667c8eb</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>bec6fc5c-d965-41bb-8e64-4f1cd281d964</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>0ab31204-65ce-4c04-9561-b167b08385c8</d2p1:PartnerID>
<d2p1:VehicleID>e743c893-8ff9-4664-998c-08731bf818ab</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>