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": "61fc0fce-45fd-44d6-8498-59b1275a6d8b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "0d7c91f1-f3c5-4b06-bc79-82306ea2f2b7",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "f135d50f-95e1-44f7-983a-355b9642fc5b",
"PartnerID": "de5e3a7e-21f9-4bff-b490-4d1a84e3673e"
},
"IssueID": "287ab161-7adc-4019-af02-ab6252e28427",
"ReportedDate": "2026-02-08T22:58:45.5101326+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "647f93a1-7ec9-4acb-b97c-9cf8791debfa",
"ReportedByName": "sample string 6",
"AssignedToID": "749da338-0ee3-4b9f-b3df-14f1667987dd",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T22:58:45.5101326+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "54d4821b-7e45-4b4f-9a7d-cf4bb647b027",
"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": "f87c5fe6-14be-4272-929e-bce6bf36de5f",
"ServiceTypeID": "20b55c1c-4ccb-4539-a432-6570496b3f55",
"WorkOrderOn": "2026-02-08T22:58:45.5101326+04:00",
"WorkOrderID": "b3b7f121-2c3d-400f-b73a-27a54a767b3a",
"InspectionOn": "2026-02-08T22:58:45.5101326+04:00",
"InspectionItemID": "0034d168-75b8-4b8a-8763-6b662e105bb9"
},
"PrevVehicleID": "58287a99-7a06-4dc0-b1c2-7add519388f4",
"CloseBy": "661f967c-37af-4928-b8d4-f827912fb46d",
"CloseOn": "2026-02-08T22:58:45.5101326+04:00",
"CriticalLevel": 0,
"Id": "06a177a2-b608-4956-9980-4733b9b327da",
"UserName": "sample string 17",
"UserID": "d076bbfa-36ec-4b6e-92f7-47e49f94944e",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T22:58:45.5101326+04:00",
"ClientID": "e1e2032a-249c-42ce-90aa-1af7fe1a1dcc",
"ClientName": "sample string 22",
"PartnerID": "0d728b7d-9da3-4fec-a845-7cddf43e96b9",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "61fc0fce-45fd-44d6-8498-59b1275a6d8b",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "0d7c91f1-f3c5-4b06-bc79-82306ea2f2b7",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "f135d50f-95e1-44f7-983a-355b9642fc5b",
"PartnerID": "de5e3a7e-21f9-4bff-b490-4d1a84e3673e"
},
"IssueID": "287ab161-7adc-4019-af02-ab6252e28427",
"ReportedDate": "2026-02-08T22:58:45.5101326+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "647f93a1-7ec9-4acb-b97c-9cf8791debfa",
"ReportedByName": "sample string 6",
"AssignedToID": "749da338-0ee3-4b9f-b3df-14f1667987dd",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T22:58:45.5101326+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "54d4821b-7e45-4b4f-9a7d-cf4bb647b027",
"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": "f87c5fe6-14be-4272-929e-bce6bf36de5f",
"ServiceTypeID": "20b55c1c-4ccb-4539-a432-6570496b3f55",
"WorkOrderOn": "2026-02-08T22:58:45.5101326+04:00",
"WorkOrderID": "b3b7f121-2c3d-400f-b73a-27a54a767b3a",
"InspectionOn": "2026-02-08T22:58:45.5101326+04:00",
"InspectionItemID": "0034d168-75b8-4b8a-8763-6b662e105bb9"
},
"PrevVehicleID": "58287a99-7a06-4dc0-b1c2-7add519388f4",
"CloseBy": "661f967c-37af-4928-b8d4-f827912fb46d",
"CloseOn": "2026-02-08T22:58:45.5101326+04:00",
"CriticalLevel": 0,
"Id": "06a177a2-b608-4956-9980-4733b9b327da",
"UserName": "sample string 17",
"UserID": "d076bbfa-36ec-4b6e-92f7-47e49f94944e",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T22:58:45.5101326+04:00",
"ClientID": "e1e2032a-249c-42ce-90aa-1af7fe1a1dcc",
"ClientName": "sample string 22",
"PartnerID": "0d728b7d-9da3-4fec-a845-7cddf43e96b9",
"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">e1e2032a-249c-42ce-90aa-1af7fe1a1dcc</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-08T22:58:45.5101326+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">06a177a2-b608-4956-9980-4733b9b327da</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">0d728b7d-9da3-4fec-a845-7cddf43e96b9</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">d076bbfa-36ec-4b6e-92f7-47e49f94944e</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>749da338-0ee3-4b9f-b3df-14f1667987dd</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>54d4821b-7e45-4b4f-9a7d-cf4bb647b027</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>661f967c-37af-4928-b8d4-f827912fb46d</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-08T22:58:45.5101326+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-08T22:58:45.5101326+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>287ab161-7adc-4019-af02-ab6252e28427</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>58287a99-7a06-4dc0-b1c2-7add519388f4</PrevVehicleID>
<ReportedByID>647f93a1-7ec9-4acb-b97c-9cf8791debfa</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-08T22:58:45.5101326+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>0034d168-75b8-4b8a-8763-6b662e105bb9</InspectionItemID>
<InspectionOn>2026-02-08T22:58:45.5101326+04:00</InspectionOn>
<ServiceID>f87c5fe6-14be-4272-929e-bce6bf36de5f</ServiceID>
<ServiceTypeID>20b55c1c-4ccb-4539-a432-6570496b3f55</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>b3b7f121-2c3d-400f-b73a-27a54a767b3a</WorkOrderID>
<WorkOrderOn>2026-02-08T22:58:45.5101326+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>f135d50f-95e1-44f7-983a-355b9642fc5b</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>0d7c91f1-f3c5-4b06-bc79-82306ea2f2b7</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>de5e3a7e-21f9-4bff-b490-4d1a84e3673e</d3p1:PartnerID>
<d3p1:VehicleID>61fc0fce-45fd-44d6-8498-59b1275a6d8b</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">e1e2032a-249c-42ce-90aa-1af7fe1a1dcc</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-08T22:58:45.5101326+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">06a177a2-b608-4956-9980-4733b9b327da</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">0d728b7d-9da3-4fec-a845-7cddf43e96b9</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">d076bbfa-36ec-4b6e-92f7-47e49f94944e</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>749da338-0ee3-4b9f-b3df-14f1667987dd</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>54d4821b-7e45-4b4f-9a7d-cf4bb647b027</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>661f967c-37af-4928-b8d4-f827912fb46d</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-08T22:58:45.5101326+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-08T22:58:45.5101326+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>287ab161-7adc-4019-af02-ab6252e28427</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>58287a99-7a06-4dc0-b1c2-7add519388f4</PrevVehicleID>
<ReportedByID>647f93a1-7ec9-4acb-b97c-9cf8791debfa</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-08T22:58:45.5101326+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>0034d168-75b8-4b8a-8763-6b662e105bb9</InspectionItemID>
<InspectionOn>2026-02-08T22:58:45.5101326+04:00</InspectionOn>
<ServiceID>f87c5fe6-14be-4272-929e-bce6bf36de5f</ServiceID>
<ServiceTypeID>20b55c1c-4ccb-4539-a432-6570496b3f55</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>b3b7f121-2c3d-400f-b73a-27a54a767b3a</WorkOrderID>
<WorkOrderOn>2026-02-08T22:58:45.5101326+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>f135d50f-95e1-44f7-983a-355b9642fc5b</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>0d7c91f1-f3c5-4b06-bc79-82306ea2f2b7</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>de5e3a7e-21f9-4bff-b490-4d1a84e3673e</d3p1:PartnerID>
<d3p1:VehicleID>61fc0fce-45fd-44d6-8498-59b1275a6d8b</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>