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": "9884c65f-bef5-4a88-b66f-986030ba1063",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "a6c2990c-a9bb-430a-a22b-9b74b183668b",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "18c15b0b-5162-4bb1-9f30-a49484b5f08e",
"PartnerID": "dc99d7ba-2743-44bb-902c-d87f0894cb85"
},
"IssueID": "e0b55ea7-8d99-4a10-b0c0-03c89ff37477",
"ReportedDate": "2026-02-04T07:08:58.101613+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "bc1ab92b-1d6e-4a5e-b79f-5ee899f6e2dd",
"ReportedByName": "sample string 6",
"AssignedToID": "b6a43fcb-a375-49eb-a60e-5dc34dc137b4",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-04T07:08:58.101613+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "5a10268b-e15d-4f94-a492-10fe3a54bad1",
"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": "0f4f7ea9-89f1-46a8-8d2f-99a317e0a753",
"ServiceTypeID": "2fd94cd1-bd88-499f-a8dc-f78bc4ce39b1",
"WorkOrderOn": "2026-02-04T07:08:58.101613+04:00",
"WorkOrderID": "fca5e204-7177-463c-bb24-068c33cedc92",
"InspectionOn": "2026-02-04T07:08:58.101613+04:00",
"InspectionItemID": "95107bfb-d930-45d0-aa42-5d7c595e9776"
},
"PrevVehicleID": "e5128b9d-ef3a-4dcc-abc8-97f8c3dd9840",
"CloseBy": "c3023f67-e8b5-4677-b961-1cca998db7c9",
"CloseOn": "2026-02-04T07:08:58.101613+04:00",
"CriticalLevel": 0,
"Id": "1849bc6f-8439-4dcd-ac91-b88685e2a175",
"UserName": "sample string 17",
"UserID": "8d8aecbb-b49d-4eff-9cfa-e09538c86c9f",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-04T07:08:58.101613+04:00",
"ClientID": "aa787334-b1b7-4902-ae1c-d3855a8638c3",
"ClientName": "sample string 22",
"PartnerID": "06b59b8d-93d4-4642-9003-6c755e7d8513",
"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">aa787334-b1b7-4902-ae1c-d3855a8638c3</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-02-04T07:08:58.101613+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">1849bc6f-8439-4dcd-ac91-b88685e2a175</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">06b59b8d-93d4-4642-9003-6c755e7d8513</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">8d8aecbb-b49d-4eff-9cfa-e09538c86c9f</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>b6a43fcb-a375-49eb-a60e-5dc34dc137b4</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>5a10268b-e15d-4f94-a492-10fe3a54bad1</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>c3023f67-e8b5-4677-b961-1cca998db7c9</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-04T07:08:58.101613+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-04T07:08:58.101613+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>e0b55ea7-8d99-4a10-b0c0-03c89ff37477</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>e5128b9d-ef3a-4dcc-abc8-97f8c3dd9840</PrevVehicleID>
<ReportedByID>bc1ab92b-1d6e-4a5e-b79f-5ee899f6e2dd</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-04T07:08:58.101613+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>95107bfb-d930-45d0-aa42-5d7c595e9776</InspectionItemID>
<InspectionOn>2026-02-04T07:08:58.101613+04:00</InspectionOn>
<ServiceID>0f4f7ea9-89f1-46a8-8d2f-99a317e0a753</ServiceID>
<ServiceTypeID>2fd94cd1-bd88-499f-a8dc-f78bc4ce39b1</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>fca5e204-7177-463c-bb24-068c33cedc92</WorkOrderID>
<WorkOrderOn>2026-02-04T07:08:58.101613+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>18c15b0b-5162-4bb1-9f30-a49484b5f08e</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>a6c2990c-a9bb-430a-a22b-9b74b183668b</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>dc99d7ba-2743-44bb-902c-d87f0894cb85</d2p1:PartnerID>
<d2p1:VehicleID>9884c65f-bef5-4a88-b66f-986030ba1063</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>