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": "35d62a7b-1d6c-4f5c-bd92-788617d7b645",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c35cc292-07cd-4a60-a5f6-f6f4928fe6af",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "3b428be6-3174-4761-a0c1-f63aed8477af",
"PartnerID": "f30ccccc-d75a-4af3-b75d-41093f644c28"
},
"IssueID": "6b30e60d-b86c-45d1-b014-bf7a6dfcc3d6",
"ReportedDate": "2026-05-09T16:48:24.3136934+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "3b7df214-a97d-47b2-aa77-efc406328c2c",
"ReportedByName": "sample string 6",
"AssignedToID": "72a7add6-1bd1-4eb1-9ce6-634fb58c4adf",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:48:24.3136934+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "efdb02bb-5b3b-487d-9dbd-3e3abbe10f94",
"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": "96001765-fd2d-4cf4-80f0-367ce55ff1a4",
"ServiceTypeID": "3f4dafb7-131b-4aa5-8a2e-4474474417a0",
"WorkOrderOn": "2026-05-09T16:48:24.3136934+04:00",
"WorkOrderID": "6248ec11-7a12-422d-8afd-ac89afb210be",
"InspectionOn": "2026-05-09T16:48:24.3136934+04:00",
"InspectionItemID": "6b7b0e8e-603b-4964-a3de-21cc1e1453d6"
},
"PrevVehicleID": "8325ad28-0388-4040-8cb5-93c2387b44fd",
"CloseBy": "e238b2a8-e56e-439e-a554-aaeb9a92c7d8",
"CloseOn": "2026-05-09T16:48:24.3136934+04:00",
"CriticalLevel": 0,
"Id": "69cf5cfb-c244-417f-809b-310b7ba744d3",
"UserName": "sample string 17",
"UserID": "a79332e4-1b63-4447-97e2-09f640c4694b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:48:24.3136934+04:00",
"ClientID": "3ef50018-b87d-437f-b01c-d940baeb7c20",
"ClientName": "sample string 22",
"PartnerID": "76af870f-6035-4830-b107-73925d8591c9",
"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">3ef50018-b87d-437f-b01c-d940baeb7c20</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-09T16:48:24.3136934+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">69cf5cfb-c244-417f-809b-310b7ba744d3</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">76af870f-6035-4830-b107-73925d8591c9</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">a79332e4-1b63-4447-97e2-09f640c4694b</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>72a7add6-1bd1-4eb1-9ce6-634fb58c4adf</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>efdb02bb-5b3b-487d-9dbd-3e3abbe10f94</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>e238b2a8-e56e-439e-a554-aaeb9a92c7d8</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-05-09T16:48:24.3136934+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-05-09T16:48:24.3136934+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>6b30e60d-b86c-45d1-b014-bf7a6dfcc3d6</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>8325ad28-0388-4040-8cb5-93c2387b44fd</PrevVehicleID>
<ReportedByID>3b7df214-a97d-47b2-aa77-efc406328c2c</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-05-09T16:48:24.3136934+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>6b7b0e8e-603b-4964-a3de-21cc1e1453d6</InspectionItemID>
<InspectionOn>2026-05-09T16:48:24.3136934+04:00</InspectionOn>
<ServiceID>96001765-fd2d-4cf4-80f0-367ce55ff1a4</ServiceID>
<ServiceTypeID>3f4dafb7-131b-4aa5-8a2e-4474474417a0</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>6248ec11-7a12-422d-8afd-ac89afb210be</WorkOrderID>
<WorkOrderOn>2026-05-09T16:48:24.3136934+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>3b428be6-3174-4761-a0c1-f63aed8477af</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>c35cc292-07cd-4a60-a5f6-f6f4928fe6af</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>f30ccccc-d75a-4af3-b75d-41093f644c28</d2p1:PartnerID>
<d2p1:VehicleID>35d62a7b-1d6c-4f5c-bd92-788617d7b645</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>