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": "57e70ba4-30b1-497e-a75d-6ef98e2b5d50",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1a6ec23b-8f6f-429c-bf51-689f10f3df70",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e32732ab-2a33-4ca5-8ea5-26a78239605a",
"PartnerID": "77f23e38-ace4-4461-8b87-97e690f14575"
},
"IssueID": "eb10f71b-4c40-4b52-9957-8a75171d0ca2",
"ReportedDate": "2026-05-10T12:09:59.3074613+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "71e0c163-d4b1-409c-8a37-f14ff997db65",
"ReportedByName": "sample string 6",
"AssignedToID": "d5b3a55a-6a7e-43ca-92b9-c67d7e800f12",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-10T12:09:59.3074613+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "44f53a82-afd6-4884-8e9a-992269c90247",
"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": "4cb1d6f0-89d1-4696-a0d9-9b958782d0c4",
"ServiceTypeID": "0f5eca89-2f3b-41e4-9825-1706c9ce80ea",
"WorkOrderOn": "2026-05-10T12:09:59.3074613+04:00",
"WorkOrderID": "c13063a6-3df8-451b-bc33-90861f1d1e5b",
"InspectionOn": "2026-05-10T12:09:59.3074613+04:00",
"InspectionItemID": "95f6a3bc-dfef-4da6-8462-cfd821cbfac9"
},
"PrevVehicleID": "38d51ddd-9659-4652-852e-404abd940728",
"CloseBy": "5babadc4-7656-47a5-8a27-6c959670f152",
"CloseOn": "2026-05-10T12:09:59.3074613+04:00",
"CriticalLevel": 0,
"Id": "d241713e-1376-456e-8e80-46d5a3f94ef6",
"UserName": "sample string 17",
"UserID": "50ed683b-5579-4153-9965-bbe542be11f5",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-10T12:09:59.3074613+04:00",
"ClientID": "9ac3082a-ec4a-4604-8ed5-d54f72b81b74",
"ClientName": "sample string 22",
"PartnerID": "14f97cef-66c8-4148-8df8-52a3ac6edbc7",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "57e70ba4-30b1-497e-a75d-6ef98e2b5d50",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1a6ec23b-8f6f-429c-bf51-689f10f3df70",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "e32732ab-2a33-4ca5-8ea5-26a78239605a",
"PartnerID": "77f23e38-ace4-4461-8b87-97e690f14575"
},
"IssueID": "eb10f71b-4c40-4b52-9957-8a75171d0ca2",
"ReportedDate": "2026-05-10T12:09:59.3074613+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "71e0c163-d4b1-409c-8a37-f14ff997db65",
"ReportedByName": "sample string 6",
"AssignedToID": "d5b3a55a-6a7e-43ca-92b9-c67d7e800f12",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-10T12:09:59.3074613+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "44f53a82-afd6-4884-8e9a-992269c90247",
"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": "4cb1d6f0-89d1-4696-a0d9-9b958782d0c4",
"ServiceTypeID": "0f5eca89-2f3b-41e4-9825-1706c9ce80ea",
"WorkOrderOn": "2026-05-10T12:09:59.3074613+04:00",
"WorkOrderID": "c13063a6-3df8-451b-bc33-90861f1d1e5b",
"InspectionOn": "2026-05-10T12:09:59.3074613+04:00",
"InspectionItemID": "95f6a3bc-dfef-4da6-8462-cfd821cbfac9"
},
"PrevVehicleID": "38d51ddd-9659-4652-852e-404abd940728",
"CloseBy": "5babadc4-7656-47a5-8a27-6c959670f152",
"CloseOn": "2026-05-10T12:09:59.3074613+04:00",
"CriticalLevel": 0,
"Id": "d241713e-1376-456e-8e80-46d5a3f94ef6",
"UserName": "sample string 17",
"UserID": "50ed683b-5579-4153-9965-bbe542be11f5",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-10T12:09:59.3074613+04:00",
"ClientID": "9ac3082a-ec4a-4604-8ed5-d54f72b81b74",
"ClientName": "sample string 22",
"PartnerID": "14f97cef-66c8-4148-8df8-52a3ac6edbc7",
"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">9ac3082a-ec4a-4604-8ed5-d54f72b81b74</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:09:59.3074613+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">d241713e-1376-456e-8e80-46d5a3f94ef6</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">14f97cef-66c8-4148-8df8-52a3ac6edbc7</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">50ed683b-5579-4153-9965-bbe542be11f5</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>d5b3a55a-6a7e-43ca-92b9-c67d7e800f12</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>44f53a82-afd6-4884-8e9a-992269c90247</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>5babadc4-7656-47a5-8a27-6c959670f152</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-05-10T12:09:59.3074613+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-05-10T12:09:59.3074613+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>eb10f71b-4c40-4b52-9957-8a75171d0ca2</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>38d51ddd-9659-4652-852e-404abd940728</PrevVehicleID>
<ReportedByID>71e0c163-d4b1-409c-8a37-f14ff997db65</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-05-10T12:09:59.3074613+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>95f6a3bc-dfef-4da6-8462-cfd821cbfac9</InspectionItemID>
<InspectionOn>2026-05-10T12:09:59.3074613+04:00</InspectionOn>
<ServiceID>4cb1d6f0-89d1-4696-a0d9-9b958782d0c4</ServiceID>
<ServiceTypeID>0f5eca89-2f3b-41e4-9825-1706c9ce80ea</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>c13063a6-3df8-451b-bc33-90861f1d1e5b</WorkOrderID>
<WorkOrderOn>2026-05-10T12:09:59.3074613+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>e32732ab-2a33-4ca5-8ea5-26a78239605a</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>1a6ec23b-8f6f-429c-bf51-689f10f3df70</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>77f23e38-ace4-4461-8b87-97e690f14575</d3p1:PartnerID>
<d3p1:VehicleID>57e70ba4-30b1-497e-a75d-6ef98e2b5d50</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">9ac3082a-ec4a-4604-8ed5-d54f72b81b74</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:09:59.3074613+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">d241713e-1376-456e-8e80-46d5a3f94ef6</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">14f97cef-66c8-4148-8df8-52a3ac6edbc7</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">50ed683b-5579-4153-9965-bbe542be11f5</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>d5b3a55a-6a7e-43ca-92b9-c67d7e800f12</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>44f53a82-afd6-4884-8e9a-992269c90247</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>5babadc4-7656-47a5-8a27-6c959670f152</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-05-10T12:09:59.3074613+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-05-10T12:09:59.3074613+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>eb10f71b-4c40-4b52-9957-8a75171d0ca2</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>38d51ddd-9659-4652-852e-404abd940728</PrevVehicleID>
<ReportedByID>71e0c163-d4b1-409c-8a37-f14ff997db65</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-05-10T12:09:59.3074613+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>95f6a3bc-dfef-4da6-8462-cfd821cbfac9</InspectionItemID>
<InspectionOn>2026-05-10T12:09:59.3074613+04:00</InspectionOn>
<ServiceID>4cb1d6f0-89d1-4696-a0d9-9b958782d0c4</ServiceID>
<ServiceTypeID>0f5eca89-2f3b-41e4-9825-1706c9ce80ea</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>c13063a6-3df8-451b-bc33-90861f1d1e5b</WorkOrderID>
<WorkOrderOn>2026-05-10T12:09:59.3074613+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>e32732ab-2a33-4ca5-8ea5-26a78239605a</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>1a6ec23b-8f6f-429c-bf51-689f10f3df70</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>77f23e38-ace4-4461-8b87-97e690f14575</d3p1:PartnerID>
<d3p1:VehicleID>57e70ba4-30b1-497e-a75d-6ef98e2b5d50</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>