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": "5022c9a2-8b53-4a6a-a91b-e41f9196dae9",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "6e546bd3-125d-430c-802c-262fc754c17a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "04dc19dc-0d2a-46d4-8e64-4f9e17105212",
"PartnerID": "bb88c9d3-b13f-46a2-859c-60916237046b"
},
"IssueID": "e84e4b39-8096-4081-9aa0-096d71382474",
"ReportedDate": "2026-02-04T07:07:51.7547977+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "86654a63-fbc7-4389-829f-becf2d5a9ef7",
"ReportedByName": "sample string 6",
"AssignedToID": "5e15e440-991e-42a2-8701-04831cff1c00",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-04T07:07:51.7547977+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "f320a057-58e7-4f06-88a1-bba0cd01dfa4",
"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": "d7b0a057-6340-471e-bb8e-5e2a5fa9bd7f",
"ServiceTypeID": "97111658-d2e8-45da-a2bc-f025cd410e98",
"WorkOrderOn": "2026-02-04T07:07:51.7547977+04:00",
"WorkOrderID": "24b5ad6b-ce14-4523-9154-0de49b180573",
"InspectionOn": "2026-02-04T07:07:51.7547977+04:00",
"InspectionItemID": "a579b91c-2025-4934-8477-8d002027ecce"
},
"PrevVehicleID": "2bc213f1-2a00-486c-bc6b-ebc9f1d892ac",
"CloseBy": "fbd002fe-983d-46dd-aeab-c95f7735c47c",
"CloseOn": "2026-02-04T07:07:51.7547977+04:00",
"CriticalLevel": 0,
"Id": "e175c66b-a906-41f2-83ac-c97fb3c6ee0f",
"UserName": "sample string 17",
"UserID": "b558a0ea-f9c9-4a4e-8946-028bda11baf2",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-04T07:07:51.7547977+04:00",
"ClientID": "2b0a648b-f2c0-4ce5-9c07-494f8962a00b",
"ClientName": "sample string 22",
"PartnerID": "17d7de8e-ae1b-4871-b58d-6cee7de6bf7e",
"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">2b0a648b-f2c0-4ce5-9c07-494f8962a00b</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-04T07:07:51.7547977+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">e175c66b-a906-41f2-83ac-c97fb3c6ee0f</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">17d7de8e-ae1b-4871-b58d-6cee7de6bf7e</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">b558a0ea-f9c9-4a4e-8946-028bda11baf2</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>5e15e440-991e-42a2-8701-04831cff1c00</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>f320a057-58e7-4f06-88a1-bba0cd01dfa4</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>fbd002fe-983d-46dd-aeab-c95f7735c47c</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-04T07:07:51.7547977+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-04T07:07:51.7547977+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>e84e4b39-8096-4081-9aa0-096d71382474</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>2bc213f1-2a00-486c-bc6b-ebc9f1d892ac</PrevVehicleID>
<ReportedByID>86654a63-fbc7-4389-829f-becf2d5a9ef7</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-04T07:07:51.7547977+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>a579b91c-2025-4934-8477-8d002027ecce</InspectionItemID>
<InspectionOn>2026-02-04T07:07:51.7547977+04:00</InspectionOn>
<ServiceID>d7b0a057-6340-471e-bb8e-5e2a5fa9bd7f</ServiceID>
<ServiceTypeID>97111658-d2e8-45da-a2bc-f025cd410e98</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>24b5ad6b-ce14-4523-9154-0de49b180573</WorkOrderID>
<WorkOrderOn>2026-02-04T07:07:51.7547977+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>04dc19dc-0d2a-46d4-8e64-4f9e17105212</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>6e546bd3-125d-430c-802c-262fc754c17a</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>bb88c9d3-b13f-46a2-859c-60916237046b</d2p1:PartnerID>
<d2p1:VehicleID>5022c9a2-8b53-4a6a-a91b-e41f9196dae9</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>