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": "fffbca3c-3f6e-40be-abb6-a6e12804d96f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "fdb3d38a-27e8-421e-b460-0b6c46b7618a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "333a9f63-bf65-4301-b035-f186e7fc9eaf",
"PartnerID": "b9d0415f-a426-405f-8e2c-0d08efda0e58"
},
"IssueID": "2023c9b7-b503-4acb-a84d-48f6ba654d60",
"ReportedDate": "2026-09-22T20:42:54.4581872+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "f59b26f5-1f51-4ce0-9054-b6d98fbce6be",
"ReportedByName": "sample string 6",
"AssignedToID": "39fa70d1-bc19-482a-9802-a58285416b54",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-22T20:42:54.4581872+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "6a35ebab-a4ba-413f-a2f6-1b70c70f0f5e",
"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": "e09e48b8-b7bb-4e34-a000-6dc4e317906c",
"ServiceTypeID": "4404dd0d-b071-4ce9-8e38-ba3380c60110",
"WorkOrderOn": "2026-09-22T20:42:54.4581872+04:00",
"WorkOrderID": "bd16af0c-9d35-41c3-9f91-56484748b8b0",
"InspectionOn": "2026-09-22T20:42:54.4581872+04:00",
"InspectionItemID": "4e5755f2-1328-4c05-89f3-87acc4361cf7"
},
"PrevVehicleID": "8e5868ba-7841-489f-801d-635cb16d4fd5",
"CloseBy": "63fd40e8-6dac-4567-91c4-2a85003f3e97",
"CloseOn": "2026-09-22T20:42:54.4581872+04:00",
"CriticalLevel": 0,
"Id": "5f837656-0a23-4a2c-b46b-70d0296a918c",
"UserName": "sample string 17",
"UserID": "701c0ec3-b707-4e39-b4b9-d68486a6ea67",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-22T20:42:54.4581872+04:00",
"ClientID": "c2f57ad9-8415-476a-b1a0-47cc64fd8dd8",
"ClientName": "sample string 22",
"PartnerID": "b11fa98f-c8f1-48be-b689-9caaa8a5ae95",
"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">c2f57ad9-8415-476a-b1a0-47cc64fd8dd8</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-09-22T20:42:54.4581872+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">5f837656-0a23-4a2c-b46b-70d0296a918c</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b11fa98f-c8f1-48be-b689-9caaa8a5ae95</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">701c0ec3-b707-4e39-b4b9-d68486a6ea67</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>39fa70d1-bc19-482a-9802-a58285416b54</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>6a35ebab-a4ba-413f-a2f6-1b70c70f0f5e</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>63fd40e8-6dac-4567-91c4-2a85003f3e97</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-09-22T20:42:54.4581872+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-09-22T20:42:54.4581872+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>2023c9b7-b503-4acb-a84d-48f6ba654d60</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>8e5868ba-7841-489f-801d-635cb16d4fd5</PrevVehicleID>
<ReportedByID>f59b26f5-1f51-4ce0-9054-b6d98fbce6be</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-09-22T20:42:54.4581872+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>4e5755f2-1328-4c05-89f3-87acc4361cf7</InspectionItemID>
<InspectionOn>2026-09-22T20:42:54.4581872+04:00</InspectionOn>
<ServiceID>e09e48b8-b7bb-4e34-a000-6dc4e317906c</ServiceID>
<ServiceTypeID>4404dd0d-b071-4ce9-8e38-ba3380c60110</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>bd16af0c-9d35-41c3-9f91-56484748b8b0</WorkOrderID>
<WorkOrderOn>2026-09-22T20:42:54.4581872+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>333a9f63-bf65-4301-b035-f186e7fc9eaf</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>fdb3d38a-27e8-421e-b460-0b6c46b7618a</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>b9d0415f-a426-405f-8e2c-0d08efda0e58</d2p1:PartnerID>
<d2p1:VehicleID>fffbca3c-3f6e-40be-abb6-a6e12804d96f</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>