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": "85095901-5f61-4de5-9eb0-ea6fcac4c4d9",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c0061ddc-d7ae-4885-a1c9-530303a08b19",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "7e2cbc32-295a-49a6-9bf9-2dd01841e68f",
"PartnerID": "a4fc7ae1-347f-4823-a425-6e99a50a6ac8"
},
"IssueID": "989cf87f-4a9e-43ba-9f2e-af49bbeb8af5",
"ReportedDate": "2025-12-25T18:56:04.5673044+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "409a70e5-cccd-40e9-aeff-394cfdbf8e76",
"ReportedByName": "sample string 6",
"AssignedToID": "57a2c922-46f5-439d-9cf9-04e0947b376e",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-25T18:56:04.5673044+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "dbb74cfa-516e-4b5e-b3e3-d427a10740e9",
"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": "b1809527-4abf-4788-afd9-e2db79548a57",
"ServiceTypeID": "5bd80cdc-28a4-475b-9e66-f7b76199b63f",
"WorkOrderOn": "2025-12-25T18:56:04.5673044+04:00",
"WorkOrderID": "e53050ec-f351-4a02-b7b5-6977ac7fd0a2",
"InspectionOn": "2025-12-25T18:56:04.5673044+04:00",
"InspectionItemID": "bfed0b9b-6988-4fdd-9007-1d365ba5d5be"
},
"PrevVehicleID": "16a64004-3e81-4f5b-94fb-4a4eca267ab6",
"CloseBy": "e83bbc9e-15f3-486c-a67a-98a301c34669",
"CloseOn": "2025-12-25T18:56:04.5673044+04:00",
"CriticalLevel": 0,
"Id": "e7fb8d06-c61f-4ca8-91fe-2f0820d6cb5a",
"UserName": "sample string 17",
"UserID": "fb99231d-365b-454a-a660-648641982b79",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-25T18:56:04.5673044+04:00",
"ClientID": "ca8caa80-2fae-4323-826f-7f3322acffc9",
"ClientName": "sample string 22",
"PartnerID": "93154b4d-3477-419a-adec-3f2477f429d4",
"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">ca8caa80-2fae-4323-826f-7f3322acffc9</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-12-25T18:56:04.5673044+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">e7fb8d06-c61f-4ca8-91fe-2f0820d6cb5a</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">93154b4d-3477-419a-adec-3f2477f429d4</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">fb99231d-365b-454a-a660-648641982b79</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>57a2c922-46f5-439d-9cf9-04e0947b376e</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>dbb74cfa-516e-4b5e-b3e3-d427a10740e9</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>e83bbc9e-15f3-486c-a67a-98a301c34669</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2025-12-25T18:56:04.5673044+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2025-12-25T18:56:04.5673044+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>989cf87f-4a9e-43ba-9f2e-af49bbeb8af5</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>16a64004-3e81-4f5b-94fb-4a4eca267ab6</PrevVehicleID>
<ReportedByID>409a70e5-cccd-40e9-aeff-394cfdbf8e76</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2025-12-25T18:56:04.5673044+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>bfed0b9b-6988-4fdd-9007-1d365ba5d5be</InspectionItemID>
<InspectionOn>2025-12-25T18:56:04.5673044+04:00</InspectionOn>
<ServiceID>b1809527-4abf-4788-afd9-e2db79548a57</ServiceID>
<ServiceTypeID>5bd80cdc-28a4-475b-9e66-f7b76199b63f</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>e53050ec-f351-4a02-b7b5-6977ac7fd0a2</WorkOrderID>
<WorkOrderOn>2025-12-25T18:56:04.5673044+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>7e2cbc32-295a-49a6-9bf9-2dd01841e68f</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>c0061ddc-d7ae-4885-a1c9-530303a08b19</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>a4fc7ae1-347f-4823-a425-6e99a50a6ac8</d2p1:PartnerID>
<d2p1:VehicleID>85095901-5f61-4de5-9eb0-ea6fcac4c4d9</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>