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": "9f6e3f43-df98-4075-8117-2bafb77c329f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c932fdcd-7f88-42d5-9b18-98e93da38e1d",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "2f0fc15f-d1f2-45ef-9c59-1e9cc6a75eec",
"PartnerID": "b11bb2b5-f0a1-479b-a42d-eb877400e096"
},
"IssueID": "b8743f29-d25c-4b58-9cec-aa4bd09a84b1",
"ReportedDate": "2026-05-10T12:10:24.6558261+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "aede7f3d-f03e-4cc7-8c3d-383a4b2d8c61",
"ReportedByName": "sample string 6",
"AssignedToID": "c9e8f03a-14a9-4bc5-98d4-de6da2377c07",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-10T12:10:24.6558261+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "d760a701-a169-4388-98ec-c99d0a3a035f",
"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": "0dfedbd9-6084-4b3b-b54f-3bd360011cd5",
"ServiceTypeID": "df65fa61-ca14-44b4-bb00-99fdb55bb55b",
"WorkOrderOn": "2026-05-10T12:10:24.6558261+04:00",
"WorkOrderID": "b8e77b59-911b-4ee2-86db-ccbf3e74778c",
"InspectionOn": "2026-05-10T12:10:24.6558261+04:00",
"InspectionItemID": "dffd9229-8b27-414e-bed9-905cd84bedae"
},
"PrevVehicleID": "741788d8-7ed8-45a9-afbd-82907a95985d",
"CloseBy": "cae6e6ac-1d7d-4c1e-ac7c-e51949a16847",
"CloseOn": "2026-05-10T12:10:24.6558261+04:00",
"CriticalLevel": 0,
"Id": "7c7927c4-e24c-42e0-86e7-9b98983f9364",
"UserName": "sample string 17",
"UserID": "a9373311-4bbc-4e6d-bcdc-095f8e7527ed",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-10T12:10:24.6558261+04:00",
"ClientID": "8cc2b5e0-9ac9-4a91-af51-f1b7f9290718",
"ClientName": "sample string 22",
"PartnerID": "1282d211-8433-4958-b371-4a9a52fbd0cb",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "9f6e3f43-df98-4075-8117-2bafb77c329f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "c932fdcd-7f88-42d5-9b18-98e93da38e1d",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "2f0fc15f-d1f2-45ef-9c59-1e9cc6a75eec",
"PartnerID": "b11bb2b5-f0a1-479b-a42d-eb877400e096"
},
"IssueID": "b8743f29-d25c-4b58-9cec-aa4bd09a84b1",
"ReportedDate": "2026-05-10T12:10:24.6558261+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "aede7f3d-f03e-4cc7-8c3d-383a4b2d8c61",
"ReportedByName": "sample string 6",
"AssignedToID": "c9e8f03a-14a9-4bc5-98d4-de6da2377c07",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-10T12:10:24.6558261+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "d760a701-a169-4388-98ec-c99d0a3a035f",
"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": "0dfedbd9-6084-4b3b-b54f-3bd360011cd5",
"ServiceTypeID": "df65fa61-ca14-44b4-bb00-99fdb55bb55b",
"WorkOrderOn": "2026-05-10T12:10:24.6558261+04:00",
"WorkOrderID": "b8e77b59-911b-4ee2-86db-ccbf3e74778c",
"InspectionOn": "2026-05-10T12:10:24.6558261+04:00",
"InspectionItemID": "dffd9229-8b27-414e-bed9-905cd84bedae"
},
"PrevVehicleID": "741788d8-7ed8-45a9-afbd-82907a95985d",
"CloseBy": "cae6e6ac-1d7d-4c1e-ac7c-e51949a16847",
"CloseOn": "2026-05-10T12:10:24.6558261+04:00",
"CriticalLevel": 0,
"Id": "7c7927c4-e24c-42e0-86e7-9b98983f9364",
"UserName": "sample string 17",
"UserID": "a9373311-4bbc-4e6d-bcdc-095f8e7527ed",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-10T12:10:24.6558261+04:00",
"ClientID": "8cc2b5e0-9ac9-4a91-af51-f1b7f9290718",
"ClientName": "sample string 22",
"PartnerID": "1282d211-8433-4958-b371-4a9a52fbd0cb",
"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">8cc2b5e0-9ac9-4a91-af51-f1b7f9290718</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-05-10T12:10:24.6558261+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">7c7927c4-e24c-42e0-86e7-9b98983f9364</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">1282d211-8433-4958-b371-4a9a52fbd0cb</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">a9373311-4bbc-4e6d-bcdc-095f8e7527ed</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>c9e8f03a-14a9-4bc5-98d4-de6da2377c07</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>d760a701-a169-4388-98ec-c99d0a3a035f</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>cae6e6ac-1d7d-4c1e-ac7c-e51949a16847</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-05-10T12:10:24.6558261+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-05-10T12:10:24.6558261+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>b8743f29-d25c-4b58-9cec-aa4bd09a84b1</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>741788d8-7ed8-45a9-afbd-82907a95985d</PrevVehicleID>
<ReportedByID>aede7f3d-f03e-4cc7-8c3d-383a4b2d8c61</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-05-10T12:10:24.6558261+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>dffd9229-8b27-414e-bed9-905cd84bedae</InspectionItemID>
<InspectionOn>2026-05-10T12:10:24.6558261+04:00</InspectionOn>
<ServiceID>0dfedbd9-6084-4b3b-b54f-3bd360011cd5</ServiceID>
<ServiceTypeID>df65fa61-ca14-44b4-bb00-99fdb55bb55b</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>b8e77b59-911b-4ee2-86db-ccbf3e74778c</WorkOrderID>
<WorkOrderOn>2026-05-10T12:10:24.6558261+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>2f0fc15f-d1f2-45ef-9c59-1e9cc6a75eec</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>c932fdcd-7f88-42d5-9b18-98e93da38e1d</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>b11bb2b5-f0a1-479b-a42d-eb877400e096</d3p1:PartnerID>
<d3p1:VehicleID>9f6e3f43-df98-4075-8117-2bafb77c329f</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">8cc2b5e0-9ac9-4a91-af51-f1b7f9290718</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-05-10T12:10:24.6558261+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">7c7927c4-e24c-42e0-86e7-9b98983f9364</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">1282d211-8433-4958-b371-4a9a52fbd0cb</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">a9373311-4bbc-4e6d-bcdc-095f8e7527ed</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>c9e8f03a-14a9-4bc5-98d4-de6da2377c07</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>d760a701-a169-4388-98ec-c99d0a3a035f</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>cae6e6ac-1d7d-4c1e-ac7c-e51949a16847</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-05-10T12:10:24.6558261+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-05-10T12:10:24.6558261+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>b8743f29-d25c-4b58-9cec-aa4bd09a84b1</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>741788d8-7ed8-45a9-afbd-82907a95985d</PrevVehicleID>
<ReportedByID>aede7f3d-f03e-4cc7-8c3d-383a4b2d8c61</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-05-10T12:10:24.6558261+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>dffd9229-8b27-414e-bed9-905cd84bedae</InspectionItemID>
<InspectionOn>2026-05-10T12:10:24.6558261+04:00</InspectionOn>
<ServiceID>0dfedbd9-6084-4b3b-b54f-3bd360011cd5</ServiceID>
<ServiceTypeID>df65fa61-ca14-44b4-bb00-99fdb55bb55b</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>b8e77b59-911b-4ee2-86db-ccbf3e74778c</WorkOrderID>
<WorkOrderOn>2026-05-10T12:10:24.6558261+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>2f0fc15f-d1f2-45ef-9c59-1e9cc6a75eec</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>c932fdcd-7f88-42d5-9b18-98e93da38e1d</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>b11bb2b5-f0a1-479b-a42d-eb877400e096</d3p1:PartnerID>
<d3p1:VehicleID>9f6e3f43-df98-4075-8117-2bafb77c329f</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>