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": "a728643e-abd3-454d-93bb-d5b5a4a3af66",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "ad81a79c-eb47-47e6-83df-cdb867461b28",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "51a13ddd-c918-4884-989f-73b52014e66b",
"PartnerID": "57442cfd-7afe-4b80-aae2-61b9da2aed63"
},
"IssueID": "66e37608-f67e-4805-8823-f54238a9c1d4",
"ReportedDate": "2026-06-06T19:12:59.7682262+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "8fb30d1e-86ee-479c-b86f-abdb06fd36dc",
"ReportedByName": "sample string 6",
"AssignedToID": "ca59587b-c70d-4748-a895-178bd0e5c5ae",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-06T19:12:59.7682262+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "94848966-d9ce-4e55-8759-f68544e10a9f",
"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": "1ca12497-e831-4d37-ab7b-e2085e6b86d0",
"ServiceTypeID": "08423abc-198f-4c00-8c04-6ce1f4c1dbb6",
"WorkOrderOn": "2026-06-06T19:12:59.7682262+04:00",
"WorkOrderID": "0ac5a331-e3ca-4b7e-80f3-1ae52d468d5d",
"InspectionOn": "2026-06-06T19:12:59.7682262+04:00",
"InspectionItemID": "235740d8-5052-4dc4-ba6e-de7b33ebbba3"
},
"PrevVehicleID": "02d7e56d-930d-4f6c-a8ee-f4d7a23a6612",
"CloseBy": "e9e0a2c6-b6b6-4480-a2d1-1e0e3482967e",
"CloseOn": "2026-06-06T19:12:59.7682262+04:00",
"CriticalLevel": 0,
"Id": "f8114057-83a9-4a75-9286-5d93d76d5164",
"UserName": "sample string 17",
"UserID": "e743a13a-3883-4fb4-b803-d68424670896",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-06T19:12:59.7682262+04:00",
"ClientID": "f462ea84-72b4-4a12-bf9e-1331f3c08207",
"ClientName": "sample string 22",
"PartnerID": "4521f242-b552-4162-b300-eb41292cd5fd",
"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">f462ea84-72b4-4a12-bf9e-1331f3c08207</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-06-06T19:12:59.7682262+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">f8114057-83a9-4a75-9286-5d93d76d5164</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">4521f242-b552-4162-b300-eb41292cd5fd</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">e743a13a-3883-4fb4-b803-d68424670896</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>ca59587b-c70d-4748-a895-178bd0e5c5ae</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>94848966-d9ce-4e55-8759-f68544e10a9f</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>e9e0a2c6-b6b6-4480-a2d1-1e0e3482967e</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-06-06T19:12:59.7682262+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-06-06T19:12:59.7682262+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>66e37608-f67e-4805-8823-f54238a9c1d4</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>02d7e56d-930d-4f6c-a8ee-f4d7a23a6612</PrevVehicleID>
<ReportedByID>8fb30d1e-86ee-479c-b86f-abdb06fd36dc</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-06-06T19:12:59.7682262+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>235740d8-5052-4dc4-ba6e-de7b33ebbba3</InspectionItemID>
<InspectionOn>2026-06-06T19:12:59.7682262+04:00</InspectionOn>
<ServiceID>1ca12497-e831-4d37-ab7b-e2085e6b86d0</ServiceID>
<ServiceTypeID>08423abc-198f-4c00-8c04-6ce1f4c1dbb6</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>0ac5a331-e3ca-4b7e-80f3-1ae52d468d5d</WorkOrderID>
<WorkOrderOn>2026-06-06T19:12:59.7682262+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>51a13ddd-c918-4884-989f-73b52014e66b</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>ad81a79c-eb47-47e6-83df-cdb867461b28</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>57442cfd-7afe-4b80-aae2-61b9da2aed63</d2p1:PartnerID>
<d2p1:VehicleID>a728643e-abd3-454d-93bb-d5b5a4a3af66</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>