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": "10328eee-78d5-4685-b0df-adf39a80dec9",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1eebeca6-41c2-46f8-8065-e59ef1081a06",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "bef2c0b5-0f9c-48da-9799-494cd286ef99",
"PartnerID": "a5a0de73-9a68-4733-b577-ae51424580e6"
},
"IssueID": "0ac0a6f4-ac49-4c66-9276-5b77a6f30054",
"ReportedDate": "2026-08-21T10:48:28.0241443+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "2dd2d513-c4f9-4628-9866-8c7af00603b0",
"ReportedByName": "sample string 6",
"AssignedToID": "461f2233-d9c6-422b-97ca-43a2d611d29a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-21T10:48:28.0241443+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "a5a0c577-ccb5-4fa8-8117-2b0687def8b7",
"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": "cbd8ce29-818c-4620-b2e8-0f9957961e63",
"ServiceTypeID": "7b67733c-5f3c-4baa-ac27-d5123e61bd28",
"WorkOrderOn": "2026-08-21T10:48:28.0241443+04:00",
"WorkOrderID": "2d8ad9d0-67c2-469e-8b51-0bb441fd4c7b",
"InspectionOn": "2026-08-21T10:48:28.0241443+04:00",
"InspectionItemID": "deae9eae-1852-4748-8dcd-87e357f073d0"
},
"PrevVehicleID": "ab49cff6-c4f8-4068-8ca5-c24455bc4b5d",
"CloseBy": "0a93b1ae-5623-4e8d-96e3-853b28a51a46",
"CloseOn": "2026-08-21T10:48:28.0241443+04:00",
"CriticalLevel": 0,
"Id": "8fe921f5-d829-49e5-99db-213b49ab49c3",
"UserName": "sample string 17",
"UserID": "14315d4d-49a0-4119-9b40-41e144c23454",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-21T10:48:28.0241443+04:00",
"ClientID": "6e506729-3179-400c-8240-9d87eebb6edd",
"ClientName": "sample string 22",
"PartnerID": "323a5e31-5d7f-4239-a856-1bf0e5af72e6",
"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">6e506729-3179-400c-8240-9d87eebb6edd</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-08-21T10:48:28.0241443+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">8fe921f5-d829-49e5-99db-213b49ab49c3</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">323a5e31-5d7f-4239-a856-1bf0e5af72e6</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">14315d4d-49a0-4119-9b40-41e144c23454</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>461f2233-d9c6-422b-97ca-43a2d611d29a</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>a5a0c577-ccb5-4fa8-8117-2b0687def8b7</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>0a93b1ae-5623-4e8d-96e3-853b28a51a46</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-21T10:48:28.0241443+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-21T10:48:28.0241443+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>0ac0a6f4-ac49-4c66-9276-5b77a6f30054</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>ab49cff6-c4f8-4068-8ca5-c24455bc4b5d</PrevVehicleID>
<ReportedByID>2dd2d513-c4f9-4628-9866-8c7af00603b0</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-21T10:48:28.0241443+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>deae9eae-1852-4748-8dcd-87e357f073d0</InspectionItemID>
<InspectionOn>2026-08-21T10:48:28.0241443+04:00</InspectionOn>
<ServiceID>cbd8ce29-818c-4620-b2e8-0f9957961e63</ServiceID>
<ServiceTypeID>7b67733c-5f3c-4baa-ac27-d5123e61bd28</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>2d8ad9d0-67c2-469e-8b51-0bb441fd4c7b</WorkOrderID>
<WorkOrderOn>2026-08-21T10:48:28.0241443+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>bef2c0b5-0f9c-48da-9799-494cd286ef99</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>1eebeca6-41c2-46f8-8065-e59ef1081a06</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>a5a0de73-9a68-4733-b577-ae51424580e6</d2p1:PartnerID>
<d2p1:VehicleID>10328eee-78d5-4685-b0df-adf39a80dec9</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>