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": "dfb0388d-f72b-4721-baf8-fae10251c1b2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "b2994218-5ed7-4710-8ce2-d9b14017ff6f",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "7b4a7168-e5b9-4347-8f37-329842f36de7",
"PartnerID": "b6092e05-f5e7-4179-bbc4-f832951f2517"
},
"IssueID": "e528b8cd-5f3f-4ee5-98e8-deaf6866faaa",
"ReportedDate": "2026-08-28T11:05:37.861705+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "0a036d1d-232c-499d-a3f6-61295a68102b",
"ReportedByName": "sample string 6",
"AssignedToID": "b3665e3b-d0c4-4542-b1fe-0ff0f1565d3d",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-28T11:05:37.861705+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "e9262562-c842-4e09-8ac3-76a963fe0c32",
"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": "70928d86-5270-4e86-94a0-314f859e9d4c",
"ServiceTypeID": "dfc1701b-24f7-4df8-909a-801f88a3e69d",
"WorkOrderOn": "2026-08-28T11:05:37.861705+04:00",
"WorkOrderID": "12ac836d-658d-438d-9acf-e94545f6d446",
"InspectionOn": "2026-08-28T11:05:37.861705+04:00",
"InspectionItemID": "e32f7c22-dce1-43ca-a380-427d16f030c0"
},
"PrevVehicleID": "c32543ca-3d67-4ea1-8754-8086d228bfdd",
"CloseBy": "97321c1b-c8cd-4886-acf8-86365fbaaf7e",
"CloseOn": "2026-08-28T11:05:37.861705+04:00",
"CriticalLevel": 0,
"Id": "c2b05780-7614-46b1-868b-ac530e26a1ba",
"UserName": "sample string 17",
"UserID": "d7afa14e-4cdc-46e9-83c3-89959e6e8ab5",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-28T11:05:37.861705+04:00",
"ClientID": "c0cb8229-f6ca-45e9-958c-13df43063413",
"ClientName": "sample string 22",
"PartnerID": "a1e10a1a-e0cd-4ac9-bdf5-ce29ee6e63b8",
"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">c0cb8229-f6ca-45e9-958c-13df43063413</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-28T11:05:37.861705+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">c2b05780-7614-46b1-868b-ac530e26a1ba</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">a1e10a1a-e0cd-4ac9-bdf5-ce29ee6e63b8</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">d7afa14e-4cdc-46e9-83c3-89959e6e8ab5</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>b3665e3b-d0c4-4542-b1fe-0ff0f1565d3d</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>e9262562-c842-4e09-8ac3-76a963fe0c32</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>97321c1b-c8cd-4886-acf8-86365fbaaf7e</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-28T11:05:37.861705+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-28T11:05:37.861705+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>e528b8cd-5f3f-4ee5-98e8-deaf6866faaa</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>c32543ca-3d67-4ea1-8754-8086d228bfdd</PrevVehicleID>
<ReportedByID>0a036d1d-232c-499d-a3f6-61295a68102b</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-28T11:05:37.861705+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>e32f7c22-dce1-43ca-a380-427d16f030c0</InspectionItemID>
<InspectionOn>2026-08-28T11:05:37.861705+04:00</InspectionOn>
<ServiceID>70928d86-5270-4e86-94a0-314f859e9d4c</ServiceID>
<ServiceTypeID>dfc1701b-24f7-4df8-909a-801f88a3e69d</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>12ac836d-658d-438d-9acf-e94545f6d446</WorkOrderID>
<WorkOrderOn>2026-08-28T11:05:37.861705+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>7b4a7168-e5b9-4347-8f37-329842f36de7</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>b2994218-5ed7-4710-8ce2-d9b14017ff6f</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>b6092e05-f5e7-4179-bbc4-f832951f2517</d2p1:PartnerID>
<d2p1:VehicleID>dfb0388d-f72b-4721-baf8-fae10251c1b2</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>