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": "2ec35ee4-a5aa-4cad-9cef-a6cb0f69b07e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d4f0bc49-2546-437f-af81-1e7d8dc27e69",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "f3bc4bc7-5031-4f6a-8b6d-58eb099dcc86",
"PartnerID": "1048bd75-28f6-4749-88f2-1e6787dd7018"
},
"IssueID": "454562e9-c3f3-433e-af6e-a1545b35ee1a",
"ReportedDate": "2026-05-09T16:48:49.4386638+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "a51fd6c0-f3b5-4c35-a723-838ad55136c1",
"ReportedByName": "sample string 6",
"AssignedToID": "2e7da6e9-0b20-45c1-bbbb-5a75edbb01ae",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:48:49.4386638+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "c359432c-53ab-4926-b610-32705fc55226",
"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": "f4a828e0-1344-4692-8f8a-b997e3c15ca7",
"ServiceTypeID": "67254545-2881-4a48-b621-521bc5e382d0",
"WorkOrderOn": "2026-05-09T16:48:49.4386638+04:00",
"WorkOrderID": "ae28a152-57d4-4e81-b80b-cea2a50625da",
"InspectionOn": "2026-05-09T16:48:49.4386638+04:00",
"InspectionItemID": "0cb981c7-bea4-4b2c-bfff-799a2cd5e977"
},
"PrevVehicleID": "2085713c-1a57-4df1-9639-335280a77da7",
"CloseBy": "5772538a-66d8-48be-ba10-9a34f548ca8d",
"CloseOn": "2026-05-09T16:48:49.4386638+04:00",
"CriticalLevel": 0,
"Id": "a1e67aad-180c-4eba-bc08-5838c2ebe233",
"UserName": "sample string 17",
"UserID": "8818b53d-489e-44ce-b17f-22ba5148f7af",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:48:49.4386638+04:00",
"ClientID": "7ae7f30b-487a-4890-9075-629a93c6d70a",
"ClientName": "sample string 22",
"PartnerID": "75300b97-7ffc-461d-accc-19d79f3150b4",
"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">7ae7f30b-487a-4890-9075-629a93c6d70a</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-05-09T16:48:49.4386638+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">a1e67aad-180c-4eba-bc08-5838c2ebe233</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">75300b97-7ffc-461d-accc-19d79f3150b4</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">8818b53d-489e-44ce-b17f-22ba5148f7af</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>2e7da6e9-0b20-45c1-bbbb-5a75edbb01ae</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>c359432c-53ab-4926-b610-32705fc55226</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>5772538a-66d8-48be-ba10-9a34f548ca8d</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-05-09T16:48:49.4386638+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-05-09T16:48:49.4386638+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>454562e9-c3f3-433e-af6e-a1545b35ee1a</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>2085713c-1a57-4df1-9639-335280a77da7</PrevVehicleID>
<ReportedByID>a51fd6c0-f3b5-4c35-a723-838ad55136c1</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-05-09T16:48:49.4386638+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>0cb981c7-bea4-4b2c-bfff-799a2cd5e977</InspectionItemID>
<InspectionOn>2026-05-09T16:48:49.4386638+04:00</InspectionOn>
<ServiceID>f4a828e0-1344-4692-8f8a-b997e3c15ca7</ServiceID>
<ServiceTypeID>67254545-2881-4a48-b621-521bc5e382d0</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>ae28a152-57d4-4e81-b80b-cea2a50625da</WorkOrderID>
<WorkOrderOn>2026-05-09T16:48:49.4386638+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>f3bc4bc7-5031-4f6a-8b6d-58eb099dcc86</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>d4f0bc49-2546-437f-af81-1e7d8dc27e69</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>1048bd75-28f6-4749-88f2-1e6787dd7018</d2p1:PartnerID>
<d2p1:VehicleID>2ec35ee4-a5aa-4cad-9cef-a6cb0f69b07e</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>