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": "3fb7a730-2ec8-4987-aa01-dbce7c1b9b23",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "e5b4333f-9d85-4584-91b0-78d0b4aabfea",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "11c79c6d-c96d-42ab-a101-e223fde63339",
"PartnerID": "f0989f5c-a834-4430-8012-9cc4dd8f6215"
},
"IssueID": "897b99e2-ee5d-4515-9b87-5a769eb7466d",
"ReportedDate": "2026-09-17T22:48:37.4486143+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e716437d-a3e1-49f5-9f7e-2e59fe748392",
"ReportedByName": "sample string 6",
"AssignedToID": "f8775def-8c2a-4b7a-94ca-a2d056e785c7",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-17T22:48:37.4486143+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "06d12dbd-3374-40de-8311-bbae68a94991",
"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": "97538f7a-18fd-42e5-8950-77adf2bd9870",
"ServiceTypeID": "8279af53-4fc5-4f46-b091-c6483c4faa80",
"WorkOrderOn": "2026-09-17T22:48:37.4486143+04:00",
"WorkOrderID": "6b705474-bc41-4a58-98fa-b246c9b904b6",
"InspectionOn": "2026-09-17T22:48:37.4486143+04:00",
"InspectionItemID": "81dda00f-fe92-4353-b190-7aecc054468b"
},
"PrevVehicleID": "8a9dbb94-06ca-4fc2-bc32-b5d372e1fd55",
"CloseBy": "28a34694-9ca7-45c4-886c-300b3e508d3f",
"CloseOn": "2026-09-17T22:48:37.4486143+04:00",
"CriticalLevel": 0,
"Id": "d4ea346a-cfb0-4727-a672-5989166d84ab",
"UserName": "sample string 17",
"UserID": "c1bbf88a-c85e-47eb-9eea-cbf547e1bb16",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-17T22:48:37.4486143+04:00",
"ClientID": "e3a80b52-28ee-47fd-a178-85453d9888bf",
"ClientName": "sample string 22",
"PartnerID": "71bda1ff-bd2f-45d2-a9dd-e87fe905a581",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "3fb7a730-2ec8-4987-aa01-dbce7c1b9b23",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "e5b4333f-9d85-4584-91b0-78d0b4aabfea",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "11c79c6d-c96d-42ab-a101-e223fde63339",
"PartnerID": "f0989f5c-a834-4430-8012-9cc4dd8f6215"
},
"IssueID": "897b99e2-ee5d-4515-9b87-5a769eb7466d",
"ReportedDate": "2026-09-17T22:48:37.4486143+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "e716437d-a3e1-49f5-9f7e-2e59fe748392",
"ReportedByName": "sample string 6",
"AssignedToID": "f8775def-8c2a-4b7a-94ca-a2d056e785c7",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-09-17T22:48:37.4486143+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "06d12dbd-3374-40de-8311-bbae68a94991",
"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": "97538f7a-18fd-42e5-8950-77adf2bd9870",
"ServiceTypeID": "8279af53-4fc5-4f46-b091-c6483c4faa80",
"WorkOrderOn": "2026-09-17T22:48:37.4486143+04:00",
"WorkOrderID": "6b705474-bc41-4a58-98fa-b246c9b904b6",
"InspectionOn": "2026-09-17T22:48:37.4486143+04:00",
"InspectionItemID": "81dda00f-fe92-4353-b190-7aecc054468b"
},
"PrevVehicleID": "8a9dbb94-06ca-4fc2-bc32-b5d372e1fd55",
"CloseBy": "28a34694-9ca7-45c4-886c-300b3e508d3f",
"CloseOn": "2026-09-17T22:48:37.4486143+04:00",
"CriticalLevel": 0,
"Id": "d4ea346a-cfb0-4727-a672-5989166d84ab",
"UserName": "sample string 17",
"UserID": "c1bbf88a-c85e-47eb-9eea-cbf547e1bb16",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-09-17T22:48:37.4486143+04:00",
"ClientID": "e3a80b52-28ee-47fd-a178-85453d9888bf",
"ClientName": "sample string 22",
"PartnerID": "71bda1ff-bd2f-45d2-a9dd-e87fe905a581",
"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">e3a80b52-28ee-47fd-a178-85453d9888bf</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-09-17T22:48:37.4486143+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">d4ea346a-cfb0-4727-a672-5989166d84ab</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">71bda1ff-bd2f-45d2-a9dd-e87fe905a581</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">c1bbf88a-c85e-47eb-9eea-cbf547e1bb16</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>f8775def-8c2a-4b7a-94ca-a2d056e785c7</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>06d12dbd-3374-40de-8311-bbae68a94991</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>28a34694-9ca7-45c4-886c-300b3e508d3f</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-09-17T22:48:37.4486143+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-09-17T22:48:37.4486143+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>897b99e2-ee5d-4515-9b87-5a769eb7466d</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>8a9dbb94-06ca-4fc2-bc32-b5d372e1fd55</PrevVehicleID>
<ReportedByID>e716437d-a3e1-49f5-9f7e-2e59fe748392</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-09-17T22:48:37.4486143+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>81dda00f-fe92-4353-b190-7aecc054468b</InspectionItemID>
<InspectionOn>2026-09-17T22:48:37.4486143+04:00</InspectionOn>
<ServiceID>97538f7a-18fd-42e5-8950-77adf2bd9870</ServiceID>
<ServiceTypeID>8279af53-4fc5-4f46-b091-c6483c4faa80</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>6b705474-bc41-4a58-98fa-b246c9b904b6</WorkOrderID>
<WorkOrderOn>2026-09-17T22:48:37.4486143+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>11c79c6d-c96d-42ab-a101-e223fde63339</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>e5b4333f-9d85-4584-91b0-78d0b4aabfea</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>f0989f5c-a834-4430-8012-9cc4dd8f6215</d3p1:PartnerID>
<d3p1:VehicleID>3fb7a730-2ec8-4987-aa01-dbce7c1b9b23</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">e3a80b52-28ee-47fd-a178-85453d9888bf</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-09-17T22:48:37.4486143+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">d4ea346a-cfb0-4727-a672-5989166d84ab</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">71bda1ff-bd2f-45d2-a9dd-e87fe905a581</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">c1bbf88a-c85e-47eb-9eea-cbf547e1bb16</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>f8775def-8c2a-4b7a-94ca-a2d056e785c7</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>06d12dbd-3374-40de-8311-bbae68a94991</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>28a34694-9ca7-45c4-886c-300b3e508d3f</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-09-17T22:48:37.4486143+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-09-17T22:48:37.4486143+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>897b99e2-ee5d-4515-9b87-5a769eb7466d</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>8a9dbb94-06ca-4fc2-bc32-b5d372e1fd55</PrevVehicleID>
<ReportedByID>e716437d-a3e1-49f5-9f7e-2e59fe748392</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-09-17T22:48:37.4486143+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>81dda00f-fe92-4353-b190-7aecc054468b</InspectionItemID>
<InspectionOn>2026-09-17T22:48:37.4486143+04:00</InspectionOn>
<ServiceID>97538f7a-18fd-42e5-8950-77adf2bd9870</ServiceID>
<ServiceTypeID>8279af53-4fc5-4f46-b091-c6483c4faa80</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>6b705474-bc41-4a58-98fa-b246c9b904b6</WorkOrderID>
<WorkOrderOn>2026-09-17T22:48:37.4486143+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>11c79c6d-c96d-42ab-a101-e223fde63339</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>e5b4333f-9d85-4584-91b0-78d0b4aabfea</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>f0989f5c-a834-4430-8012-9cc4dd8f6215</d3p1:PartnerID>
<d3p1:VehicleID>3fb7a730-2ec8-4987-aa01-dbce7c1b9b23</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>