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": "d7610cf1-2662-4ede-a343-73dce60d4f41",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d980e14b-18d8-42d6-9d3e-d2c8d4d6dd55",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "3db11887-e7d8-4f81-9fb3-2ae13f680ef3",
"PartnerID": "37ffb28c-edad-4063-ba66-4290b093c50c"
},
"IssueID": "4b33a99b-3070-48a8-9ac3-cf2b9991b22d",
"ReportedDate": "2026-06-24T16:12:20.4323769+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "5ddc0341-bc34-4c93-8489-b259de40392c",
"ReportedByName": "sample string 6",
"AssignedToID": "2062b98b-652a-4b73-8a73-34816f75977d",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:12:20.4323769+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "701ead0f-6de5-4736-b50b-588296c15f0c",
"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": "2759d6e0-a092-4e9c-87a8-6c9d7832daf9",
"ServiceTypeID": "7e820318-fcf1-4780-8973-5fde9f8ab3be",
"WorkOrderOn": "2026-06-24T16:12:20.4323769+04:00",
"WorkOrderID": "e722b2f4-1499-4ede-8ec4-a6da28bb2951",
"InspectionOn": "2026-06-24T16:12:20.4323769+04:00",
"InspectionItemID": "6e2bcc53-06c5-4ed7-af64-b4268bec3725"
},
"PrevVehicleID": "9adefb41-97bc-43c2-8ec2-500a77f0a6da",
"CloseBy": "e5091da1-215e-442d-b49c-8ebfdc132c69",
"CloseOn": "2026-06-24T16:12:20.4323769+04:00",
"CriticalLevel": 0,
"Id": "9413b87c-7ad3-4c6c-9a5b-cd00e617274c",
"UserName": "sample string 17",
"UserID": "b18a03ab-91f4-4f25-964c-b8164bc5dd25",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:12:20.4323769+04:00",
"ClientID": "9f1b0478-2a8d-42aa-8073-b0b6c7d6edbf",
"ClientName": "sample string 22",
"PartnerID": "bb56b6b3-32d2-4cf1-9431-aadbe3eb8521",
"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">9f1b0478-2a8d-42aa-8073-b0b6c7d6edbf</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-06-24T16:12:20.4323769+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">9413b87c-7ad3-4c6c-9a5b-cd00e617274c</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">bb56b6b3-32d2-4cf1-9431-aadbe3eb8521</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">b18a03ab-91f4-4f25-964c-b8164bc5dd25</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>2062b98b-652a-4b73-8a73-34816f75977d</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>701ead0f-6de5-4736-b50b-588296c15f0c</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>e5091da1-215e-442d-b49c-8ebfdc132c69</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-06-24T16:12:20.4323769+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-06-24T16:12:20.4323769+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>4b33a99b-3070-48a8-9ac3-cf2b9991b22d</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>9adefb41-97bc-43c2-8ec2-500a77f0a6da</PrevVehicleID>
<ReportedByID>5ddc0341-bc34-4c93-8489-b259de40392c</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-06-24T16:12:20.4323769+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>6e2bcc53-06c5-4ed7-af64-b4268bec3725</InspectionItemID>
<InspectionOn>2026-06-24T16:12:20.4323769+04:00</InspectionOn>
<ServiceID>2759d6e0-a092-4e9c-87a8-6c9d7832daf9</ServiceID>
<ServiceTypeID>7e820318-fcf1-4780-8973-5fde9f8ab3be</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>e722b2f4-1499-4ede-8ec4-a6da28bb2951</WorkOrderID>
<WorkOrderOn>2026-06-24T16:12:20.4323769+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>3db11887-e7d8-4f81-9fb3-2ae13f680ef3</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>d980e14b-18d8-42d6-9d3e-d2c8d4d6dd55</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>37ffb28c-edad-4063-ba66-4290b093c50c</d2p1:PartnerID>
<d2p1:VehicleID>d7610cf1-2662-4ede-a343-73dce60d4f41</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>