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": "b7bf8405-5b02-41ba-b475-aa69d2817ba8",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "87776731-150c-4ec7-8398-f55674420f08",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "383c0ae9-2bef-4885-9feb-4cced23de361",
"PartnerID": "e45c57e0-9772-4e9c-a8b1-e722a494e898"
},
"IssueID": "5de2decf-5339-4e9e-9a61-c6f93aab7e6d",
"ReportedDate": "2026-04-18T15:00:48.2593114+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "aca8a611-e7a7-46ef-b105-046faf38d9f4",
"ReportedByName": "sample string 6",
"AssignedToID": "9a5ea3ed-a46e-4c74-9e02-0d8954dc2a0e",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-04-18T15:00:48.2593114+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "f75faaa8-03a6-4655-8d59-e82a6e09a74f",
"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": "c2c39f42-34ee-49e1-b5e7-452ad9f1ff94",
"ServiceTypeID": "235c17e8-c722-4091-bd80-42f4ac62c07e",
"WorkOrderOn": "2026-04-18T15:00:48.2593114+04:00",
"WorkOrderID": "04772468-0868-4ae4-968e-a2d9fb936fc9",
"InspectionOn": "2026-04-18T15:00:48.2593114+04:00",
"InspectionItemID": "f2ec2159-3e6c-43b6-91f8-3c882587df72"
},
"PrevVehicleID": "6a937934-a328-4a32-a245-0fd8964932b4",
"CloseBy": "15fede0e-6148-4999-96c6-d0719b05b94f",
"CloseOn": "2026-04-18T15:00:48.2593114+04:00",
"CriticalLevel": 0,
"Id": "7746c217-c1ac-4663-a283-e1f0c931f0f1",
"UserName": "sample string 17",
"UserID": "983bf273-a1b9-4217-90fb-ae5aabc59001",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-04-18T15:00:48.2593114+04:00",
"ClientID": "41971420-2b19-45ee-9965-196261fc173b",
"ClientName": "sample string 22",
"PartnerID": "d4e1404a-51cb-4ff6-881d-99d28965b08c",
"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">41971420-2b19-45ee-9965-196261fc173b</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-04-18T15:00:48.2593114+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">7746c217-c1ac-4663-a283-e1f0c931f0f1</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">d4e1404a-51cb-4ff6-881d-99d28965b08c</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">983bf273-a1b9-4217-90fb-ae5aabc59001</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>9a5ea3ed-a46e-4c74-9e02-0d8954dc2a0e</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>f75faaa8-03a6-4655-8d59-e82a6e09a74f</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>15fede0e-6148-4999-96c6-d0719b05b94f</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-04-18T15:00:48.2593114+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-04-18T15:00:48.2593114+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>5de2decf-5339-4e9e-9a61-c6f93aab7e6d</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>6a937934-a328-4a32-a245-0fd8964932b4</PrevVehicleID>
<ReportedByID>aca8a611-e7a7-46ef-b105-046faf38d9f4</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-04-18T15:00:48.2593114+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>f2ec2159-3e6c-43b6-91f8-3c882587df72</InspectionItemID>
<InspectionOn>2026-04-18T15:00:48.2593114+04:00</InspectionOn>
<ServiceID>c2c39f42-34ee-49e1-b5e7-452ad9f1ff94</ServiceID>
<ServiceTypeID>235c17e8-c722-4091-bd80-42f4ac62c07e</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>04772468-0868-4ae4-968e-a2d9fb936fc9</WorkOrderID>
<WorkOrderOn>2026-04-18T15:00:48.2593114+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>383c0ae9-2bef-4885-9feb-4cced23de361</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>87776731-150c-4ec7-8398-f55674420f08</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>e45c57e0-9772-4e9c-a8b1-e722a494e898</d2p1:PartnerID>
<d2p1:VehicleID>b7bf8405-5b02-41ba-b475-aa69d2817ba8</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>