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": "648d5df6-3c7e-4ae8-b14e-275e69ebee1b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4cbe7d0d-5d93-4d14-bfc0-39639f919985",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "802c0742-cc78-40bd-a048-d881a66a0b6c",
"PartnerID": "47075d84-cab6-4867-8ae5-dc0cc36d8245"
},
"IssueID": "2e590257-8ddf-46c3-9648-0ab93b936004",
"ReportedDate": "2026-07-09T14:55:28.420162+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "d9c7b823-ce68-426d-b31b-45bd60aa1e6c",
"ReportedByName": "sample string 6",
"AssignedToID": "1e5cc277-18ef-4cae-9399-0e99d2861986",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-07-09T14:55:28.420162+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "3c4db20a-04c3-4b5a-badc-83b488818e74",
"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": "9f266080-9fea-49bb-ab48-a367d51ee34b",
"ServiceTypeID": "ee94d5b6-ea24-45a9-b2b0-dcf902c5b8c9",
"WorkOrderOn": "2026-07-09T14:55:28.420162+04:00",
"WorkOrderID": "9e01c9e3-ff8a-410e-94ea-2703ff16e1de",
"InspectionOn": "2026-07-09T14:55:28.420162+04:00",
"InspectionItemID": "213f7fab-9444-40fb-b3fc-14fe8d86f659"
},
"PrevVehicleID": "c839a4d9-5f82-420d-b69d-4afb499f86df",
"CloseBy": "5d0d66f8-41ab-4114-8ad8-84b175df169d",
"CloseOn": "2026-07-09T14:55:28.420162+04:00",
"CriticalLevel": 0,
"Id": "b8019a49-9604-4f96-ba99-06a2e1afac34",
"UserName": "sample string 17",
"UserID": "0ee325d8-0b55-481d-a24a-5576aac734a6",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-07-09T14:55:28.420162+04:00",
"ClientID": "e023204c-b847-4b26-a40b-971036fd79ad",
"ClientName": "sample string 22",
"PartnerID": "887081d9-f365-4a63-91fe-0ac82dfc953b",
"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">e023204c-b847-4b26-a40b-971036fd79ad</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-07-09T14:55:28.420162+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b8019a49-9604-4f96-ba99-06a2e1afac34</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">887081d9-f365-4a63-91fe-0ac82dfc953b</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">0ee325d8-0b55-481d-a24a-5576aac734a6</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>1e5cc277-18ef-4cae-9399-0e99d2861986</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>3c4db20a-04c3-4b5a-badc-83b488818e74</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>5d0d66f8-41ab-4114-8ad8-84b175df169d</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-07-09T14:55:28.420162+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-07-09T14:55:28.420162+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>2e590257-8ddf-46c3-9648-0ab93b936004</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>c839a4d9-5f82-420d-b69d-4afb499f86df</PrevVehicleID>
<ReportedByID>d9c7b823-ce68-426d-b31b-45bd60aa1e6c</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-07-09T14:55:28.420162+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>213f7fab-9444-40fb-b3fc-14fe8d86f659</InspectionItemID>
<InspectionOn>2026-07-09T14:55:28.420162+04:00</InspectionOn>
<ServiceID>9f266080-9fea-49bb-ab48-a367d51ee34b</ServiceID>
<ServiceTypeID>ee94d5b6-ea24-45a9-b2b0-dcf902c5b8c9</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>9e01c9e3-ff8a-410e-94ea-2703ff16e1de</WorkOrderID>
<WorkOrderOn>2026-07-09T14:55:28.420162+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>802c0742-cc78-40bd-a048-d881a66a0b6c</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>4cbe7d0d-5d93-4d14-bfc0-39639f919985</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>47075d84-cab6-4867-8ae5-dc0cc36d8245</d2p1:PartnerID>
<d2p1:VehicleID>648d5df6-3c7e-4ae8-b14e-275e69ebee1b</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>