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": "6c98e562-59d1-402f-943a-7f79c52e6c3e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "2984b4cd-b362-43ce-9f34-bd3cdb45548e",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "2499f4be-7fa1-4b6e-beed-84075995810f",
"PartnerID": "32e59882-02f9-441a-8018-f111111e1f2a"
},
"IssueID": "aadd6e13-4575-48a1-8c38-dd1bb0cb3041",
"ReportedDate": "2026-02-14T23:13:31.0804393+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "15d99a7c-8301-4cdf-a3e5-063fa2f2e08e",
"ReportedByName": "sample string 6",
"AssignedToID": "0b46637b-62bb-4802-97ac-1533d77641ec",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-14T23:13:31.0804393+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "04dd8ed3-e116-42d3-be5a-c629aee94c7e",
"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": "31c9965e-9b21-4194-a754-47dc8d991c25",
"ServiceTypeID": "63e7d035-e872-4612-821c-95e94f36d693",
"WorkOrderOn": "2026-02-14T23:13:31.0804393+04:00",
"WorkOrderID": "31844d71-12cb-4fe6-b8e1-52233af4e88a",
"InspectionOn": "2026-02-14T23:13:31.0804393+04:00",
"InspectionItemID": "3088b818-b534-441f-a956-4438073887e1"
},
"PrevVehicleID": "0339a4eb-d8a9-4813-ab09-0857b3161d21",
"CloseBy": "5281c43c-ae4e-47b8-8b7f-7ae890a9afb1",
"CloseOn": "2026-02-14T23:13:31.0804393+04:00",
"CriticalLevel": 0,
"Id": "691ddf58-f57a-4e48-83f6-66712ea5520c",
"UserName": "sample string 17",
"UserID": "b9cf78d9-4b77-4696-b2f6-798eb70a3070",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-14T23:13:31.0804393+04:00",
"ClientID": "05e4eef0-15ca-472f-80e4-fbbdc06f4a35",
"ClientName": "sample string 22",
"PartnerID": "0f0f4ac1-db42-41f9-b04d-ab1aca240064",
"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">05e4eef0-15ca-472f-80e4-fbbdc06f4a35</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-02-14T23:13:31.0804393+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">691ddf58-f57a-4e48-83f6-66712ea5520c</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">0f0f4ac1-db42-41f9-b04d-ab1aca240064</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">b9cf78d9-4b77-4696-b2f6-798eb70a3070</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>0b46637b-62bb-4802-97ac-1533d77641ec</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>04dd8ed3-e116-42d3-be5a-c629aee94c7e</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>5281c43c-ae4e-47b8-8b7f-7ae890a9afb1</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-14T23:13:31.0804393+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-14T23:13:31.0804393+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>aadd6e13-4575-48a1-8c38-dd1bb0cb3041</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>0339a4eb-d8a9-4813-ab09-0857b3161d21</PrevVehicleID>
<ReportedByID>15d99a7c-8301-4cdf-a3e5-063fa2f2e08e</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-14T23:13:31.0804393+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>3088b818-b534-441f-a956-4438073887e1</InspectionItemID>
<InspectionOn>2026-02-14T23:13:31.0804393+04:00</InspectionOn>
<ServiceID>31c9965e-9b21-4194-a754-47dc8d991c25</ServiceID>
<ServiceTypeID>63e7d035-e872-4612-821c-95e94f36d693</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>31844d71-12cb-4fe6-b8e1-52233af4e88a</WorkOrderID>
<WorkOrderOn>2026-02-14T23:13:31.0804393+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>2499f4be-7fa1-4b6e-beed-84075995810f</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>2984b4cd-b362-43ce-9f34-bd3cdb45548e</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>32e59882-02f9-441a-8018-f111111e1f2a</d2p1:PartnerID>
<d2p1:VehicleID>6c98e562-59d1-402f-943a-7f79c52e6c3e</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>