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": "abd1ab74-c9b2-4e89-b89f-d0976334c0b1",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8a2ad579-6a2a-4a8b-be08-e003c8f1e811",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "3c754e25-a69b-4120-aba5-85bd2d93168e",
"PartnerID": "b5d671ea-3cff-4a65-bf7a-926e56ceacf1"
},
"IssueID": "41c5de02-bce5-4541-af59-5299683dab55",
"ReportedDate": "2026-07-09T14:56:01.8265397+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "941758e6-5df2-4961-bb8e-d1082a359bd5",
"ReportedByName": "sample string 6",
"AssignedToID": "08f26cb7-74ba-41f6-88db-49d4f3bb051f",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-07-09T14:56:01.8265397+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "c7157eef-ed98-4778-9007-2ba5a1c5a87a",
"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": "7ed0c1eb-709f-4f4b-838f-14d56ab714b8",
"ServiceTypeID": "8553b963-0692-4de9-9552-39b28447ca42",
"WorkOrderOn": "2026-07-09T14:56:01.8265397+04:00",
"WorkOrderID": "a2f9cf06-7fee-4d19-9ef6-ef87e64e4556",
"InspectionOn": "2026-07-09T14:56:01.8265397+04:00",
"InspectionItemID": "3a4046cb-a3ef-4db5-94d8-9a26c0c61870"
},
"PrevVehicleID": "55b8ecd4-0d37-41e4-af58-ebf48f92a1a4",
"CloseBy": "89c1b89b-fe0a-4294-9708-36d40cc4f0c5",
"CloseOn": "2026-07-09T14:56:01.8265397+04:00",
"CriticalLevel": 0,
"Id": "93b171e9-fb7b-41b8-ad39-ab13f90da77a",
"UserName": "sample string 17",
"UserID": "06345dba-0e6c-47f1-a452-1942a93c9c97",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-07-09T14:56:01.8265397+04:00",
"ClientID": "b6649e86-b00e-4bfd-b0c8-0490b57e7a0e",
"ClientName": "sample string 22",
"PartnerID": "2e2aa468-7ee6-4a6f-b7fb-1ba7bb1416b6",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "abd1ab74-c9b2-4e89-b89f-d0976334c0b1",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "8a2ad579-6a2a-4a8b-be08-e003c8f1e811",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "3c754e25-a69b-4120-aba5-85bd2d93168e",
"PartnerID": "b5d671ea-3cff-4a65-bf7a-926e56ceacf1"
},
"IssueID": "41c5de02-bce5-4541-af59-5299683dab55",
"ReportedDate": "2026-07-09T14:56:01.8265397+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "941758e6-5df2-4961-bb8e-d1082a359bd5",
"ReportedByName": "sample string 6",
"AssignedToID": "08f26cb7-74ba-41f6-88db-49d4f3bb051f",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-07-09T14:56:01.8265397+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "c7157eef-ed98-4778-9007-2ba5a1c5a87a",
"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": "7ed0c1eb-709f-4f4b-838f-14d56ab714b8",
"ServiceTypeID": "8553b963-0692-4de9-9552-39b28447ca42",
"WorkOrderOn": "2026-07-09T14:56:01.8265397+04:00",
"WorkOrderID": "a2f9cf06-7fee-4d19-9ef6-ef87e64e4556",
"InspectionOn": "2026-07-09T14:56:01.8265397+04:00",
"InspectionItemID": "3a4046cb-a3ef-4db5-94d8-9a26c0c61870"
},
"PrevVehicleID": "55b8ecd4-0d37-41e4-af58-ebf48f92a1a4",
"CloseBy": "89c1b89b-fe0a-4294-9708-36d40cc4f0c5",
"CloseOn": "2026-07-09T14:56:01.8265397+04:00",
"CriticalLevel": 0,
"Id": "93b171e9-fb7b-41b8-ad39-ab13f90da77a",
"UserName": "sample string 17",
"UserID": "06345dba-0e6c-47f1-a452-1942a93c9c97",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-07-09T14:56:01.8265397+04:00",
"ClientID": "b6649e86-b00e-4bfd-b0c8-0490b57e7a0e",
"ClientName": "sample string 22",
"PartnerID": "2e2aa468-7ee6-4a6f-b7fb-1ba7bb1416b6",
"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">b6649e86-b00e-4bfd-b0c8-0490b57e7a0e</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-07-09T14:56:01.8265397+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">93b171e9-fb7b-41b8-ad39-ab13f90da77a</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">2e2aa468-7ee6-4a6f-b7fb-1ba7bb1416b6</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">06345dba-0e6c-47f1-a452-1942a93c9c97</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>08f26cb7-74ba-41f6-88db-49d4f3bb051f</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>c7157eef-ed98-4778-9007-2ba5a1c5a87a</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>89c1b89b-fe0a-4294-9708-36d40cc4f0c5</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-07-09T14:56:01.8265397+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-07-09T14:56:01.8265397+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>41c5de02-bce5-4541-af59-5299683dab55</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>55b8ecd4-0d37-41e4-af58-ebf48f92a1a4</PrevVehicleID>
<ReportedByID>941758e6-5df2-4961-bb8e-d1082a359bd5</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-07-09T14:56:01.8265397+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>3a4046cb-a3ef-4db5-94d8-9a26c0c61870</InspectionItemID>
<InspectionOn>2026-07-09T14:56:01.8265397+04:00</InspectionOn>
<ServiceID>7ed0c1eb-709f-4f4b-838f-14d56ab714b8</ServiceID>
<ServiceTypeID>8553b963-0692-4de9-9552-39b28447ca42</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>a2f9cf06-7fee-4d19-9ef6-ef87e64e4556</WorkOrderID>
<WorkOrderOn>2026-07-09T14:56:01.8265397+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>3c754e25-a69b-4120-aba5-85bd2d93168e</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>8a2ad579-6a2a-4a8b-be08-e003c8f1e811</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>b5d671ea-3cff-4a65-bf7a-926e56ceacf1</d3p1:PartnerID>
<d3p1:VehicleID>abd1ab74-c9b2-4e89-b89f-d0976334c0b1</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b6649e86-b00e-4bfd-b0c8-0490b57e7a0e</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-07-09T14:56:01.8265397+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">93b171e9-fb7b-41b8-ad39-ab13f90da77a</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">2e2aa468-7ee6-4a6f-b7fb-1ba7bb1416b6</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">06345dba-0e6c-47f1-a452-1942a93c9c97</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>08f26cb7-74ba-41f6-88db-49d4f3bb051f</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>c7157eef-ed98-4778-9007-2ba5a1c5a87a</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>89c1b89b-fe0a-4294-9708-36d40cc4f0c5</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-07-09T14:56:01.8265397+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-07-09T14:56:01.8265397+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>41c5de02-bce5-4541-af59-5299683dab55</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>55b8ecd4-0d37-41e4-af58-ebf48f92a1a4</PrevVehicleID>
<ReportedByID>941758e6-5df2-4961-bb8e-d1082a359bd5</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-07-09T14:56:01.8265397+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>3a4046cb-a3ef-4db5-94d8-9a26c0c61870</InspectionItemID>
<InspectionOn>2026-07-09T14:56:01.8265397+04:00</InspectionOn>
<ServiceID>7ed0c1eb-709f-4f4b-838f-14d56ab714b8</ServiceID>
<ServiceTypeID>8553b963-0692-4de9-9552-39b28447ca42</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>a2f9cf06-7fee-4d19-9ef6-ef87e64e4556</WorkOrderID>
<WorkOrderOn>2026-07-09T14:56:01.8265397+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>3c754e25-a69b-4120-aba5-85bd2d93168e</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>8a2ad579-6a2a-4a8b-be08-e003c8f1e811</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>b5d671ea-3cff-4a65-bf7a-926e56ceacf1</d3p1:PartnerID>
<d3p1:VehicleID>abd1ab74-c9b2-4e89-b89f-d0976334c0b1</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>