GET Api/Issue?clientID={clientID}&vehicleID={vehicleID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | globally unique identifier |
Required |
|
| vehicleID | globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "69ea1766-3170-4b6b-8d83-bee6c5615514",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "b39935f0-20aa-4ceb-bae5-b57386697288",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "9c55bf81-49f7-4215-88b4-fab8c55917c6",
"PartnerID": "73790247-fd38-417b-8cb8-358da22c3e0b"
},
"IssueID": "eeed7517-483e-47bd-adbc-a88ed0b7dcda",
"ReportedDate": "2026-07-11T09:11:06.5714491+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "71773332-dfd8-41c0-8721-87d5ff612e05",
"ReportedByName": "sample string 6",
"AssignedToID": "e636929e-1fdf-43aa-bca0-65b18c19d5f3",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-07-11T09:11:06.5714491+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "aefe0728-1e1b-45a9-8af3-6508912633f7",
"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": "6725259f-48cd-417c-845a-8e8ee2125f0f",
"ServiceTypeID": "d0ef891a-4e89-42b9-a7d5-125626dbbedc",
"WorkOrderOn": "2026-07-11T09:11:06.5714491+04:00",
"WorkOrderID": "6f21e214-6d2b-4419-82c7-a8ab77b7b545",
"InspectionOn": "2026-07-11T09:11:06.5714491+04:00",
"InspectionItemID": "77f949ca-ac6e-455f-9efc-8db18182382d"
},
"PrevVehicleID": "ba3cf984-6920-420a-8f1c-19eb94c8ebeb",
"CloseBy": "127afba0-19b2-4b9b-893b-adb51bcf4742",
"CloseOn": "2026-07-11T09:11:06.5714491+04:00",
"CriticalLevel": 0,
"Id": "ca08735c-fa8b-41ee-bf81-5cc1729c8f22",
"UserName": "sample string 17",
"UserID": "a582a978-6b79-435f-a7e6-c838c3d09014",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-07-11T09:11:06.5714491+04:00",
"ClientID": "c622541b-72d7-4d36-a165-47cef7cd6c06",
"ClientName": "sample string 22",
"PartnerID": "b73b61fe-1215-4247-803b-f2a488341e5a",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "69ea1766-3170-4b6b-8d83-bee6c5615514",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "b39935f0-20aa-4ceb-bae5-b57386697288",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "9c55bf81-49f7-4215-88b4-fab8c55917c6",
"PartnerID": "73790247-fd38-417b-8cb8-358da22c3e0b"
},
"IssueID": "eeed7517-483e-47bd-adbc-a88ed0b7dcda",
"ReportedDate": "2026-07-11T09:11:06.5714491+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "71773332-dfd8-41c0-8721-87d5ff612e05",
"ReportedByName": "sample string 6",
"AssignedToID": "e636929e-1fdf-43aa-bca0-65b18c19d5f3",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-07-11T09:11:06.5714491+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "aefe0728-1e1b-45a9-8af3-6508912633f7",
"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": "6725259f-48cd-417c-845a-8e8ee2125f0f",
"ServiceTypeID": "d0ef891a-4e89-42b9-a7d5-125626dbbedc",
"WorkOrderOn": "2026-07-11T09:11:06.5714491+04:00",
"WorkOrderID": "6f21e214-6d2b-4419-82c7-a8ab77b7b545",
"InspectionOn": "2026-07-11T09:11:06.5714491+04:00",
"InspectionItemID": "77f949ca-ac6e-455f-9efc-8db18182382d"
},
"PrevVehicleID": "ba3cf984-6920-420a-8f1c-19eb94c8ebeb",
"CloseBy": "127afba0-19b2-4b9b-893b-adb51bcf4742",
"CloseOn": "2026-07-11T09:11:06.5714491+04:00",
"CriticalLevel": 0,
"Id": "ca08735c-fa8b-41ee-bf81-5cc1729c8f22",
"UserName": "sample string 17",
"UserID": "a582a978-6b79-435f-a7e6-c838c3d09014",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-07-11T09:11:06.5714491+04:00",
"ClientID": "c622541b-72d7-4d36-a165-47cef7cd6c06",
"ClientName": "sample string 22",
"PartnerID": "b73b61fe-1215-4247-803b-f2a488341e5a",
"PartnerName": "sample string 24"
}
]
application/xml, text/xml
Sample:
<ArrayOfIssue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity.ServMaint">
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">c622541b-72d7-4d36-a165-47cef7cd6c06</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-07-11T09:11:06.5714491+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">ca08735c-fa8b-41ee-bf81-5cc1729c8f22</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b73b61fe-1215-4247-803b-f2a488341e5a</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">a582a978-6b79-435f-a7e6-c838c3d09014</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>e636929e-1fdf-43aa-bca0-65b18c19d5f3</AssignedToID>
<AssignedToName>sample string 8</AssignedToName>
<Attachment xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:AttachmentData>QEA=</d3p1:AttachmentData>
<d3p1:AttachmentDataBase64>sample string 2</d3p1:AttachmentDataBase64>
<d3p1:AttachmentID>aefe0728-1e1b-45a9-8af3-6508912633f7</d3p1:AttachmentID>
<d3p1:ContentType>sample string 3</d3p1:ContentType>
<d3p1:FileName>sample string 4</d3p1:FileName>
<d3p1:ImageString>sample string 5</d3p1:ImageString>
<d3p1:IsDeleted>true</d3p1:IsDeleted>
</Attachment>
<CloseBy>127afba0-19b2-4b9b-893b-adb51bcf4742</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-07-11T09:11:06.5714491+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-07-11T09:11:06.5714491+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>eeed7517-483e-47bd-adbc-a88ed0b7dcda</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>ba3cf984-6920-420a-8f1c-19eb94c8ebeb</PrevVehicleID>
<ReportedByID>71773332-dfd8-41c0-8721-87d5ff612e05</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-07-11T09:11:06.5714491+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>77f949ca-ac6e-455f-9efc-8db18182382d</InspectionItemID>
<InspectionOn>2026-07-11T09:11:06.5714491+04:00</InspectionOn>
<ServiceID>6725259f-48cd-417c-845a-8e8ee2125f0f</ServiceID>
<ServiceTypeID>d0ef891a-4e89-42b9-a7d5-125626dbbedc</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>6f21e214-6d2b-4419-82c7-a8ab77b7b545</WorkOrderID>
<WorkOrderOn>2026-07-11T09:11:06.5714491+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>9c55bf81-49f7-4215-88b4-fab8c55917c6</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>b39935f0-20aa-4ceb-bae5-b57386697288</d3p1:DriverID>
<d3p1:DriverName>sample string 7</d3p1:DriverName>
<d3p1:IMEINo>sample string 9</d3p1:IMEINo>
<d3p1:ModelName>sample string 5</d3p1:ModelName>
<d3p1:Name>sample string 2</d3p1:Name>
<d3p1:Odometer>4</d3p1:Odometer>
<d3p1:PartnerID>73790247-fd38-417b-8cb8-358da22c3e0b</d3p1:PartnerID>
<d3p1:VehicleID>69ea1766-3170-4b6b-8d83-bee6c5615514</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">c622541b-72d7-4d36-a165-47cef7cd6c06</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-07-11T09:11:06.5714491+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">ca08735c-fa8b-41ee-bf81-5cc1729c8f22</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b73b61fe-1215-4247-803b-f2a488341e5a</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">a582a978-6b79-435f-a7e6-c838c3d09014</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>e636929e-1fdf-43aa-bca0-65b18c19d5f3</AssignedToID>
<AssignedToName>sample string 8</AssignedToName>
<Attachment xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:AttachmentData>QEA=</d3p1:AttachmentData>
<d3p1:AttachmentDataBase64>sample string 2</d3p1:AttachmentDataBase64>
<d3p1:AttachmentID>aefe0728-1e1b-45a9-8af3-6508912633f7</d3p1:AttachmentID>
<d3p1:ContentType>sample string 3</d3p1:ContentType>
<d3p1:FileName>sample string 4</d3p1:FileName>
<d3p1:ImageString>sample string 5</d3p1:ImageString>
<d3p1:IsDeleted>true</d3p1:IsDeleted>
</Attachment>
<CloseBy>127afba0-19b2-4b9b-893b-adb51bcf4742</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-07-11T09:11:06.5714491+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-07-11T09:11:06.5714491+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>eeed7517-483e-47bd-adbc-a88ed0b7dcda</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>ba3cf984-6920-420a-8f1c-19eb94c8ebeb</PrevVehicleID>
<ReportedByID>71773332-dfd8-41c0-8721-87d5ff612e05</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-07-11T09:11:06.5714491+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>77f949ca-ac6e-455f-9efc-8db18182382d</InspectionItemID>
<InspectionOn>2026-07-11T09:11:06.5714491+04:00</InspectionOn>
<ServiceID>6725259f-48cd-417c-845a-8e8ee2125f0f</ServiceID>
<ServiceTypeID>d0ef891a-4e89-42b9-a7d5-125626dbbedc</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>6f21e214-6d2b-4419-82c7-a8ab77b7b545</WorkOrderID>
<WorkOrderOn>2026-07-11T09:11:06.5714491+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>9c55bf81-49f7-4215-88b4-fab8c55917c6</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>b39935f0-20aa-4ceb-bae5-b57386697288</d3p1:DriverID>
<d3p1:DriverName>sample string 7</d3p1:DriverName>
<d3p1:IMEINo>sample string 9</d3p1:IMEINo>
<d3p1:ModelName>sample string 5</d3p1:ModelName>
<d3p1:Name>sample string 2</d3p1:Name>
<d3p1:Odometer>4</d3p1:Odometer>
<d3p1:PartnerID>73790247-fd38-417b-8cb8-358da22c3e0b</d3p1:PartnerID>
<d3p1:VehicleID>69ea1766-3170-4b6b-8d83-bee6c5615514</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>