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": "e3c3dc9f-080f-4932-a888-fd7cfcdaaf19",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "47f691fe-10b3-4f2a-ad39-848bc0c2f8bd",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "fdf20d30-176c-4db6-ab02-f9063f160554",
"PartnerID": "c1b54e38-bdaa-4335-be47-4c4715c1fd72"
},
"IssueID": "d60892f3-60fc-4337-9c00-2cbee5230b1e",
"ReportedDate": "2026-06-06T10:41:02.2642106+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "8fd24aa2-74b5-4a06-80cb-c5701c88e75b",
"ReportedByName": "sample string 6",
"AssignedToID": "ecca760d-835c-4153-8df2-8aa71c68002e",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-06T10:41:02.2642106+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "cecc0d67-d734-41ed-85b4-e23376445fbe",
"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": "8edf92d8-3604-4f98-a37a-3e22acc8591a",
"ServiceTypeID": "feb70c60-6a80-4ed5-a46a-e1c690af96a7",
"WorkOrderOn": "2026-06-06T10:41:02.2642106+04:00",
"WorkOrderID": "2af3e78d-e8d8-46ef-8ad0-9ff06dcac5ca",
"InspectionOn": "2026-06-06T10:41:02.2642106+04:00",
"InspectionItemID": "5d076fe6-b70d-40e5-ba66-2aaa625010ec"
},
"PrevVehicleID": "e28ee633-f779-4099-b414-da62faef6e57",
"CloseBy": "ed45c1a1-868f-418a-8855-2c20015f59d9",
"CloseOn": "2026-06-06T10:41:02.2642106+04:00",
"CriticalLevel": 0,
"Id": "d8f78fd4-8d6e-4553-b3ab-18584a04cda8",
"UserName": "sample string 17",
"UserID": "8f61c355-56f5-49a3-b85d-14a02b7f212b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-06T10:41:02.2642106+04:00",
"ClientID": "0a44c3ef-1e5a-447a-b0de-9771a23cab03",
"ClientName": "sample string 22",
"PartnerID": "0925a4af-7ca5-471a-8759-70a393d9f41e",
"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">0a44c3ef-1e5a-447a-b0de-9771a23cab03</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-06T10:41:02.2642106+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">d8f78fd4-8d6e-4553-b3ab-18584a04cda8</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">0925a4af-7ca5-471a-8759-70a393d9f41e</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">8f61c355-56f5-49a3-b85d-14a02b7f212b</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>ecca760d-835c-4153-8df2-8aa71c68002e</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>cecc0d67-d734-41ed-85b4-e23376445fbe</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>ed45c1a1-868f-418a-8855-2c20015f59d9</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-06-06T10:41:02.2642106+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-06-06T10:41:02.2642106+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>d60892f3-60fc-4337-9c00-2cbee5230b1e</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>e28ee633-f779-4099-b414-da62faef6e57</PrevVehicleID>
<ReportedByID>8fd24aa2-74b5-4a06-80cb-c5701c88e75b</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-06-06T10:41:02.2642106+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>5d076fe6-b70d-40e5-ba66-2aaa625010ec</InspectionItemID>
<InspectionOn>2026-06-06T10:41:02.2642106+04:00</InspectionOn>
<ServiceID>8edf92d8-3604-4f98-a37a-3e22acc8591a</ServiceID>
<ServiceTypeID>feb70c60-6a80-4ed5-a46a-e1c690af96a7</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>2af3e78d-e8d8-46ef-8ad0-9ff06dcac5ca</WorkOrderID>
<WorkOrderOn>2026-06-06T10:41:02.2642106+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>fdf20d30-176c-4db6-ab02-f9063f160554</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>47f691fe-10b3-4f2a-ad39-848bc0c2f8bd</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>c1b54e38-bdaa-4335-be47-4c4715c1fd72</d2p1:PartnerID>
<d2p1:VehicleID>e3c3dc9f-080f-4932-a888-fd7cfcdaaf19</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>