GET Api/Issue?clientID={clientID}&vehicleID={vehicleID}&issueID={issueID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | globally unique identifier |
Required |
|
| vehicleID | globally unique identifier |
Required |
|
| issueID | 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": "6551dcbb-0cf8-46b6-9db8-cd34ba20305b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "e3bf3758-b209-400d-9130-dfb50d2a85f9",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "25219e45-98ff-426c-b315-bd93fa3ef4e7",
"PartnerID": "04fef3b9-6982-4cbc-9b27-4eab9c8bcbd6"
},
"IssueID": "35d04149-22d6-4347-ac8a-5318e9026b6b",
"ReportedDate": "2026-08-07T15:01:00.0559433+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "12c5fb1d-7617-4531-8dab-79f998148bc9",
"ReportedByName": "sample string 6",
"AssignedToID": "f708bb6b-a198-49f3-9ab2-663f4604e857",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-07T15:01:00.0559433+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "79c7a0e2-31a5-49f1-bd91-a8a7c6851955",
"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": "c6c682c3-20d2-4fba-9c7c-008a69f34821",
"ServiceTypeID": "ca63bae5-2790-4980-86b0-7e721064e9d2",
"WorkOrderOn": "2026-08-07T15:01:00.0559433+04:00",
"WorkOrderID": "25821d24-d916-452f-9ead-c8f033697e05",
"InspectionOn": "2026-08-07T15:01:00.0559433+04:00",
"InspectionItemID": "3f4fd7c2-7014-44b0-a852-35784ce190f8"
},
"PrevVehicleID": "bee0ef17-5775-476a-b17b-1e049650f1df",
"CloseBy": "42836ccc-eaa9-4b72-80fc-0df703348a25",
"CloseOn": "2026-08-07T15:01:00.0559433+04:00",
"CriticalLevel": 0,
"Id": "561504f7-5618-47c5-8029-2058bb9c3de7",
"UserName": "sample string 17",
"UserID": "36d81320-8093-4c4f-97ff-3a82380620a6",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-07T15:01:00.0559433+04:00",
"ClientID": "c382b773-d9b4-4025-b745-9dca931873a7",
"ClientName": "sample string 22",
"PartnerID": "ba321552-acd1-4b7a-9f74-798c5ef3a4a9",
"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">c382b773-d9b4-4025-b745-9dca931873a7</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-07T15:01:00.0559433+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">561504f7-5618-47c5-8029-2058bb9c3de7</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">ba321552-acd1-4b7a-9f74-798c5ef3a4a9</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">36d81320-8093-4c4f-97ff-3a82380620a6</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>f708bb6b-a198-49f3-9ab2-663f4604e857</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>79c7a0e2-31a5-49f1-bd91-a8a7c6851955</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>42836ccc-eaa9-4b72-80fc-0df703348a25</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-07T15:01:00.0559433+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-07T15:01:00.0559433+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>35d04149-22d6-4347-ac8a-5318e9026b6b</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>bee0ef17-5775-476a-b17b-1e049650f1df</PrevVehicleID>
<ReportedByID>12c5fb1d-7617-4531-8dab-79f998148bc9</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-07T15:01:00.0559433+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>3f4fd7c2-7014-44b0-a852-35784ce190f8</InspectionItemID>
<InspectionOn>2026-08-07T15:01:00.0559433+04:00</InspectionOn>
<ServiceID>c6c682c3-20d2-4fba-9c7c-008a69f34821</ServiceID>
<ServiceTypeID>ca63bae5-2790-4980-86b0-7e721064e9d2</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>25821d24-d916-452f-9ead-c8f033697e05</WorkOrderID>
<WorkOrderOn>2026-08-07T15:01:00.0559433+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>25219e45-98ff-426c-b315-bd93fa3ef4e7</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>e3bf3758-b209-400d-9130-dfb50d2a85f9</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>04fef3b9-6982-4cbc-9b27-4eab9c8bcbd6</d2p1:PartnerID>
<d2p1:VehicleID>6551dcbb-0cf8-46b6-9db8-cd34ba20305b</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>