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": "2f9e9a4b-b95a-4d4c-a023-9dbe879bd164",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bb780a45-4ff6-4537-bf6b-1e3e57ed0f1a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "2c4ef3da-24ef-4374-85c6-2b45e8e3a083",
"PartnerID": "d87bf3e7-965a-4fa9-b727-4dea7f1bcfca"
},
"IssueID": "835adfb6-2167-4b6d-9456-75f447d287cd",
"ReportedDate": "2026-02-14T23:12:28.1863945+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "23b1b98d-8c66-4451-9fd4-d117a0cbb7a5",
"ReportedByName": "sample string 6",
"AssignedToID": "dea2bfc7-df25-42a8-8553-17c235ffb1b4",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-14T23:12:28.1863945+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "dcd87c7f-758b-44f2-b90a-c470a4d9bb5f",
"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": "d9600f0e-32b2-42ec-a218-5ee8ac75a3a0",
"ServiceTypeID": "3aadb15d-e511-4a36-8985-ac6504928e57",
"WorkOrderOn": "2026-02-14T23:12:28.1863945+04:00",
"WorkOrderID": "a9ead889-8e45-4013-ba3d-94365efeced1",
"InspectionOn": "2026-02-14T23:12:28.1863945+04:00",
"InspectionItemID": "44fdeea1-c201-4e9f-8cb6-58e2f2fbdcb9"
},
"PrevVehicleID": "6808ba69-210a-44a8-a7ec-6e359ad1a663",
"CloseBy": "4c70b0c5-eff9-4bb1-a5c8-40effce548ce",
"CloseOn": "2026-02-14T23:12:28.1863945+04:00",
"CriticalLevel": 0,
"Id": "d6bc3676-7bcf-49b6-9564-42a9b983a4a9",
"UserName": "sample string 17",
"UserID": "e90bb507-5951-4448-abdf-7bb9a612c32f",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-14T23:12:28.1863945+04:00",
"ClientID": "82a36506-f4c0-4e04-87ed-dc71e8818cb0",
"ClientName": "sample string 22",
"PartnerID": "e653f040-7d11-449a-83ea-6c5e045fec92",
"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">82a36506-f4c0-4e04-87ed-dc71e8818cb0</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-02-14T23:12:28.1863945+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">d6bc3676-7bcf-49b6-9564-42a9b983a4a9</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">e653f040-7d11-449a-83ea-6c5e045fec92</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">e90bb507-5951-4448-abdf-7bb9a612c32f</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>dea2bfc7-df25-42a8-8553-17c235ffb1b4</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>dcd87c7f-758b-44f2-b90a-c470a4d9bb5f</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>4c70b0c5-eff9-4bb1-a5c8-40effce548ce</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-14T23:12:28.1863945+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-14T23:12:28.1863945+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>835adfb6-2167-4b6d-9456-75f447d287cd</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>6808ba69-210a-44a8-a7ec-6e359ad1a663</PrevVehicleID>
<ReportedByID>23b1b98d-8c66-4451-9fd4-d117a0cbb7a5</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-14T23:12:28.1863945+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>44fdeea1-c201-4e9f-8cb6-58e2f2fbdcb9</InspectionItemID>
<InspectionOn>2026-02-14T23:12:28.1863945+04:00</InspectionOn>
<ServiceID>d9600f0e-32b2-42ec-a218-5ee8ac75a3a0</ServiceID>
<ServiceTypeID>3aadb15d-e511-4a36-8985-ac6504928e57</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>a9ead889-8e45-4013-ba3d-94365efeced1</WorkOrderID>
<WorkOrderOn>2026-02-14T23:12:28.1863945+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>2c4ef3da-24ef-4374-85c6-2b45e8e3a083</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>bb780a45-4ff6-4537-bf6b-1e3e57ed0f1a</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>d87bf3e7-965a-4fa9-b727-4dea7f1bcfca</d2p1:PartnerID>
<d2p1:VehicleID>2f9e9a4b-b95a-4d4c-a023-9dbe879bd164</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>