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": "b968c40a-0d6e-4690-8077-90ba360b10f0",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "058203ec-caae-4c78-a3c0-5f0943735c43",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "3b5d4118-6c31-47e5-91cc-3fff3a82f9cc",
"PartnerID": "ddd51934-4d32-43ec-864e-81d3621516e9"
},
"IssueID": "df1cfbfb-eda9-4674-8df5-a195a8962f22",
"ReportedDate": "2026-06-06T18:39:00.0108758+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "2aa1bad7-22c9-4211-a42c-46649ae4babd",
"ReportedByName": "sample string 6",
"AssignedToID": "1f5b7af5-5855-4445-a02c-8d340286ac70",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-06T18:39:00.0108758+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "3489fc3b-a878-4fba-a3a6-6b9408e3fe82",
"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": "5b066c1d-5177-4e56-ad40-e5cdb5e3fd69",
"ServiceTypeID": "ffde4999-733f-4c45-ac38-2e1ad9ae08fd",
"WorkOrderOn": "2026-06-06T18:39:00.0108758+04:00",
"WorkOrderID": "e90f1992-02d3-4c51-9fe4-63cd22486945",
"InspectionOn": "2026-06-06T18:39:00.0108758+04:00",
"InspectionItemID": "fd1552d5-0b70-4ab8-bfb9-8a4ead533f25"
},
"PrevVehicleID": "c5aa595f-98f3-48a7-af94-fd933ada9845",
"CloseBy": "90f868da-8115-4f2e-bee1-08c0dbe6e5cc",
"CloseOn": "2026-06-06T18:39:00.0108758+04:00",
"CriticalLevel": 0,
"Id": "43bfb4d7-7005-40ec-9751-cf203f8996b4",
"UserName": "sample string 17",
"UserID": "361c3086-96e7-4e5d-bcdc-ebb02794c399",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-06T18:39:00.0108758+04:00",
"ClientID": "7dae7c67-ee94-46ed-a8ba-63db0bb11361",
"ClientName": "sample string 22",
"PartnerID": "04c0593c-e63f-4260-adb8-7ec2cb22cc08",
"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">7dae7c67-ee94-46ed-a8ba-63db0bb11361</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-06-06T18:39:00.0108758+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">43bfb4d7-7005-40ec-9751-cf203f8996b4</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">04c0593c-e63f-4260-adb8-7ec2cb22cc08</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">361c3086-96e7-4e5d-bcdc-ebb02794c399</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>1f5b7af5-5855-4445-a02c-8d340286ac70</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>3489fc3b-a878-4fba-a3a6-6b9408e3fe82</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>90f868da-8115-4f2e-bee1-08c0dbe6e5cc</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-06-06T18:39:00.0108758+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-06-06T18:39:00.0108758+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>df1cfbfb-eda9-4674-8df5-a195a8962f22</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>c5aa595f-98f3-48a7-af94-fd933ada9845</PrevVehicleID>
<ReportedByID>2aa1bad7-22c9-4211-a42c-46649ae4babd</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-06-06T18:39:00.0108758+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>fd1552d5-0b70-4ab8-bfb9-8a4ead533f25</InspectionItemID>
<InspectionOn>2026-06-06T18:39:00.0108758+04:00</InspectionOn>
<ServiceID>5b066c1d-5177-4e56-ad40-e5cdb5e3fd69</ServiceID>
<ServiceTypeID>ffde4999-733f-4c45-ac38-2e1ad9ae08fd</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>e90f1992-02d3-4c51-9fe4-63cd22486945</WorkOrderID>
<WorkOrderOn>2026-06-06T18:39:00.0108758+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>3b5d4118-6c31-47e5-91cc-3fff3a82f9cc</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>058203ec-caae-4c78-a3c0-5f0943735c43</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>ddd51934-4d32-43ec-864e-81d3621516e9</d2p1:PartnerID>
<d2p1:VehicleID>b968c40a-0d6e-4690-8077-90ba360b10f0</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>