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": "d20b1ffd-5c99-4123-ac39-9d053c0ad253",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f35b182b-8fa7-4ffd-b878-d8d14df3589f",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "76378228-82d3-4ff0-874d-e2f32c2819b0",
"PartnerID": "e25f7aff-f661-4b5e-b0b0-861b7e5e8a99"
},
"IssueID": "c0566406-5bff-4bee-a476-685448dc6e5e",
"ReportedDate": "2026-03-25T01:25:59.1656499+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "58888ca7-220d-480e-b8af-14212ccd8efc",
"ReportedByName": "sample string 6",
"AssignedToID": "b354b5a8-20b6-49e5-a304-6c44072c8a13",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:25:59.1656499+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "1f1e6bba-f7c1-4dc3-85b1-18f23d0da752",
"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": "25762df1-85ee-45b5-8e2c-e1a07e3bb4bf",
"ServiceTypeID": "a62c57b6-549e-40db-a538-a2801d910679",
"WorkOrderOn": "2026-03-25T01:25:59.1656499+04:00",
"WorkOrderID": "8c56b64d-89a0-4266-85cc-6a6c71ade7a8",
"InspectionOn": "2026-03-25T01:25:59.1656499+04:00",
"InspectionItemID": "47625638-456d-4c79-9ca6-4add94a46ed4"
},
"PrevVehicleID": "77a1c78e-468a-4e0b-ad98-209eed44d179",
"CloseBy": "ab704f86-a606-4eef-a91b-725af082d4af",
"CloseOn": "2026-03-25T01:25:59.1656499+04:00",
"CriticalLevel": 0,
"Id": "9deed6d3-d28c-4d9f-8ac1-68c474779c35",
"UserName": "sample string 17",
"UserID": "65e369b8-4b3c-4557-ae1d-5c624a311646",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:25:59.1656499+04:00",
"ClientID": "6a16ab23-1e89-4163-9131-af02b16c820d",
"ClientName": "sample string 22",
"PartnerID": "f2d8e28e-5c65-4e1b-a0f3-a644a43f9978",
"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">6a16ab23-1e89-4163-9131-af02b16c820d</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-03-25T01:25:59.1656499+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">9deed6d3-d28c-4d9f-8ac1-68c474779c35</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">f2d8e28e-5c65-4e1b-a0f3-a644a43f9978</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">65e369b8-4b3c-4557-ae1d-5c624a311646</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>b354b5a8-20b6-49e5-a304-6c44072c8a13</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>1f1e6bba-f7c1-4dc3-85b1-18f23d0da752</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>ab704f86-a606-4eef-a91b-725af082d4af</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-03-25T01:25:59.1656499+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-03-25T01:25:59.1656499+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>c0566406-5bff-4bee-a476-685448dc6e5e</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>77a1c78e-468a-4e0b-ad98-209eed44d179</PrevVehicleID>
<ReportedByID>58888ca7-220d-480e-b8af-14212ccd8efc</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-03-25T01:25:59.1656499+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>47625638-456d-4c79-9ca6-4add94a46ed4</InspectionItemID>
<InspectionOn>2026-03-25T01:25:59.1656499+04:00</InspectionOn>
<ServiceID>25762df1-85ee-45b5-8e2c-e1a07e3bb4bf</ServiceID>
<ServiceTypeID>a62c57b6-549e-40db-a538-a2801d910679</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>8c56b64d-89a0-4266-85cc-6a6c71ade7a8</WorkOrderID>
<WorkOrderOn>2026-03-25T01:25:59.1656499+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>76378228-82d3-4ff0-874d-e2f32c2819b0</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>f35b182b-8fa7-4ffd-b878-d8d14df3589f</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>e25f7aff-f661-4b5e-b0b0-861b7e5e8a99</d2p1:PartnerID>
<d2p1:VehicleID>d20b1ffd-5c99-4123-ac39-9d053c0ad253</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>