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": "6b09f2f3-a1c5-4495-9fdd-62cb5a1b1b76",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "3921fafe-0fc9-48d0-97e7-569002dbe031",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "aacc608b-37b8-46cb-8ab8-45a7ea2faebf",
"PartnerID": "8c99beed-acad-4014-ac9d-cb0c7bc7f04c"
},
"IssueID": "8edccd7f-b192-4e3f-ae80-3d71efa72460",
"ReportedDate": "2026-08-06T21:06:03.8883752+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e4c954d8-5462-4dd5-a31b-b73bffcb3cca",
"ReportedByName": "sample string 6",
"AssignedToID": "992eff6f-3908-4ddd-8635-2be65be2bcab",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-06T21:06:03.8883752+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "94b2ebfb-1764-47d2-a190-760fa4057041",
"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": "a92995db-43b3-42b9-9fb2-e21b9f98876b",
"ServiceTypeID": "c9510cc0-5f3f-4691-be12-16daeabf01c5",
"WorkOrderOn": "2026-08-06T21:06:03.8883752+04:00",
"WorkOrderID": "87b9eb47-ee19-49c5-b27c-686ba3d1d979",
"InspectionOn": "2026-08-06T21:06:03.8883752+04:00",
"InspectionItemID": "f30b8a74-0b62-4299-aea5-af7f77924d72"
},
"PrevVehicleID": "8e5ea4a2-0c21-46ae-82a0-3510b2cb3c3f",
"CloseBy": "a3b1b632-8a29-4b3f-89a4-9537a6bf98fd",
"CloseOn": "2026-08-06T21:06:03.8883752+04:00",
"CriticalLevel": 0,
"Id": "3eee36d5-f5d7-4731-b82e-9955731c1121",
"UserName": "sample string 17",
"UserID": "a6785d3c-36cf-44f8-ab6d-1cb94b7362f0",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-06T21:06:03.8883752+04:00",
"ClientID": "b7dac125-8207-4ae3-a505-82a287174a23",
"ClientName": "sample string 22",
"PartnerID": "61567f86-8d1b-4b6f-b94a-c69e933c6df9",
"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">b7dac125-8207-4ae3-a505-82a287174a23</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-06T21:06:03.8883752+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">3eee36d5-f5d7-4731-b82e-9955731c1121</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">61567f86-8d1b-4b6f-b94a-c69e933c6df9</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">a6785d3c-36cf-44f8-ab6d-1cb94b7362f0</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>992eff6f-3908-4ddd-8635-2be65be2bcab</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>94b2ebfb-1764-47d2-a190-760fa4057041</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>a3b1b632-8a29-4b3f-89a4-9537a6bf98fd</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-06T21:06:03.8883752+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-06T21:06:03.8883752+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>8edccd7f-b192-4e3f-ae80-3d71efa72460</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>8e5ea4a2-0c21-46ae-82a0-3510b2cb3c3f</PrevVehicleID>
<ReportedByID>e4c954d8-5462-4dd5-a31b-b73bffcb3cca</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-06T21:06:03.8883752+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>f30b8a74-0b62-4299-aea5-af7f77924d72</InspectionItemID>
<InspectionOn>2026-08-06T21:06:03.8883752+04:00</InspectionOn>
<ServiceID>a92995db-43b3-42b9-9fb2-e21b9f98876b</ServiceID>
<ServiceTypeID>c9510cc0-5f3f-4691-be12-16daeabf01c5</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>87b9eb47-ee19-49c5-b27c-686ba3d1d979</WorkOrderID>
<WorkOrderOn>2026-08-06T21:06:03.8883752+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>aacc608b-37b8-46cb-8ab8-45a7ea2faebf</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>3921fafe-0fc9-48d0-97e7-569002dbe031</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>8c99beed-acad-4014-ac9d-cb0c7bc7f04c</d2p1:PartnerID>
<d2p1:VehicleID>6b09f2f3-a1c5-4495-9fdd-62cb5a1b1b76</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>