GET Api/Issue/GetByID?clientID={clientID}&id={id}&vehicleID={vehicleID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | globally unique identifier |
Required |
|
| id | globally unique identifier |
Required |
|
| vehicleID | 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": "a74e68f1-9b5c-4821-b13f-9bc754ee33ee",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d32765c6-8408-466f-bbe0-ac8417acdb16",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "4730ed53-da4e-474a-a6b1-0de7d4c43808",
"PartnerID": "5c5f4d17-9470-41ed-9b68-263aae075d22"
},
"IssueID": "2e9a5f3e-16c9-4eb5-b879-da8b3bdf302b",
"ReportedDate": "2025-11-09T00:50:44.3645327+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "1caf557c-eff7-468e-950d-4a0437779253",
"ReportedByName": "sample string 6",
"AssignedToID": "6f6c077c-3cfe-48cb-8c20-d5e03b993a1c",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-11-09T00:50:44.3645327+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "a85f5f24-8fdb-4c76-8726-920b035e9e17",
"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": "df12bffb-7723-40cf-99ea-63ad9e5ca3ee",
"ServiceTypeID": "377acb38-51e1-44a9-b5f6-6415202ccd9e",
"WorkOrderOn": "2025-11-09T00:50:44.3645327+04:00",
"WorkOrderID": "04886c77-2285-4ff4-8968-df36b6b58558",
"InspectionOn": "2025-11-09T00:50:44.3645327+04:00",
"InspectionItemID": "1d7ae26e-34dd-40b0-bdd0-e8a0c54b03d6"
},
"PrevVehicleID": "08668d34-baa3-48b5-9f86-746b5f33da0d",
"CloseBy": "751b3280-2804-49da-ada2-b944e47d6b34",
"CloseOn": "2025-11-09T00:50:44.3645327+04:00",
"CriticalLevel": 0,
"Id": "9eb05898-409b-447a-8dcf-ff556712dc50",
"UserName": "sample string 17",
"UserID": "78fb7f58-50b5-4542-bbb0-6dd33b3441c2",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-11-09T00:50:44.3645327+04:00",
"ClientID": "59d62eca-3579-42eb-8137-6a893c9fcaa2",
"ClientName": "sample string 22",
"PartnerID": "f18e1065-5577-4955-964f-acb15845c151",
"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">59d62eca-3579-42eb-8137-6a893c9fcaa2</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">2025-11-09T00:50:44.3645327+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">9eb05898-409b-447a-8dcf-ff556712dc50</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">f18e1065-5577-4955-964f-acb15845c151</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">78fb7f58-50b5-4542-bbb0-6dd33b3441c2</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>6f6c077c-3cfe-48cb-8c20-d5e03b993a1c</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>a85f5f24-8fdb-4c76-8726-920b035e9e17</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>751b3280-2804-49da-ada2-b944e47d6b34</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2025-11-09T00:50:44.3645327+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2025-11-09T00:50:44.3645327+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>2e9a5f3e-16c9-4eb5-b879-da8b3bdf302b</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>08668d34-baa3-48b5-9f86-746b5f33da0d</PrevVehicleID>
<ReportedByID>1caf557c-eff7-468e-950d-4a0437779253</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2025-11-09T00:50:44.3645327+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>1d7ae26e-34dd-40b0-bdd0-e8a0c54b03d6</InspectionItemID>
<InspectionOn>2025-11-09T00:50:44.3645327+04:00</InspectionOn>
<ServiceID>df12bffb-7723-40cf-99ea-63ad9e5ca3ee</ServiceID>
<ServiceTypeID>377acb38-51e1-44a9-b5f6-6415202ccd9e</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>04886c77-2285-4ff4-8968-df36b6b58558</WorkOrderID>
<WorkOrderOn>2025-11-09T00:50:44.3645327+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>4730ed53-da4e-474a-a6b1-0de7d4c43808</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>d32765c6-8408-466f-bbe0-ac8417acdb16</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>5c5f4d17-9470-41ed-9b68-263aae075d22</d2p1:PartnerID>
<d2p1:VehicleID>a74e68f1-9b5c-4821-b13f-9bc754ee33ee</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>