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": "10e52d94-6697-4479-be6d-706e2d078ddd",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "b9c93aae-1b4d-45d7-b9ce-5b746dc95df5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "5035b16f-ea84-414c-ac30-01e776d4281c",
"PartnerID": "56e01ac3-929d-4db2-b879-b4ecd12a8f44"
},
"IssueID": "5a9b4956-c2b4-4076-b082-af4faf2dfa51",
"ReportedDate": "2026-03-26T03:25:29.0376684+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "66b0919b-38be-43c9-9621-2374796b4e00",
"ReportedByName": "sample string 6",
"AssignedToID": "856fea62-058e-426b-a1b1-50ef8c2a10fa",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-26T03:25:29.0376684+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "8998219d-914c-4e7e-8486-fe36742066bc",
"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": "63a38251-a5d3-47b7-873c-e9ac93202ae0",
"ServiceTypeID": "fb74c457-495a-4300-8010-9f4890f7f0ed",
"WorkOrderOn": "2026-03-26T03:25:29.0376684+04:00",
"WorkOrderID": "3616dc5a-6ef7-4112-baf6-b559ed7e8db4",
"InspectionOn": "2026-03-26T03:25:29.0376684+04:00",
"InspectionItemID": "162b87d4-b8a0-4d66-ad20-5035d7de7bd8"
},
"PrevVehicleID": "fb747a31-ed98-46f4-99ed-18b0a4c50dd2",
"CloseBy": "9937b7b6-cfe4-4f0a-997f-16112f51e72c",
"CloseOn": "2026-03-26T03:25:29.0376684+04:00",
"CriticalLevel": 0,
"Id": "f6f8487e-b864-4093-b9de-872627301c4c",
"UserName": "sample string 17",
"UserID": "4415ab0c-0df8-4cde-a162-39900d4e932e",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-26T03:25:29.0376684+04:00",
"ClientID": "da206822-95b6-48f8-83cc-f808d7de7c52",
"ClientName": "sample string 22",
"PartnerID": "dd873cab-fb05-4b59-8dd6-b5b469e35ba8",
"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">da206822-95b6-48f8-83cc-f808d7de7c52</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-03-26T03:25:29.0376684+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">f6f8487e-b864-4093-b9de-872627301c4c</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">dd873cab-fb05-4b59-8dd6-b5b469e35ba8</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">4415ab0c-0df8-4cde-a162-39900d4e932e</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>856fea62-058e-426b-a1b1-50ef8c2a10fa</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>8998219d-914c-4e7e-8486-fe36742066bc</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>9937b7b6-cfe4-4f0a-997f-16112f51e72c</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-03-26T03:25:29.0376684+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-03-26T03:25:29.0376684+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>5a9b4956-c2b4-4076-b082-af4faf2dfa51</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>fb747a31-ed98-46f4-99ed-18b0a4c50dd2</PrevVehicleID>
<ReportedByID>66b0919b-38be-43c9-9621-2374796b4e00</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-03-26T03:25:29.0376684+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>162b87d4-b8a0-4d66-ad20-5035d7de7bd8</InspectionItemID>
<InspectionOn>2026-03-26T03:25:29.0376684+04:00</InspectionOn>
<ServiceID>63a38251-a5d3-47b7-873c-e9ac93202ae0</ServiceID>
<ServiceTypeID>fb74c457-495a-4300-8010-9f4890f7f0ed</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>3616dc5a-6ef7-4112-baf6-b559ed7e8db4</WorkOrderID>
<WorkOrderOn>2026-03-26T03:25:29.0376684+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>5035b16f-ea84-414c-ac30-01e776d4281c</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>b9c93aae-1b4d-45d7-b9ce-5b746dc95df5</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>56e01ac3-929d-4db2-b879-b4ecd12a8f44</d2p1:PartnerID>
<d2p1:VehicleID>10e52d94-6697-4479-be6d-706e2d078ddd</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>