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": "f33e6b72-923d-4ed2-96af-6932aedb0ba5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "394d3705-6d08-4510-a63b-968b9b26fd5e",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0b255e4e-6b18-4d6f-95b6-e957597ada44",
"PartnerID": "f10da8f0-51a8-4aa3-bc56-75f0ebcf9e16"
},
"IssueID": "3dbcb0cf-74f1-4728-b25b-832aafaab9ef",
"ReportedDate": "2026-09-22T20:42:00.572262+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "95c628de-5f43-4b40-8604-07b1a4812031",
"ReportedByName": "sample string 6",
"AssignedToID": "52bd26f8-fe90-4903-9c01-a27d816be7a9",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-22T20:42:00.572262+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "96d4c0fb-ff2b-4453-a7c2-a51a924110a1",
"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": "9438af62-6843-4637-94d4-8b46a5ee2ae4",
"ServiceTypeID": "a3d549e5-b847-4cf6-9767-30fbef2f66b7",
"WorkOrderOn": "2026-09-22T20:42:00.572262+04:00",
"WorkOrderID": "db4e6a9b-8933-4372-872c-6b3fba9c2d17",
"InspectionOn": "2026-09-22T20:42:00.572262+04:00",
"InspectionItemID": "7ce86e8a-9e8d-4884-b174-f4f128596730"
},
"PrevVehicleID": "115138eb-16e1-49d6-9a51-afc4bf69bab9",
"CloseBy": "bf5e940d-e7cf-4b4b-8343-c9b5feed7a90",
"CloseOn": "2026-09-22T20:42:00.572262+04:00",
"CriticalLevel": 0,
"Id": "7dacf1c6-3c1d-48fe-9c29-cdec13210263",
"UserName": "sample string 17",
"UserID": "4e41196d-b492-415d-a1d3-75ed792f4ff4",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-22T20:42:00.572262+04:00",
"ClientID": "76ce6a9b-9fd5-44e6-a77a-06e752cfd9e6",
"ClientName": "sample string 22",
"PartnerID": "1f88168b-5130-4c52-9688-5209cfa36eba",
"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">76ce6a9b-9fd5-44e6-a77a-06e752cfd9e6</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:00.572262+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">7dacf1c6-3c1d-48fe-9c29-cdec13210263</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">1f88168b-5130-4c52-9688-5209cfa36eba</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">4e41196d-b492-415d-a1d3-75ed792f4ff4</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>52bd26f8-fe90-4903-9c01-a27d816be7a9</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>96d4c0fb-ff2b-4453-a7c2-a51a924110a1</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>bf5e940d-e7cf-4b4b-8343-c9b5feed7a90</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-09-22T20:42:00.572262+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-09-22T20:42:00.572262+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>3dbcb0cf-74f1-4728-b25b-832aafaab9ef</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>115138eb-16e1-49d6-9a51-afc4bf69bab9</PrevVehicleID>
<ReportedByID>95c628de-5f43-4b40-8604-07b1a4812031</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-09-22T20:42:00.572262+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>7ce86e8a-9e8d-4884-b174-f4f128596730</InspectionItemID>
<InspectionOn>2026-09-22T20:42:00.572262+04:00</InspectionOn>
<ServiceID>9438af62-6843-4637-94d4-8b46a5ee2ae4</ServiceID>
<ServiceTypeID>a3d549e5-b847-4cf6-9767-30fbef2f66b7</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>db4e6a9b-8933-4372-872c-6b3fba9c2d17</WorkOrderID>
<WorkOrderOn>2026-09-22T20:42:00.572262+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>0b255e4e-6b18-4d6f-95b6-e957597ada44</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>394d3705-6d08-4510-a63b-968b9b26fd5e</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>f10da8f0-51a8-4aa3-bc56-75f0ebcf9e16</d2p1:PartnerID>
<d2p1:VehicleID>f33e6b72-923d-4ed2-96af-6932aedb0ba5</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>