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": "f2c4d5ba-ca40-430c-937c-ae16c78fdb2c",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "03356c00-d544-4769-bdae-fe115242368e",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "278a92f8-7566-4572-87f2-89a0169c56aa",
"PartnerID": "96038ee1-9197-4afb-883a-fc1e3470d2a7"
},
"IssueID": "46e5a74f-63ef-41a7-a788-3fc9062b83ba",
"ReportedDate": "2026-03-26T03:24:38.5532298+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "ecda99b8-f07f-4cea-a3a0-d1fc8ea00777",
"ReportedByName": "sample string 6",
"AssignedToID": "4e65d90b-c741-4a0d-829c-24428de6842b",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-26T03:24:38.5532298+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "f05da74a-128f-46c2-9b02-ec0084428258",
"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": "eaaae64c-511b-47cd-9148-05fbda4dc039",
"ServiceTypeID": "5bfe5963-d8b5-4c53-a54e-5bb896f421ff",
"WorkOrderOn": "2026-03-26T03:24:38.5532298+04:00",
"WorkOrderID": "ac1de78d-cb4f-4d61-8cc7-e83ff46c4e36",
"InspectionOn": "2026-03-26T03:24:38.5532298+04:00",
"InspectionItemID": "39dbe9e9-25ba-434a-9d41-24900f188983"
},
"PrevVehicleID": "61768aa7-e6fe-412e-9463-03608c415626",
"CloseBy": "44050d6d-acc9-44b5-902b-f1034248e401",
"CloseOn": "2026-03-26T03:24:38.5532298+04:00",
"CriticalLevel": 0,
"Id": "cd16980a-1818-4a3f-8eec-0b700c7ef874",
"UserName": "sample string 17",
"UserID": "d09ecb76-fdd5-4ae2-85e9-169e8dc8d4fe",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-26T03:24:38.5532298+04:00",
"ClientID": "28f729c2-937c-4b3f-9254-d7e6f999d0ce",
"ClientName": "sample string 22",
"PartnerID": "05f26487-a0dd-4711-9aa5-9114ebbbb3a9",
"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">28f729c2-937c-4b3f-9254-d7e6f999d0ce</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-03-26T03:24:38.5532298+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">cd16980a-1818-4a3f-8eec-0b700c7ef874</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">05f26487-a0dd-4711-9aa5-9114ebbbb3a9</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">d09ecb76-fdd5-4ae2-85e9-169e8dc8d4fe</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>4e65d90b-c741-4a0d-829c-24428de6842b</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>f05da74a-128f-46c2-9b02-ec0084428258</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>44050d6d-acc9-44b5-902b-f1034248e401</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-03-26T03:24:38.5532298+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-03-26T03:24:38.5532298+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>46e5a74f-63ef-41a7-a788-3fc9062b83ba</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>61768aa7-e6fe-412e-9463-03608c415626</PrevVehicleID>
<ReportedByID>ecda99b8-f07f-4cea-a3a0-d1fc8ea00777</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-03-26T03:24:38.5532298+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>39dbe9e9-25ba-434a-9d41-24900f188983</InspectionItemID>
<InspectionOn>2026-03-26T03:24:38.5532298+04:00</InspectionOn>
<ServiceID>eaaae64c-511b-47cd-9148-05fbda4dc039</ServiceID>
<ServiceTypeID>5bfe5963-d8b5-4c53-a54e-5bb896f421ff</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>ac1de78d-cb4f-4d61-8cc7-e83ff46c4e36</WorkOrderID>
<WorkOrderOn>2026-03-26T03:24:38.5532298+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>278a92f8-7566-4572-87f2-89a0169c56aa</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>03356c00-d544-4769-bdae-fe115242368e</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>96038ee1-9197-4afb-883a-fc1e3470d2a7</d2p1:PartnerID>
<d2p1:VehicleID>f2c4d5ba-ca40-430c-937c-ae16c78fdb2c</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>