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": "476e6483-49aa-44ce-83ab-8e6f1f535ba2",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "cb1d0fff-d0f4-4d50-b40f-0c204e6ab470",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b3b476cd-2dca-4edf-b36a-b2872c135dcb",
"PartnerID": "eb8ea81d-8079-4b37-95eb-3ebcc4d52b60"
},
"IssueID": "0cda4e40-4fd3-41c5-aa5b-46c45eaaaabf",
"ReportedDate": "2026-06-06T19:13:59.5048519+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "579dd47d-4161-4555-a33d-cd7e0586b3fa",
"ReportedByName": "sample string 6",
"AssignedToID": "3ba30f4b-9da4-4335-8a98-f425fd784bd2",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-06T19:13:59.5048519+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "d0b45281-a17c-4131-9ce9-5e78582db53a",
"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": "b7c59093-d2d0-432b-bd2f-3dbdb34b368b",
"ServiceTypeID": "70b93280-bdd6-4323-ac4e-bc0a050008b1",
"WorkOrderOn": "2026-06-06T19:13:59.5048519+04:00",
"WorkOrderID": "00fb3970-b10b-4260-b801-53933350fea5",
"InspectionOn": "2026-06-06T19:13:59.5048519+04:00",
"InspectionItemID": "07b8c07f-21f9-4fad-b263-e26d2148d7d8"
},
"PrevVehicleID": "b7325e8e-2c0f-4e95-840e-122515da1d08",
"CloseBy": "30f38342-38e0-4fea-8a2d-4065c690f461",
"CloseOn": "2026-06-06T19:13:59.5048519+04:00",
"CriticalLevel": 0,
"Id": "d03b1b2f-b7a6-4c43-93b5-5f46b367cfc8",
"UserName": "sample string 17",
"UserID": "8d16b445-a3ca-41d7-bdbe-957fc1a2e1ed",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-06T19:13:59.5048519+04:00",
"ClientID": "7b3b7bce-e495-4186-8c04-fa366b828f40",
"ClientName": "sample string 22",
"PartnerID": "01ae5b6b-b8d2-4a0f-86a4-b5f7b6bfbb00",
"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">7b3b7bce-e495-4186-8c04-fa366b828f40</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-06-06T19:13:59.5048519+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">d03b1b2f-b7a6-4c43-93b5-5f46b367cfc8</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">01ae5b6b-b8d2-4a0f-86a4-b5f7b6bfbb00</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">8d16b445-a3ca-41d7-bdbe-957fc1a2e1ed</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>3ba30f4b-9da4-4335-8a98-f425fd784bd2</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>d0b45281-a17c-4131-9ce9-5e78582db53a</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>30f38342-38e0-4fea-8a2d-4065c690f461</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-06-06T19:13:59.5048519+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-06-06T19:13:59.5048519+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>0cda4e40-4fd3-41c5-aa5b-46c45eaaaabf</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>b7325e8e-2c0f-4e95-840e-122515da1d08</PrevVehicleID>
<ReportedByID>579dd47d-4161-4555-a33d-cd7e0586b3fa</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-06-06T19:13:59.5048519+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>07b8c07f-21f9-4fad-b263-e26d2148d7d8</InspectionItemID>
<InspectionOn>2026-06-06T19:13:59.5048519+04:00</InspectionOn>
<ServiceID>b7c59093-d2d0-432b-bd2f-3dbdb34b368b</ServiceID>
<ServiceTypeID>70b93280-bdd6-4323-ac4e-bc0a050008b1</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>00fb3970-b10b-4260-b801-53933350fea5</WorkOrderID>
<WorkOrderOn>2026-06-06T19:13:59.5048519+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>b3b476cd-2dca-4edf-b36a-b2872c135dcb</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>cb1d0fff-d0f4-4d50-b40f-0c204e6ab470</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>eb8ea81d-8079-4b37-95eb-3ebcc4d52b60</d2p1:PartnerID>
<d2p1:VehicleID>476e6483-49aa-44ce-83ab-8e6f1f535ba2</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>