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": "00551b87-2e47-44e8-aa19-a67e9e9f1bb1",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "59c952e5-347d-4711-9c3e-a7e3549e18b1",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "2d5dcadd-1fbd-44d7-a53b-3f8b3ff565e7",
"PartnerID": "27b93e86-527e-4845-aaeb-0f115bfb2308"
},
"IssueID": "f562e512-3e74-4e03-9f55-b54f7654a0fd",
"ReportedDate": "2026-08-28T11:05:36.9973467+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "28239ed5-e8ae-4e9a-9af7-d9499e6a92cb",
"ReportedByName": "sample string 6",
"AssignedToID": "62c5734d-5a7d-47bc-a5c4-c4d57fbc7b0c",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-28T11:05:36.9973467+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "5ed3522d-ce3e-4e59-aa34-fe5fae9c4608",
"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": "216adcec-4b49-44ee-bca3-bd05b03cfff8",
"ServiceTypeID": "4df1ea44-eefc-4b66-a96f-4ad956e8e6df",
"WorkOrderOn": "2026-08-28T11:05:36.9973467+04:00",
"WorkOrderID": "70ed4b36-5e48-4f1f-9c8e-c78fad4e840a",
"InspectionOn": "2026-08-28T11:05:36.9973467+04:00",
"InspectionItemID": "87aa3d71-31e5-4a89-898b-bcf00c077785"
},
"PrevVehicleID": "fa1b2e16-d6d4-4973-a656-5f116c76155f",
"CloseBy": "d857d988-36e6-46bb-ba51-5515c6402407",
"CloseOn": "2026-08-28T11:05:36.9973467+04:00",
"CriticalLevel": 0,
"Id": "7fec72b7-3e36-498c-9fd3-7451e906ec8f",
"UserName": "sample string 17",
"UserID": "b116fbe9-27d3-4925-8b9e-5dabfb8fcdad",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-28T11:05:36.9973467+04:00",
"ClientID": "fa53ac54-51f9-47fd-9fc3-149f8a439f59",
"ClientName": "sample string 22",
"PartnerID": "9a07648b-cd90-4dfe-b8c9-d2403a827f5b",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "00551b87-2e47-44e8-aa19-a67e9e9f1bb1",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "59c952e5-347d-4711-9c3e-a7e3549e18b1",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "2d5dcadd-1fbd-44d7-a53b-3f8b3ff565e7",
"PartnerID": "27b93e86-527e-4845-aaeb-0f115bfb2308"
},
"IssueID": "f562e512-3e74-4e03-9f55-b54f7654a0fd",
"ReportedDate": "2026-08-28T11:05:36.9973467+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "28239ed5-e8ae-4e9a-9af7-d9499e6a92cb",
"ReportedByName": "sample string 6",
"AssignedToID": "62c5734d-5a7d-47bc-a5c4-c4d57fbc7b0c",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-28T11:05:36.9973467+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "5ed3522d-ce3e-4e59-aa34-fe5fae9c4608",
"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": "216adcec-4b49-44ee-bca3-bd05b03cfff8",
"ServiceTypeID": "4df1ea44-eefc-4b66-a96f-4ad956e8e6df",
"WorkOrderOn": "2026-08-28T11:05:36.9973467+04:00",
"WorkOrderID": "70ed4b36-5e48-4f1f-9c8e-c78fad4e840a",
"InspectionOn": "2026-08-28T11:05:36.9973467+04:00",
"InspectionItemID": "87aa3d71-31e5-4a89-898b-bcf00c077785"
},
"PrevVehicleID": "fa1b2e16-d6d4-4973-a656-5f116c76155f",
"CloseBy": "d857d988-36e6-46bb-ba51-5515c6402407",
"CloseOn": "2026-08-28T11:05:36.9973467+04:00",
"CriticalLevel": 0,
"Id": "7fec72b7-3e36-498c-9fd3-7451e906ec8f",
"UserName": "sample string 17",
"UserID": "b116fbe9-27d3-4925-8b9e-5dabfb8fcdad",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-28T11:05:36.9973467+04:00",
"ClientID": "fa53ac54-51f9-47fd-9fc3-149f8a439f59",
"ClientName": "sample string 22",
"PartnerID": "9a07648b-cd90-4dfe-b8c9-d2403a827f5b",
"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">fa53ac54-51f9-47fd-9fc3-149f8a439f59</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-08-28T11:05:36.9973467+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">7fec72b7-3e36-498c-9fd3-7451e906ec8f</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">9a07648b-cd90-4dfe-b8c9-d2403a827f5b</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">b116fbe9-27d3-4925-8b9e-5dabfb8fcdad</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>62c5734d-5a7d-47bc-a5c4-c4d57fbc7b0c</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>5ed3522d-ce3e-4e59-aa34-fe5fae9c4608</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>d857d988-36e6-46bb-ba51-5515c6402407</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-28T11:05:36.9973467+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-28T11:05:36.9973467+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>f562e512-3e74-4e03-9f55-b54f7654a0fd</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>fa1b2e16-d6d4-4973-a656-5f116c76155f</PrevVehicleID>
<ReportedByID>28239ed5-e8ae-4e9a-9af7-d9499e6a92cb</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-28T11:05:36.9973467+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>87aa3d71-31e5-4a89-898b-bcf00c077785</InspectionItemID>
<InspectionOn>2026-08-28T11:05:36.9973467+04:00</InspectionOn>
<ServiceID>216adcec-4b49-44ee-bca3-bd05b03cfff8</ServiceID>
<ServiceTypeID>4df1ea44-eefc-4b66-a96f-4ad956e8e6df</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>70ed4b36-5e48-4f1f-9c8e-c78fad4e840a</WorkOrderID>
<WorkOrderOn>2026-08-28T11:05:36.9973467+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>2d5dcadd-1fbd-44d7-a53b-3f8b3ff565e7</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>59c952e5-347d-4711-9c3e-a7e3549e18b1</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>27b93e86-527e-4845-aaeb-0f115bfb2308</d3p1:PartnerID>
<d3p1:VehicleID>00551b87-2e47-44e8-aa19-a67e9e9f1bb1</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">fa53ac54-51f9-47fd-9fc3-149f8a439f59</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-08-28T11:05:36.9973467+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">7fec72b7-3e36-498c-9fd3-7451e906ec8f</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">9a07648b-cd90-4dfe-b8c9-d2403a827f5b</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">b116fbe9-27d3-4925-8b9e-5dabfb8fcdad</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>62c5734d-5a7d-47bc-a5c4-c4d57fbc7b0c</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>5ed3522d-ce3e-4e59-aa34-fe5fae9c4608</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>d857d988-36e6-46bb-ba51-5515c6402407</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-28T11:05:36.9973467+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-28T11:05:36.9973467+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>f562e512-3e74-4e03-9f55-b54f7654a0fd</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>fa1b2e16-d6d4-4973-a656-5f116c76155f</PrevVehicleID>
<ReportedByID>28239ed5-e8ae-4e9a-9af7-d9499e6a92cb</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-28T11:05:36.9973467+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>87aa3d71-31e5-4a89-898b-bcf00c077785</InspectionItemID>
<InspectionOn>2026-08-28T11:05:36.9973467+04:00</InspectionOn>
<ServiceID>216adcec-4b49-44ee-bca3-bd05b03cfff8</ServiceID>
<ServiceTypeID>4df1ea44-eefc-4b66-a96f-4ad956e8e6df</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>70ed4b36-5e48-4f1f-9c8e-c78fad4e840a</WorkOrderID>
<WorkOrderOn>2026-08-28T11:05:36.9973467+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>2d5dcadd-1fbd-44d7-a53b-3f8b3ff565e7</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>59c952e5-347d-4711-9c3e-a7e3549e18b1</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>27b93e86-527e-4845-aaeb-0f115bfb2308</d3p1:PartnerID>
<d3p1:VehicleID>00551b87-2e47-44e8-aa19-a67e9e9f1bb1</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>