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": "68c13871-97ba-4637-9127-a88f6876318c",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "7b41202f-ffad-4015-aed6-cf853d454827",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "f6e87a0a-2c17-40fb-8e33-0dacc534b341",
"PartnerID": "a725a139-b4da-40cc-a08b-7de558dc63d5"
},
"IssueID": "8793d72e-6475-45fe-85b8-862d839d6f92",
"ReportedDate": "2026-02-14T23:12:27.8739106+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "8409f298-7137-4038-aea3-c42faed0e7b9",
"ReportedByName": "sample string 6",
"AssignedToID": "e0d37597-ce14-4617-b850-38f214cb6b1f",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-14T23:12:27.8739106+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "304a716e-af7e-416d-baa6-74d91d109c40",
"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": "ce5f6745-c5b0-4e6c-8927-2eff8461174e",
"ServiceTypeID": "81240a98-b54f-4276-b2f5-e9a564f278f6",
"WorkOrderOn": "2026-02-14T23:12:27.8739106+04:00",
"WorkOrderID": "d69c3f76-f60e-4914-aaf6-22f9c04926ba",
"InspectionOn": "2026-02-14T23:12:27.8739106+04:00",
"InspectionItemID": "b52bb38d-7119-4fe5-bb03-787dac5b454e"
},
"PrevVehicleID": "e7b72c50-b981-4580-b292-7de291e7fbf0",
"CloseBy": "7be393e9-2670-4e78-991f-7dde813dfc4c",
"CloseOn": "2026-02-14T23:12:27.8739106+04:00",
"CriticalLevel": 0,
"Id": "362005a8-f9b1-46db-a04b-48be8ffbcd94",
"UserName": "sample string 17",
"UserID": "e583bc19-8b0c-4b83-a14b-7845ccbba59b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-14T23:12:27.8739106+04:00",
"ClientID": "ed48f65f-432c-4daf-9094-6de876b47ff7",
"ClientName": "sample string 22",
"PartnerID": "2dbecd97-78d9-4edb-acca-a911e94dd8d1",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "68c13871-97ba-4637-9127-a88f6876318c",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "7b41202f-ffad-4015-aed6-cf853d454827",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "f6e87a0a-2c17-40fb-8e33-0dacc534b341",
"PartnerID": "a725a139-b4da-40cc-a08b-7de558dc63d5"
},
"IssueID": "8793d72e-6475-45fe-85b8-862d839d6f92",
"ReportedDate": "2026-02-14T23:12:27.8739106+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "8409f298-7137-4038-aea3-c42faed0e7b9",
"ReportedByName": "sample string 6",
"AssignedToID": "e0d37597-ce14-4617-b850-38f214cb6b1f",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-14T23:12:27.8739106+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "304a716e-af7e-416d-baa6-74d91d109c40",
"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": "ce5f6745-c5b0-4e6c-8927-2eff8461174e",
"ServiceTypeID": "81240a98-b54f-4276-b2f5-e9a564f278f6",
"WorkOrderOn": "2026-02-14T23:12:27.8739106+04:00",
"WorkOrderID": "d69c3f76-f60e-4914-aaf6-22f9c04926ba",
"InspectionOn": "2026-02-14T23:12:27.8739106+04:00",
"InspectionItemID": "b52bb38d-7119-4fe5-bb03-787dac5b454e"
},
"PrevVehicleID": "e7b72c50-b981-4580-b292-7de291e7fbf0",
"CloseBy": "7be393e9-2670-4e78-991f-7dde813dfc4c",
"CloseOn": "2026-02-14T23:12:27.8739106+04:00",
"CriticalLevel": 0,
"Id": "362005a8-f9b1-46db-a04b-48be8ffbcd94",
"UserName": "sample string 17",
"UserID": "e583bc19-8b0c-4b83-a14b-7845ccbba59b",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-14T23:12:27.8739106+04:00",
"ClientID": "ed48f65f-432c-4daf-9094-6de876b47ff7",
"ClientName": "sample string 22",
"PartnerID": "2dbecd97-78d9-4edb-acca-a911e94dd8d1",
"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">ed48f65f-432c-4daf-9094-6de876b47ff7</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-14T23:12:27.8739106+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">362005a8-f9b1-46db-a04b-48be8ffbcd94</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">2dbecd97-78d9-4edb-acca-a911e94dd8d1</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">e583bc19-8b0c-4b83-a14b-7845ccbba59b</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>e0d37597-ce14-4617-b850-38f214cb6b1f</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>304a716e-af7e-416d-baa6-74d91d109c40</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>7be393e9-2670-4e78-991f-7dde813dfc4c</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-14T23:12:27.8739106+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-14T23:12:27.8739106+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>8793d72e-6475-45fe-85b8-862d839d6f92</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>e7b72c50-b981-4580-b292-7de291e7fbf0</PrevVehicleID>
<ReportedByID>8409f298-7137-4038-aea3-c42faed0e7b9</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-14T23:12:27.8739106+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>b52bb38d-7119-4fe5-bb03-787dac5b454e</InspectionItemID>
<InspectionOn>2026-02-14T23:12:27.8739106+04:00</InspectionOn>
<ServiceID>ce5f6745-c5b0-4e6c-8927-2eff8461174e</ServiceID>
<ServiceTypeID>81240a98-b54f-4276-b2f5-e9a564f278f6</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>d69c3f76-f60e-4914-aaf6-22f9c04926ba</WorkOrderID>
<WorkOrderOn>2026-02-14T23:12:27.8739106+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>f6e87a0a-2c17-40fb-8e33-0dacc534b341</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>7b41202f-ffad-4015-aed6-cf853d454827</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>a725a139-b4da-40cc-a08b-7de558dc63d5</d3p1:PartnerID>
<d3p1:VehicleID>68c13871-97ba-4637-9127-a88f6876318c</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">ed48f65f-432c-4daf-9094-6de876b47ff7</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-14T23:12:27.8739106+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">362005a8-f9b1-46db-a04b-48be8ffbcd94</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">2dbecd97-78d9-4edb-acca-a911e94dd8d1</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">e583bc19-8b0c-4b83-a14b-7845ccbba59b</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>e0d37597-ce14-4617-b850-38f214cb6b1f</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>304a716e-af7e-416d-baa6-74d91d109c40</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>7be393e9-2670-4e78-991f-7dde813dfc4c</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-14T23:12:27.8739106+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-14T23:12:27.8739106+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>8793d72e-6475-45fe-85b8-862d839d6f92</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>e7b72c50-b981-4580-b292-7de291e7fbf0</PrevVehicleID>
<ReportedByID>8409f298-7137-4038-aea3-c42faed0e7b9</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-14T23:12:27.8739106+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>b52bb38d-7119-4fe5-bb03-787dac5b454e</InspectionItemID>
<InspectionOn>2026-02-14T23:12:27.8739106+04:00</InspectionOn>
<ServiceID>ce5f6745-c5b0-4e6c-8927-2eff8461174e</ServiceID>
<ServiceTypeID>81240a98-b54f-4276-b2f5-e9a564f278f6</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>d69c3f76-f60e-4914-aaf6-22f9c04926ba</WorkOrderID>
<WorkOrderOn>2026-02-14T23:12:27.8739106+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>f6e87a0a-2c17-40fb-8e33-0dacc534b341</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>7b41202f-ffad-4015-aed6-cf853d454827</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>a725a139-b4da-40cc-a08b-7de558dc63d5</d3p1:PartnerID>
<d3p1:VehicleID>68c13871-97ba-4637-9127-a88f6876318c</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>