GET Api/Issue?clientID={clientID}&vehicleID={vehicleID}&issueID={issueID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | globally unique identifier |
Required |
|
| vehicleID | globally unique identifier |
Required |
|
| issueID | 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": "64a07665-aa2d-43d4-904c-1d7294dd02c7",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "293ebb34-0527-407c-8b38-9ec765b8eda4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "37ebcf32-2668-41c8-9a4e-fa74e117d4b1",
"PartnerID": "2414202e-5a59-4339-bb75-d5484ed51402"
},
"IssueID": "1192569d-aa40-4e52-8b37-e8c30cf68dce",
"ReportedDate": "2025-12-25T18:55:23.0978195+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "71fc9252-45d6-4529-b78d-15e39123b26f",
"ReportedByName": "sample string 6",
"AssignedToID": "4272bd1d-0c7a-407a-a6ae-adfed61a6d32",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-25T18:55:23.0978195+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "42dd1b37-3da8-4f08-bfab-4004b280e0b2",
"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": "d9d66c02-bb8e-4d30-b5a7-ae8b7a855b8d",
"ServiceTypeID": "55412388-0caa-47f2-94e4-d24c5c4b5314",
"WorkOrderOn": "2025-12-25T18:55:23.0978195+04:00",
"WorkOrderID": "2322a684-516f-4e77-8518-bd28214aa1b5",
"InspectionOn": "2025-12-25T18:55:23.0978195+04:00",
"InspectionItemID": "047c0183-523c-4797-87e9-17b9aaa74d12"
},
"PrevVehicleID": "1a857847-d2b6-480c-83f3-cc823ef5460f",
"CloseBy": "60f1e5f8-0817-4fe2-a249-f1001343241a",
"CloseOn": "2025-12-25T18:55:23.0978195+04:00",
"CriticalLevel": 0,
"Id": "2ef587c8-bc7b-440c-b101-6fd959af8ebb",
"UserName": "sample string 17",
"UserID": "ddd2f5e0-6774-4d72-9e74-a6681999f88d",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-25T18:55:23.0978195+04:00",
"ClientID": "ead0b36a-156e-43eb-90ea-267255442262",
"ClientName": "sample string 22",
"PartnerID": "468b9586-75a3-450c-b4a1-da4eb598807c",
"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">ead0b36a-156e-43eb-90ea-267255442262</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-25T18:55:23.0978195+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">2ef587c8-bc7b-440c-b101-6fd959af8ebb</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">468b9586-75a3-450c-b4a1-da4eb598807c</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">ddd2f5e0-6774-4d72-9e74-a6681999f88d</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>4272bd1d-0c7a-407a-a6ae-adfed61a6d32</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>42dd1b37-3da8-4f08-bfab-4004b280e0b2</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>60f1e5f8-0817-4fe2-a249-f1001343241a</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2025-12-25T18:55:23.0978195+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2025-12-25T18:55:23.0978195+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>1192569d-aa40-4e52-8b37-e8c30cf68dce</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>1a857847-d2b6-480c-83f3-cc823ef5460f</PrevVehicleID>
<ReportedByID>71fc9252-45d6-4529-b78d-15e39123b26f</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2025-12-25T18:55:23.0978195+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>047c0183-523c-4797-87e9-17b9aaa74d12</InspectionItemID>
<InspectionOn>2025-12-25T18:55:23.0978195+04:00</InspectionOn>
<ServiceID>d9d66c02-bb8e-4d30-b5a7-ae8b7a855b8d</ServiceID>
<ServiceTypeID>55412388-0caa-47f2-94e4-d24c5c4b5314</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>2322a684-516f-4e77-8518-bd28214aa1b5</WorkOrderID>
<WorkOrderOn>2025-12-25T18:55:23.0978195+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>37ebcf32-2668-41c8-9a4e-fa74e117d4b1</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>293ebb34-0527-407c-8b38-9ec765b8eda4</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>2414202e-5a59-4339-bb75-d5484ed51402</d2p1:PartnerID>
<d2p1:VehicleID>64a07665-aa2d-43d4-904c-1d7294dd02c7</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>