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": "177f4141-98cf-4b2f-b67e-28253a2d5a98",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "ec0fd3f1-c431-4e71-98bf-7eee769c362e",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "fc01c612-79b9-4c23-8b4f-970c293b8cee",
"PartnerID": "e1c09923-38c3-47d0-8cfe-bceca5ebd3d3"
},
"IssueID": "70528544-aa2d-41da-abf4-2697f529ffc2",
"ReportedDate": "2026-05-10T12:10:37.7184753+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "d441823b-d7c9-43d6-9e46-0e4724c7a491",
"ReportedByName": "sample string 6",
"AssignedToID": "7a287740-dc81-41ca-9dfd-52470bb17590",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-10T12:10:37.7184753+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "87e8cf17-1ae0-4acd-855f-5266c1828e41",
"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": "c8b9fd41-bb31-4947-8cdf-d62364e2ffb1",
"ServiceTypeID": "5b3f7ef7-b013-4a10-b810-3f9a18a03395",
"WorkOrderOn": "2026-05-10T12:10:37.7184753+04:00",
"WorkOrderID": "8d0c42b4-a700-4057-972f-bf94109380f6",
"InspectionOn": "2026-05-10T12:10:37.7184753+04:00",
"InspectionItemID": "3bdaeb1e-e25a-49fe-8369-0711b1236f3a"
},
"PrevVehicleID": "e2d01720-4301-44e7-8f99-d38c5437692e",
"CloseBy": "2e5c25b2-4b0e-4831-9f21-84e1ba596e0b",
"CloseOn": "2026-05-10T12:10:37.7184753+04:00",
"CriticalLevel": 0,
"Id": "ed1a7daf-46b7-49ba-814d-460fc9688546",
"UserName": "sample string 17",
"UserID": "174c5bd0-4682-452b-b888-91fcf2a31383",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-10T12:10:37.7184753+04:00",
"ClientID": "70edf4b8-a661-45eb-923c-735709b7cf0f",
"ClientName": "sample string 22",
"PartnerID": "4cf80ebe-e334-4518-b02f-ea3475f963e3",
"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">70edf4b8-a661-45eb-923c-735709b7cf0f</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-05-10T12:10:37.7184753+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">ed1a7daf-46b7-49ba-814d-460fc9688546</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">4cf80ebe-e334-4518-b02f-ea3475f963e3</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">174c5bd0-4682-452b-b888-91fcf2a31383</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>7a287740-dc81-41ca-9dfd-52470bb17590</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>87e8cf17-1ae0-4acd-855f-5266c1828e41</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>2e5c25b2-4b0e-4831-9f21-84e1ba596e0b</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-05-10T12:10:37.7184753+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-05-10T12:10:37.7184753+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>70528544-aa2d-41da-abf4-2697f529ffc2</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>e2d01720-4301-44e7-8f99-d38c5437692e</PrevVehicleID>
<ReportedByID>d441823b-d7c9-43d6-9e46-0e4724c7a491</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-05-10T12:10:37.7184753+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>3bdaeb1e-e25a-49fe-8369-0711b1236f3a</InspectionItemID>
<InspectionOn>2026-05-10T12:10:37.7184753+04:00</InspectionOn>
<ServiceID>c8b9fd41-bb31-4947-8cdf-d62364e2ffb1</ServiceID>
<ServiceTypeID>5b3f7ef7-b013-4a10-b810-3f9a18a03395</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>8d0c42b4-a700-4057-972f-bf94109380f6</WorkOrderID>
<WorkOrderOn>2026-05-10T12:10:37.7184753+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>fc01c612-79b9-4c23-8b4f-970c293b8cee</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>ec0fd3f1-c431-4e71-98bf-7eee769c362e</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>e1c09923-38c3-47d0-8cfe-bceca5ebd3d3</d2p1:PartnerID>
<d2p1:VehicleID>177f4141-98cf-4b2f-b67e-28253a2d5a98</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>