GET Api/Issue?clientID={clientID}&fromDate={fromDate}&toDate={toDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | globally unique identifier |
Required |
|
| fromDate | date |
Required |
|
| toDate | date |
Required |
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": "b354bac4-df3a-4080-9406-0445d268b83a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "47583655-3f1d-465d-83ed-a775a279d85d",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b10c3f54-88f4-4b5c-8163-8989030c8e6f",
"PartnerID": "a39279d4-4804-4e7f-8217-4a57332a013d"
},
"IssueID": "af3b3d18-d7fa-4451-8278-e90ee3adb7b8",
"ReportedDate": "2026-03-26T03:27:45.4588553+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "04c8f1ae-84d2-4165-9488-5fc9444e4e67",
"ReportedByName": "sample string 6",
"AssignedToID": "b7c8ca06-ccab-44d5-837f-10bd8f71838c",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-26T03:27:45.4588553+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "14fc68da-a3a8-4dc9-8b78-5129afd70f6e",
"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": "2bc63a94-3dac-48df-afda-cc72cb984bc8",
"ServiceTypeID": "552422e6-16dd-4b71-923f-5f4cf1e33b4b",
"WorkOrderOn": "2026-03-26T03:27:45.4588553+04:00",
"WorkOrderID": "1e10288e-c3de-4fff-a069-ad665bd8700e",
"InspectionOn": "2026-03-26T03:27:45.4588553+04:00",
"InspectionItemID": "28d0248a-806b-419c-b466-9b81f0bb92f8"
},
"PrevVehicleID": "6b54464f-0638-468d-a944-c217bfcf7062",
"CloseBy": "60c8bdcc-6ee6-4b3e-9a34-cba0a7815ad6",
"CloseOn": "2026-03-26T03:27:45.4588553+04:00",
"CriticalLevel": 0,
"Id": "3b7c8107-4b5a-4276-b675-a8a4d0357c10",
"UserName": "sample string 17",
"UserID": "a6384982-425b-487f-8a56-3d6dc64b736e",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-26T03:27:45.4588553+04:00",
"ClientID": "d2202c12-fb3c-4148-87df-a5592a82ccf3",
"ClientName": "sample string 22",
"PartnerID": "11a8d862-034e-4342-8567-d619e90c7ef4",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "b354bac4-df3a-4080-9406-0445d268b83a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "47583655-3f1d-465d-83ed-a775a279d85d",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b10c3f54-88f4-4b5c-8163-8989030c8e6f",
"PartnerID": "a39279d4-4804-4e7f-8217-4a57332a013d"
},
"IssueID": "af3b3d18-d7fa-4451-8278-e90ee3adb7b8",
"ReportedDate": "2026-03-26T03:27:45.4588553+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "04c8f1ae-84d2-4165-9488-5fc9444e4e67",
"ReportedByName": "sample string 6",
"AssignedToID": "b7c8ca06-ccab-44d5-837f-10bd8f71838c",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-26T03:27:45.4588553+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "14fc68da-a3a8-4dc9-8b78-5129afd70f6e",
"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": "2bc63a94-3dac-48df-afda-cc72cb984bc8",
"ServiceTypeID": "552422e6-16dd-4b71-923f-5f4cf1e33b4b",
"WorkOrderOn": "2026-03-26T03:27:45.4588553+04:00",
"WorkOrderID": "1e10288e-c3de-4fff-a069-ad665bd8700e",
"InspectionOn": "2026-03-26T03:27:45.4588553+04:00",
"InspectionItemID": "28d0248a-806b-419c-b466-9b81f0bb92f8"
},
"PrevVehicleID": "6b54464f-0638-468d-a944-c217bfcf7062",
"CloseBy": "60c8bdcc-6ee6-4b3e-9a34-cba0a7815ad6",
"CloseOn": "2026-03-26T03:27:45.4588553+04:00",
"CriticalLevel": 0,
"Id": "3b7c8107-4b5a-4276-b675-a8a4d0357c10",
"UserName": "sample string 17",
"UserID": "a6384982-425b-487f-8a56-3d6dc64b736e",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-26T03:27:45.4588553+04:00",
"ClientID": "d2202c12-fb3c-4148-87df-a5592a82ccf3",
"ClientName": "sample string 22",
"PartnerID": "11a8d862-034e-4342-8567-d619e90c7ef4",
"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">d2202c12-fb3c-4148-87df-a5592a82ccf3</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-03-26T03:27:45.4588553+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">3b7c8107-4b5a-4276-b675-a8a4d0357c10</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">11a8d862-034e-4342-8567-d619e90c7ef4</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">a6384982-425b-487f-8a56-3d6dc64b736e</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>b7c8ca06-ccab-44d5-837f-10bd8f71838c</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>14fc68da-a3a8-4dc9-8b78-5129afd70f6e</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>60c8bdcc-6ee6-4b3e-9a34-cba0a7815ad6</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-03-26T03:27:45.4588553+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-03-26T03:27:45.4588553+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>af3b3d18-d7fa-4451-8278-e90ee3adb7b8</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>6b54464f-0638-468d-a944-c217bfcf7062</PrevVehicleID>
<ReportedByID>04c8f1ae-84d2-4165-9488-5fc9444e4e67</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-03-26T03:27:45.4588553+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>28d0248a-806b-419c-b466-9b81f0bb92f8</InspectionItemID>
<InspectionOn>2026-03-26T03:27:45.4588553+04:00</InspectionOn>
<ServiceID>2bc63a94-3dac-48df-afda-cc72cb984bc8</ServiceID>
<ServiceTypeID>552422e6-16dd-4b71-923f-5f4cf1e33b4b</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>1e10288e-c3de-4fff-a069-ad665bd8700e</WorkOrderID>
<WorkOrderOn>2026-03-26T03:27:45.4588553+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>b10c3f54-88f4-4b5c-8163-8989030c8e6f</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>47583655-3f1d-465d-83ed-a775a279d85d</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>a39279d4-4804-4e7f-8217-4a57332a013d</d3p1:PartnerID>
<d3p1:VehicleID>b354bac4-df3a-4080-9406-0445d268b83a</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">d2202c12-fb3c-4148-87df-a5592a82ccf3</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-03-26T03:27:45.4588553+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">3b7c8107-4b5a-4276-b675-a8a4d0357c10</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">11a8d862-034e-4342-8567-d619e90c7ef4</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">a6384982-425b-487f-8a56-3d6dc64b736e</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>b7c8ca06-ccab-44d5-837f-10bd8f71838c</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>14fc68da-a3a8-4dc9-8b78-5129afd70f6e</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>60c8bdcc-6ee6-4b3e-9a34-cba0a7815ad6</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-03-26T03:27:45.4588553+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-03-26T03:27:45.4588553+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>af3b3d18-d7fa-4451-8278-e90ee3adb7b8</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>6b54464f-0638-468d-a944-c217bfcf7062</PrevVehicleID>
<ReportedByID>04c8f1ae-84d2-4165-9488-5fc9444e4e67</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-03-26T03:27:45.4588553+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>28d0248a-806b-419c-b466-9b81f0bb92f8</InspectionItemID>
<InspectionOn>2026-03-26T03:27:45.4588553+04:00</InspectionOn>
<ServiceID>2bc63a94-3dac-48df-afda-cc72cb984bc8</ServiceID>
<ServiceTypeID>552422e6-16dd-4b71-923f-5f4cf1e33b4b</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>1e10288e-c3de-4fff-a069-ad665bd8700e</WorkOrderID>
<WorkOrderOn>2026-03-26T03:27:45.4588553+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>b10c3f54-88f4-4b5c-8163-8989030c8e6f</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>47583655-3f1d-465d-83ed-a775a279d85d</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>a39279d4-4804-4e7f-8217-4a57332a013d</d3p1:PartnerID>
<d3p1:VehicleID>b354bac4-df3a-4080-9406-0445d268b83a</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>