GET Api/Issue?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": "2200ef93-e82f-4645-88bd-cd743f912bff",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "560168f1-6913-467b-bad0-370b1fa55fc4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "3f983106-afcc-40a7-9252-94dfaeff2040",
"PartnerID": "2fd32c2b-ff11-465a-a8d2-8daa351f5f91"
},
"IssueID": "d34f2641-fa60-4794-9d09-ca9210a2b261",
"ReportedDate": "2025-12-15T10:26:44.6074126+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b6ca358a-24d2-4072-a690-60db997b124d",
"ReportedByName": "sample string 6",
"AssignedToID": "b7cf7972-92a2-4a14-9b7b-49e1b0437044",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:26:44.6074126+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "63a8950d-849f-4711-9110-dcc655183ab6",
"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": "68d5bdf7-8012-43cc-9a83-4e88bf6aab42",
"ServiceTypeID": "4431adad-db7f-4799-a3a3-ce8cb210755c",
"WorkOrderOn": "2025-12-15T10:26:44.6074126+04:00",
"WorkOrderID": "46a62bc0-2aa0-4cb3-a782-cdeec515e900",
"InspectionOn": "2025-12-15T10:26:44.6074126+04:00",
"InspectionItemID": "2cbcfb8d-0738-4dee-8777-fb60c6d04923"
},
"PrevVehicleID": "18c119d7-dcc6-428f-a44a-01cdd268fc79",
"CloseBy": "d4a5cae5-1180-4319-ad9b-805e22f71e7d",
"CloseOn": "2025-12-15T10:26:44.6074126+04:00",
"CriticalLevel": 0,
"Id": "24445965-6dc4-4355-bafd-54a4d075ad3f",
"UserName": "sample string 17",
"UserID": "677a3262-47db-4855-a820-8f99b4446035",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:26:44.6074126+04:00",
"ClientID": "a1787168-692a-4212-85be-a2a341c88cbe",
"ClientName": "sample string 22",
"PartnerID": "3e40f8d7-de8a-4c37-b0ff-3f3850ba450c",
"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">a1787168-692a-4212-85be-a2a341c88cbe</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:26:44.6074126+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">24445965-6dc4-4355-bafd-54a4d075ad3f</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">3e40f8d7-de8a-4c37-b0ff-3f3850ba450c</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">677a3262-47db-4855-a820-8f99b4446035</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>b7cf7972-92a2-4a14-9b7b-49e1b0437044</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>63a8950d-849f-4711-9110-dcc655183ab6</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>d4a5cae5-1180-4319-ad9b-805e22f71e7d</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2025-12-15T10:26:44.6074126+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2025-12-15T10:26:44.6074126+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>d34f2641-fa60-4794-9d09-ca9210a2b261</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>18c119d7-dcc6-428f-a44a-01cdd268fc79</PrevVehicleID>
<ReportedByID>b6ca358a-24d2-4072-a690-60db997b124d</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2025-12-15T10:26:44.6074126+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>2cbcfb8d-0738-4dee-8777-fb60c6d04923</InspectionItemID>
<InspectionOn>2025-12-15T10:26:44.6074126+04:00</InspectionOn>
<ServiceID>68d5bdf7-8012-43cc-9a83-4e88bf6aab42</ServiceID>
<ServiceTypeID>4431adad-db7f-4799-a3a3-ce8cb210755c</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>46a62bc0-2aa0-4cb3-a782-cdeec515e900</WorkOrderID>
<WorkOrderOn>2025-12-15T10:26:44.6074126+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>3f983106-afcc-40a7-9252-94dfaeff2040</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>560168f1-6913-467b-bad0-370b1fa55fc4</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>2fd32c2b-ff11-465a-a8d2-8daa351f5f91</d2p1:PartnerID>
<d2p1:VehicleID>2200ef93-e82f-4645-88bd-cd743f912bff</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>