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": "3cd6ca2a-e8d6-496f-b36f-4a09f41d8f1f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8537046e-9e47-479c-81aa-91b011548ee7",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ca65eeff-830d-4f8c-9ce4-60ab34cc9fe6",
"PartnerID": "1f5963c2-5bff-4fc6-bb52-c593752f40f0"
},
"IssueID": "6ad396e4-6678-4577-b389-eb9cfc309f2e",
"ReportedDate": "2026-04-18T15:01:25.4315347+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "8c2c61f6-cf80-4c3b-a9f4-d68ed0246c09",
"ReportedByName": "sample string 6",
"AssignedToID": "0edd8232-dae0-4c19-b871-f18c0d905a76",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-04-18T15:01:25.4315347+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "cc51b1ad-46ec-4152-9dda-601fb5bd93b5",
"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": "36411153-4141-46f6-8c99-2004c416f9de",
"ServiceTypeID": "27778e7f-5c32-4d08-9368-26be02faa86b",
"WorkOrderOn": "2026-04-18T15:01:25.4315347+04:00",
"WorkOrderID": "44f339ee-b25e-4be7-9c56-db6c1fa47810",
"InspectionOn": "2026-04-18T15:01:25.4315347+04:00",
"InspectionItemID": "13e65276-4d45-44a5-be45-5414e9871cec"
},
"PrevVehicleID": "fcd331c9-31d6-4c6b-8eba-f69c49e792f4",
"CloseBy": "f20f4853-b619-4037-8053-dd3b7eb5f9da",
"CloseOn": "2026-04-18T15:01:25.4315347+04:00",
"CriticalLevel": 0,
"Id": "c29607a2-88ac-46b2-81ca-8e69834fc982",
"UserName": "sample string 17",
"UserID": "f27c578c-aea9-4045-9d40-4079d288bc0b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-04-18T15:01:25.4315347+04:00",
"ClientID": "755bb3b6-ac4b-476d-ab49-395efab36c0e",
"ClientName": "sample string 22",
"PartnerID": "cbb46135-d87c-4aeb-b0c0-76bfa7e08164",
"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">755bb3b6-ac4b-476d-ab49-395efab36c0e</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-04-18T15:01:25.4315347+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">c29607a2-88ac-46b2-81ca-8e69834fc982</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">cbb46135-d87c-4aeb-b0c0-76bfa7e08164</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">f27c578c-aea9-4045-9d40-4079d288bc0b</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>0edd8232-dae0-4c19-b871-f18c0d905a76</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>cc51b1ad-46ec-4152-9dda-601fb5bd93b5</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>f20f4853-b619-4037-8053-dd3b7eb5f9da</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-04-18T15:01:25.4315347+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-04-18T15:01:25.4315347+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>6ad396e4-6678-4577-b389-eb9cfc309f2e</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>fcd331c9-31d6-4c6b-8eba-f69c49e792f4</PrevVehicleID>
<ReportedByID>8c2c61f6-cf80-4c3b-a9f4-d68ed0246c09</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-04-18T15:01:25.4315347+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>13e65276-4d45-44a5-be45-5414e9871cec</InspectionItemID>
<InspectionOn>2026-04-18T15:01:25.4315347+04:00</InspectionOn>
<ServiceID>36411153-4141-46f6-8c99-2004c416f9de</ServiceID>
<ServiceTypeID>27778e7f-5c32-4d08-9368-26be02faa86b</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>44f339ee-b25e-4be7-9c56-db6c1fa47810</WorkOrderID>
<WorkOrderOn>2026-04-18T15:01:25.4315347+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>ca65eeff-830d-4f8c-9ce4-60ab34cc9fe6</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>8537046e-9e47-479c-81aa-91b011548ee7</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>1f5963c2-5bff-4fc6-bb52-c593752f40f0</d2p1:PartnerID>
<d2p1:VehicleID>3cd6ca2a-e8d6-496f-b36f-4a09f41d8f1f</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>