GET Api/Issue/GetAll?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": "5ec2ca26-435a-4642-8796-8ecddcce3877",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "0d54dc23-a448-479a-9c74-28bbc96410b0",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ba734f8c-bf33-4747-b614-4602d42b5ecd",
"PartnerID": "d7227e52-44d8-4db7-8bd5-5d5b21aa2a3f"
},
"IssueID": "3af3369c-821b-4688-b75c-7c33edb571f2",
"ReportedDate": "2026-02-04T07:08:19.4107832+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "6bf18eb4-cf3f-4e77-9064-bfcd0d6dde57",
"ReportedByName": "sample string 6",
"AssignedToID": "46df6e2a-bd76-44a2-87cf-7fb48700b7a5",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-04T07:08:19.4107832+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "07b3dfc8-67c5-44f9-a7f9-c217136224a8",
"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": "e8eb9711-195a-4653-a04e-7ab258ad3e01",
"ServiceTypeID": "18d8ec0e-ebab-4dd9-8c45-2ad6a9b5b240",
"WorkOrderOn": "2026-02-04T07:08:19.4107832+04:00",
"WorkOrderID": "25d2de7c-66cb-4196-b51e-45adfe2bc2d5",
"InspectionOn": "2026-02-04T07:08:19.4107832+04:00",
"InspectionItemID": "03692874-0cee-4c9e-b71f-1e4e3a563f55"
},
"PrevVehicleID": "a9e5c960-cf3c-4b3f-8f8e-c42b10994ac6",
"CloseBy": "14157855-1cb1-4c92-81c1-5f383bd7268c",
"CloseOn": "2026-02-04T07:08:19.4107832+04:00",
"CriticalLevel": 0,
"Id": "207b15f1-43ef-43e8-937d-88bd9aa85134",
"UserName": "sample string 17",
"UserID": "1d9081a0-2db6-4774-a3d8-1b53b7fef807",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-04T07:08:19.4107832+04:00",
"ClientID": "ccc7a811-72b0-4122-b9a3-b463304bdb21",
"ClientName": "sample string 22",
"PartnerID": "0d9fa63a-2aca-4470-a3b6-69e342d5034d",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "5ec2ca26-435a-4642-8796-8ecddcce3877",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "0d54dc23-a448-479a-9c74-28bbc96410b0",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "ba734f8c-bf33-4747-b614-4602d42b5ecd",
"PartnerID": "d7227e52-44d8-4db7-8bd5-5d5b21aa2a3f"
},
"IssueID": "3af3369c-821b-4688-b75c-7c33edb571f2",
"ReportedDate": "2026-02-04T07:08:19.4107832+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "6bf18eb4-cf3f-4e77-9064-bfcd0d6dde57",
"ReportedByName": "sample string 6",
"AssignedToID": "46df6e2a-bd76-44a2-87cf-7fb48700b7a5",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-04T07:08:19.4107832+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "07b3dfc8-67c5-44f9-a7f9-c217136224a8",
"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": "e8eb9711-195a-4653-a04e-7ab258ad3e01",
"ServiceTypeID": "18d8ec0e-ebab-4dd9-8c45-2ad6a9b5b240",
"WorkOrderOn": "2026-02-04T07:08:19.4107832+04:00",
"WorkOrderID": "25d2de7c-66cb-4196-b51e-45adfe2bc2d5",
"InspectionOn": "2026-02-04T07:08:19.4107832+04:00",
"InspectionItemID": "03692874-0cee-4c9e-b71f-1e4e3a563f55"
},
"PrevVehicleID": "a9e5c960-cf3c-4b3f-8f8e-c42b10994ac6",
"CloseBy": "14157855-1cb1-4c92-81c1-5f383bd7268c",
"CloseOn": "2026-02-04T07:08:19.4107832+04:00",
"CriticalLevel": 0,
"Id": "207b15f1-43ef-43e8-937d-88bd9aa85134",
"UserName": "sample string 17",
"UserID": "1d9081a0-2db6-4774-a3d8-1b53b7fef807",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-04T07:08:19.4107832+04:00",
"ClientID": "ccc7a811-72b0-4122-b9a3-b463304bdb21",
"ClientName": "sample string 22",
"PartnerID": "0d9fa63a-2aca-4470-a3b6-69e342d5034d",
"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">ccc7a811-72b0-4122-b9a3-b463304bdb21</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-02-04T07:08:19.4107832+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">207b15f1-43ef-43e8-937d-88bd9aa85134</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">0d9fa63a-2aca-4470-a3b6-69e342d5034d</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">1d9081a0-2db6-4774-a3d8-1b53b7fef807</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>46df6e2a-bd76-44a2-87cf-7fb48700b7a5</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>07b3dfc8-67c5-44f9-a7f9-c217136224a8</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>14157855-1cb1-4c92-81c1-5f383bd7268c</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-04T07:08:19.4107832+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-04T07:08:19.4107832+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>3af3369c-821b-4688-b75c-7c33edb571f2</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>a9e5c960-cf3c-4b3f-8f8e-c42b10994ac6</PrevVehicleID>
<ReportedByID>6bf18eb4-cf3f-4e77-9064-bfcd0d6dde57</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-04T07:08:19.4107832+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>03692874-0cee-4c9e-b71f-1e4e3a563f55</InspectionItemID>
<InspectionOn>2026-02-04T07:08:19.4107832+04:00</InspectionOn>
<ServiceID>e8eb9711-195a-4653-a04e-7ab258ad3e01</ServiceID>
<ServiceTypeID>18d8ec0e-ebab-4dd9-8c45-2ad6a9b5b240</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>25d2de7c-66cb-4196-b51e-45adfe2bc2d5</WorkOrderID>
<WorkOrderOn>2026-02-04T07:08:19.4107832+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>ba734f8c-bf33-4747-b614-4602d42b5ecd</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>0d54dc23-a448-479a-9c74-28bbc96410b0</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>d7227e52-44d8-4db7-8bd5-5d5b21aa2a3f</d3p1:PartnerID>
<d3p1:VehicleID>5ec2ca26-435a-4642-8796-8ecddcce3877</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">ccc7a811-72b0-4122-b9a3-b463304bdb21</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-02-04T07:08:19.4107832+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">207b15f1-43ef-43e8-937d-88bd9aa85134</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">0d9fa63a-2aca-4470-a3b6-69e342d5034d</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">1d9081a0-2db6-4774-a3d8-1b53b7fef807</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>46df6e2a-bd76-44a2-87cf-7fb48700b7a5</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>07b3dfc8-67c5-44f9-a7f9-c217136224a8</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>14157855-1cb1-4c92-81c1-5f383bd7268c</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-04T07:08:19.4107832+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-04T07:08:19.4107832+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>3af3369c-821b-4688-b75c-7c33edb571f2</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>a9e5c960-cf3c-4b3f-8f8e-c42b10994ac6</PrevVehicleID>
<ReportedByID>6bf18eb4-cf3f-4e77-9064-bfcd0d6dde57</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-04T07:08:19.4107832+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>03692874-0cee-4c9e-b71f-1e4e3a563f55</InspectionItemID>
<InspectionOn>2026-02-04T07:08:19.4107832+04:00</InspectionOn>
<ServiceID>e8eb9711-195a-4653-a04e-7ab258ad3e01</ServiceID>
<ServiceTypeID>18d8ec0e-ebab-4dd9-8c45-2ad6a9b5b240</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>25d2de7c-66cb-4196-b51e-45adfe2bc2d5</WorkOrderID>
<WorkOrderOn>2026-02-04T07:08:19.4107832+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>ba734f8c-bf33-4747-b614-4602d42b5ecd</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>0d54dc23-a448-479a-9c74-28bbc96410b0</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>d7227e52-44d8-4db7-8bd5-5d5b21aa2a3f</d3p1:PartnerID>
<d3p1:VehicleID>5ec2ca26-435a-4642-8796-8ecddcce3877</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>