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": "4bacdaf0-abb0-446a-a127-8397e32b58da",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "3a4ab870-fe37-40db-92b2-65bf2cc202e9",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "c0c599e6-795e-487b-8ea5-d5f6650b0846",
"PartnerID": "4ff6ecee-56f6-479d-9c31-0fc9bff08599"
},
"IssueID": "da9069fe-bb42-4720-b104-240a4bcd32b3",
"ReportedDate": "2025-11-09T00:50:44.5520158+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "9e4a0c52-990f-4a09-a36d-02c44513bcb4",
"ReportedByName": "sample string 6",
"AssignedToID": "eb06cab6-6568-4c52-9095-871135835508",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-11-09T00:50:44.5520158+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "c29bf5dd-e8b2-4817-b3ca-8f824d8a9251",
"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": "2c8626d6-2fa0-4d5d-a510-49f1e82df57d",
"ServiceTypeID": "640de933-d688-4d2e-9395-7bf8ccef2a1c",
"WorkOrderOn": "2025-11-09T00:50:44.5520158+04:00",
"WorkOrderID": "9927b1e1-7721-42ba-84fa-37b2873cf1b9",
"InspectionOn": "2025-11-09T00:50:44.5520158+04:00",
"InspectionItemID": "285b085d-661a-4f53-87e8-025773b9ac21"
},
"PrevVehicleID": "c55f35a6-8841-427b-a97f-5b4c2903db0f",
"CloseBy": "6eecc6a5-2c49-4e55-8c08-ab5245cad5b0",
"CloseOn": "2025-11-09T00:50:44.5520158+04:00",
"CriticalLevel": 0,
"Id": "8e0bf5be-6201-41d8-8325-41872ac19426",
"UserName": "sample string 17",
"UserID": "89d08790-2455-4dcb-8d88-b5182e48c1ee",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-11-09T00:50:44.5520158+04:00",
"ClientID": "3af3766d-dce3-4b74-8ceb-3fbd7a6789cf",
"ClientName": "sample string 22",
"PartnerID": "c0fd9e5e-008b-4595-ac7a-2bf5036dcfac",
"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">3af3766d-dce3-4b74-8ceb-3fbd7a6789cf</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">2025-11-09T00:50:44.5520158+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">8e0bf5be-6201-41d8-8325-41872ac19426</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">c0fd9e5e-008b-4595-ac7a-2bf5036dcfac</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">89d08790-2455-4dcb-8d88-b5182e48c1ee</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>eb06cab6-6568-4c52-9095-871135835508</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>c29bf5dd-e8b2-4817-b3ca-8f824d8a9251</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>6eecc6a5-2c49-4e55-8c08-ab5245cad5b0</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2025-11-09T00:50:44.5520158+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2025-11-09T00:50:44.5520158+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>da9069fe-bb42-4720-b104-240a4bcd32b3</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>c55f35a6-8841-427b-a97f-5b4c2903db0f</PrevVehicleID>
<ReportedByID>9e4a0c52-990f-4a09-a36d-02c44513bcb4</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2025-11-09T00:50:44.5520158+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>285b085d-661a-4f53-87e8-025773b9ac21</InspectionItemID>
<InspectionOn>2025-11-09T00:50:44.5520158+04:00</InspectionOn>
<ServiceID>2c8626d6-2fa0-4d5d-a510-49f1e82df57d</ServiceID>
<ServiceTypeID>640de933-d688-4d2e-9395-7bf8ccef2a1c</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>9927b1e1-7721-42ba-84fa-37b2873cf1b9</WorkOrderID>
<WorkOrderOn>2025-11-09T00:50:44.5520158+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>c0c599e6-795e-487b-8ea5-d5f6650b0846</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>3a4ab870-fe37-40db-92b2-65bf2cc202e9</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>4ff6ecee-56f6-479d-9c31-0fc9bff08599</d2p1:PartnerID>
<d2p1:VehicleID>4bacdaf0-abb0-446a-a127-8397e32b58da</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>