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": "b516f8b0-531e-4658-8a16-3650a76d8771",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c7903619-605f-45b4-9a51-110809143407",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b91cee72-81b5-4b32-b542-a358c42864f7",
"PartnerID": "cd905bd6-7c9f-4db8-9799-9155426cfe1c"
},
"IssueID": "420809f5-656e-414a-8a30-27158ae56c6d",
"ReportedDate": "2025-12-15T10:28:18.4401019+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b3f544ce-c600-4ee7-a369-af222b3a3b54",
"ReportedByName": "sample string 6",
"AssignedToID": "d20b4f98-f882-47a5-91bd-5b0ff7472dec",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:28:18.4401019+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "10e7b7ee-a5a2-405b-9d65-96929747d95a",
"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": "0e4636cb-1ce8-4275-8919-99c8ceb1e248",
"ServiceTypeID": "c66344a0-5957-4df9-932c-fde06c54c3ee",
"WorkOrderOn": "2025-12-15T10:28:18.4401019+04:00",
"WorkOrderID": "e94912e5-bcdf-47d5-a326-f56609defcc5",
"InspectionOn": "2025-12-15T10:28:18.4401019+04:00",
"InspectionItemID": "9fde3808-2c68-43be-b89e-02cf6e4adcb5"
},
"PrevVehicleID": "3a1304e8-2b86-46e5-b6f3-16dc01e34617",
"CloseBy": "d79fa118-b946-4431-988a-2290d498b935",
"CloseOn": "2025-12-15T10:28:18.4401019+04:00",
"CriticalLevel": 0,
"Id": "fad88e94-e4d6-4cdb-99bb-c70d977f0db4",
"UserName": "sample string 17",
"UserID": "39d00172-bf8b-48b3-9467-e3fc098a214f",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:28:18.4401019+04:00",
"ClientID": "91545213-41f3-4f79-9a81-cabf74ac386f",
"ClientName": "sample string 22",
"PartnerID": "151b8c48-cfe5-4f4e-b729-60e4633ee174",
"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">91545213-41f3-4f79-9a81-cabf74ac386f</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-12-15T10:28:18.4401019+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">fad88e94-e4d6-4cdb-99bb-c70d977f0db4</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">151b8c48-cfe5-4f4e-b729-60e4633ee174</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">39d00172-bf8b-48b3-9467-e3fc098a214f</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>d20b4f98-f882-47a5-91bd-5b0ff7472dec</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>10e7b7ee-a5a2-405b-9d65-96929747d95a</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>d79fa118-b946-4431-988a-2290d498b935</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2025-12-15T10:28:18.4401019+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2025-12-15T10:28:18.4401019+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>420809f5-656e-414a-8a30-27158ae56c6d</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>3a1304e8-2b86-46e5-b6f3-16dc01e34617</PrevVehicleID>
<ReportedByID>b3f544ce-c600-4ee7-a369-af222b3a3b54</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2025-12-15T10:28:18.4401019+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>9fde3808-2c68-43be-b89e-02cf6e4adcb5</InspectionItemID>
<InspectionOn>2025-12-15T10:28:18.4401019+04:00</InspectionOn>
<ServiceID>0e4636cb-1ce8-4275-8919-99c8ceb1e248</ServiceID>
<ServiceTypeID>c66344a0-5957-4df9-932c-fde06c54c3ee</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>e94912e5-bcdf-47d5-a326-f56609defcc5</WorkOrderID>
<WorkOrderOn>2025-12-15T10:28:18.4401019+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>b91cee72-81b5-4b32-b542-a358c42864f7</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>c7903619-605f-45b4-9a51-110809143407</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>cd905bd6-7c9f-4db8-9799-9155426cfe1c</d2p1:PartnerID>
<d2p1:VehicleID>b516f8b0-531e-4658-8a16-3650a76d8771</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>