GET Api/Issue/GetByID?clientID={clientID}&id={id}&vehicleID={vehicleID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | globally unique identifier |
Required |
|
| id | globally unique identifier |
Required |
|
| vehicleID | 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": "4dd97543-3bbf-4f41-9f31-178bc74b7bd5",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c59a933e-7679-4994-bc5f-5758579d6086",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "5f1d874a-212c-479d-a073-5acaec504d02",
"PartnerID": "2bc6ff74-db06-4a18-8827-e88a8d1347a7"
},
"IssueID": "88afe531-c623-4cc8-9e6c-8ff458413ea2",
"ReportedDate": "2026-08-28T11:05:51.2798499+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b40363e8-d0ec-436f-baf6-bdff983f6349",
"ReportedByName": "sample string 6",
"AssignedToID": "ee4dd72d-a0b0-4805-8db8-9ab746a22587",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-28T11:05:51.2798499+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "bf0747e3-563f-4236-8dbb-2e815d625242",
"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": "17de24ba-d35f-4fc0-9b0c-a29f48af9099",
"ServiceTypeID": "a9470cae-dfa8-4953-838b-d2453fe065c3",
"WorkOrderOn": "2026-08-28T11:05:51.2798499+04:00",
"WorkOrderID": "92a11fdd-d3b4-452d-a4fa-d839f0cc4d17",
"InspectionOn": "2026-08-28T11:05:51.2798499+04:00",
"InspectionItemID": "8c1860e0-365d-4f32-9d8b-fba9117c3805"
},
"PrevVehicleID": "db19718e-7af8-428c-ae3b-31f3e73e382d",
"CloseBy": "99f264a0-68b8-4776-adbd-1ecf27fa7864",
"CloseOn": "2026-08-28T11:05:51.2798499+04:00",
"CriticalLevel": 0,
"Id": "94340c3d-48f8-46d8-8294-6b9cb0ac3876",
"UserName": "sample string 17",
"UserID": "0dbdf1c5-d9a6-450d-b3f5-a6134af32373",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-28T11:05:51.2798499+04:00",
"ClientID": "ae3972ae-1c34-4214-a78d-ed7c4b4f8a3a",
"ClientName": "sample string 22",
"PartnerID": "f880e1e3-a638-4e9d-ac05-67571adbe771",
"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">ae3972ae-1c34-4214-a78d-ed7c4b4f8a3a</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-08-28T11:05:51.2798499+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">94340c3d-48f8-46d8-8294-6b9cb0ac3876</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">f880e1e3-a638-4e9d-ac05-67571adbe771</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">0dbdf1c5-d9a6-450d-b3f5-a6134af32373</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>ee4dd72d-a0b0-4805-8db8-9ab746a22587</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>bf0747e3-563f-4236-8dbb-2e815d625242</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>99f264a0-68b8-4776-adbd-1ecf27fa7864</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-28T11:05:51.2798499+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-28T11:05:51.2798499+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>88afe531-c623-4cc8-9e6c-8ff458413ea2</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>db19718e-7af8-428c-ae3b-31f3e73e382d</PrevVehicleID>
<ReportedByID>b40363e8-d0ec-436f-baf6-bdff983f6349</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-28T11:05:51.2798499+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>8c1860e0-365d-4f32-9d8b-fba9117c3805</InspectionItemID>
<InspectionOn>2026-08-28T11:05:51.2798499+04:00</InspectionOn>
<ServiceID>17de24ba-d35f-4fc0-9b0c-a29f48af9099</ServiceID>
<ServiceTypeID>a9470cae-dfa8-4953-838b-d2453fe065c3</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>92a11fdd-d3b4-452d-a4fa-d839f0cc4d17</WorkOrderID>
<WorkOrderOn>2026-08-28T11:05:51.2798499+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>5f1d874a-212c-479d-a073-5acaec504d02</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>c59a933e-7679-4994-bc5f-5758579d6086</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>2bc6ff74-db06-4a18-8827-e88a8d1347a7</d2p1:PartnerID>
<d2p1:VehicleID>4dd97543-3bbf-4f41-9f31-178bc74b7bd5</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>