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": "3cabc81c-4974-4c51-915e-8c6cd4f215bc",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "94cc9ae5-a094-4f82-b958-d3e66868c744",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "1ca421af-325d-431d-9971-c83a6498a059",
"PartnerID": "569f5ae0-0c25-4273-a118-d7e5fb85983c"
},
"IssueID": "bce43835-b025-46a1-b80c-85145b65cd17",
"ReportedDate": "2025-12-15T10:28:17.9400892+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "65e2de54-30dd-4ebc-a596-905a90020529",
"ReportedByName": "sample string 6",
"AssignedToID": "5f047734-f97f-4582-bd43-3396b92f62fd",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:28:17.9400892+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "574c26ba-f206-4cf5-a411-c265c79871a0",
"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": "7ade35e3-26bc-4e02-921b-f2eb8951812c",
"ServiceTypeID": "5476a29e-71dd-453a-9291-7c4e280a8c8f",
"WorkOrderOn": "2025-12-15T10:28:17.9400892+04:00",
"WorkOrderID": "302a285d-82f3-4d84-a376-81d86586b8b2",
"InspectionOn": "2025-12-15T10:28:17.9400892+04:00",
"InspectionItemID": "1266f51b-73e6-4e38-ad9d-470c0721b812"
},
"PrevVehicleID": "665cce5e-90e0-45ff-8054-2024ac040cbd",
"CloseBy": "ee8e3e86-f1ef-422a-a370-52415f7325a6",
"CloseOn": "2025-12-15T10:28:17.9400892+04:00",
"CriticalLevel": 0,
"Id": "ce7661e2-497b-4cc5-a1ef-0dc2f3500272",
"UserName": "sample string 17",
"UserID": "dd942810-4467-482f-8bdc-abffb5f576bb",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:28:17.9400892+04:00",
"ClientID": "d41a79d2-1790-44bc-9415-bf3814397c9a",
"ClientName": "sample string 22",
"PartnerID": "da52d1c5-e4ac-4bf4-9c60-d7887d65c98d",
"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">d41a79d2-1790-44bc-9415-bf3814397c9a</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-15T10:28:17.9400892+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">ce7661e2-497b-4cc5-a1ef-0dc2f3500272</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">da52d1c5-e4ac-4bf4-9c60-d7887d65c98d</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">dd942810-4467-482f-8bdc-abffb5f576bb</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>5f047734-f97f-4582-bd43-3396b92f62fd</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>574c26ba-f206-4cf5-a411-c265c79871a0</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>ee8e3e86-f1ef-422a-a370-52415f7325a6</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2025-12-15T10:28:17.9400892+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2025-12-15T10:28:17.9400892+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>bce43835-b025-46a1-b80c-85145b65cd17</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>665cce5e-90e0-45ff-8054-2024ac040cbd</PrevVehicleID>
<ReportedByID>65e2de54-30dd-4ebc-a596-905a90020529</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2025-12-15T10:28:17.9400892+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>1266f51b-73e6-4e38-ad9d-470c0721b812</InspectionItemID>
<InspectionOn>2025-12-15T10:28:17.9400892+04:00</InspectionOn>
<ServiceID>7ade35e3-26bc-4e02-921b-f2eb8951812c</ServiceID>
<ServiceTypeID>5476a29e-71dd-453a-9291-7c4e280a8c8f</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>302a285d-82f3-4d84-a376-81d86586b8b2</WorkOrderID>
<WorkOrderOn>2025-12-15T10:28:17.9400892+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>1ca421af-325d-431d-9971-c83a6498a059</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>94cc9ae5-a094-4f82-b958-d3e66868c744</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>569f5ae0-0c25-4273-a118-d7e5fb85983c</d2p1:PartnerID>
<d2p1:VehicleID>3cabc81c-4974-4c51-915e-8c6cd4f215bc</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>