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": "a66a9bce-c5f6-42d9-9be4-53eac3445596",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "68172087-a6e9-402d-a2fd-96202f06a045",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "95d8be4c-c275-4fac-9af2-a1c2a13a7d24",
"PartnerID": "4bb47ae2-8731-47b6-87c1-4e8a510fa9ad"
},
"IssueID": "ce938530-9f30-48e4-8b1d-bcc8ef5d492c",
"ReportedDate": "2026-05-09T16:47:48.6731037+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "db7b1e03-f3e1-4683-acb8-fbdccb630e14",
"ReportedByName": "sample string 6",
"AssignedToID": "3bc4bbec-a324-4233-98ab-d653ad2f1db9",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:47:48.6731037+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "2145ddd1-0f6c-4ce3-b41a-b513ae43f673",
"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": "d988afce-b3da-49f5-983e-10be13bda240",
"ServiceTypeID": "b95e4c06-0648-4974-a849-556b7bbd025d",
"WorkOrderOn": "2026-05-09T16:47:48.6731037+04:00",
"WorkOrderID": "1d0dd5ab-b3b5-4691-9c28-38cbaa22ef40",
"InspectionOn": "2026-05-09T16:47:48.6731037+04:00",
"InspectionItemID": "a286f79d-651c-48c7-a358-3338a0c4700b"
},
"PrevVehicleID": "8cec102b-c785-4fd5-8fae-3c35ca8c0583",
"CloseBy": "5ad27f68-629d-4f62-bb20-d57f68803bde",
"CloseOn": "2026-05-09T16:47:48.6731037+04:00",
"CriticalLevel": 0,
"Id": "6e478915-cf3e-46a8-b85b-73d9142bb626",
"UserName": "sample string 17",
"UserID": "8e8457ed-0103-46cf-8ed0-401933650ba1",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:47:48.6731037+04:00",
"ClientID": "18378731-5a1c-48de-90f0-8c507a3dd44a",
"ClientName": "sample string 22",
"PartnerID": "52222542-d094-47b3-ae37-1cb3e106d85f",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "a66a9bce-c5f6-42d9-9be4-53eac3445596",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "68172087-a6e9-402d-a2fd-96202f06a045",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "95d8be4c-c275-4fac-9af2-a1c2a13a7d24",
"PartnerID": "4bb47ae2-8731-47b6-87c1-4e8a510fa9ad"
},
"IssueID": "ce938530-9f30-48e4-8b1d-bcc8ef5d492c",
"ReportedDate": "2026-05-09T16:47:48.6731037+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "db7b1e03-f3e1-4683-acb8-fbdccb630e14",
"ReportedByName": "sample string 6",
"AssignedToID": "3bc4bbec-a324-4233-98ab-d653ad2f1db9",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:47:48.6731037+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "2145ddd1-0f6c-4ce3-b41a-b513ae43f673",
"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": "d988afce-b3da-49f5-983e-10be13bda240",
"ServiceTypeID": "b95e4c06-0648-4974-a849-556b7bbd025d",
"WorkOrderOn": "2026-05-09T16:47:48.6731037+04:00",
"WorkOrderID": "1d0dd5ab-b3b5-4691-9c28-38cbaa22ef40",
"InspectionOn": "2026-05-09T16:47:48.6731037+04:00",
"InspectionItemID": "a286f79d-651c-48c7-a358-3338a0c4700b"
},
"PrevVehicleID": "8cec102b-c785-4fd5-8fae-3c35ca8c0583",
"CloseBy": "5ad27f68-629d-4f62-bb20-d57f68803bde",
"CloseOn": "2026-05-09T16:47:48.6731037+04:00",
"CriticalLevel": 0,
"Id": "6e478915-cf3e-46a8-b85b-73d9142bb626",
"UserName": "sample string 17",
"UserID": "8e8457ed-0103-46cf-8ed0-401933650ba1",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:47:48.6731037+04:00",
"ClientID": "18378731-5a1c-48de-90f0-8c507a3dd44a",
"ClientName": "sample string 22",
"PartnerID": "52222542-d094-47b3-ae37-1cb3e106d85f",
"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">18378731-5a1c-48de-90f0-8c507a3dd44a</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-09T16:47:48.6731037+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">6e478915-cf3e-46a8-b85b-73d9142bb626</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">52222542-d094-47b3-ae37-1cb3e106d85f</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">8e8457ed-0103-46cf-8ed0-401933650ba1</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>3bc4bbec-a324-4233-98ab-d653ad2f1db9</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>2145ddd1-0f6c-4ce3-b41a-b513ae43f673</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>5ad27f68-629d-4f62-bb20-d57f68803bde</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-05-09T16:47:48.6731037+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-05-09T16:47:48.6731037+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>ce938530-9f30-48e4-8b1d-bcc8ef5d492c</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>8cec102b-c785-4fd5-8fae-3c35ca8c0583</PrevVehicleID>
<ReportedByID>db7b1e03-f3e1-4683-acb8-fbdccb630e14</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-05-09T16:47:48.6731037+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>a286f79d-651c-48c7-a358-3338a0c4700b</InspectionItemID>
<InspectionOn>2026-05-09T16:47:48.6731037+04:00</InspectionOn>
<ServiceID>d988afce-b3da-49f5-983e-10be13bda240</ServiceID>
<ServiceTypeID>b95e4c06-0648-4974-a849-556b7bbd025d</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>1d0dd5ab-b3b5-4691-9c28-38cbaa22ef40</WorkOrderID>
<WorkOrderOn>2026-05-09T16:47:48.6731037+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>95d8be4c-c275-4fac-9af2-a1c2a13a7d24</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>68172087-a6e9-402d-a2fd-96202f06a045</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>4bb47ae2-8731-47b6-87c1-4e8a510fa9ad</d3p1:PartnerID>
<d3p1:VehicleID>a66a9bce-c5f6-42d9-9be4-53eac3445596</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">18378731-5a1c-48de-90f0-8c507a3dd44a</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-09T16:47:48.6731037+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">6e478915-cf3e-46a8-b85b-73d9142bb626</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">52222542-d094-47b3-ae37-1cb3e106d85f</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">8e8457ed-0103-46cf-8ed0-401933650ba1</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>3bc4bbec-a324-4233-98ab-d653ad2f1db9</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>2145ddd1-0f6c-4ce3-b41a-b513ae43f673</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>5ad27f68-629d-4f62-bb20-d57f68803bde</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-05-09T16:47:48.6731037+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-05-09T16:47:48.6731037+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>ce938530-9f30-48e4-8b1d-bcc8ef5d492c</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>8cec102b-c785-4fd5-8fae-3c35ca8c0583</PrevVehicleID>
<ReportedByID>db7b1e03-f3e1-4683-acb8-fbdccb630e14</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-05-09T16:47:48.6731037+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>a286f79d-651c-48c7-a358-3338a0c4700b</InspectionItemID>
<InspectionOn>2026-05-09T16:47:48.6731037+04:00</InspectionOn>
<ServiceID>d988afce-b3da-49f5-983e-10be13bda240</ServiceID>
<ServiceTypeID>b95e4c06-0648-4974-a849-556b7bbd025d</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>1d0dd5ab-b3b5-4691-9c28-38cbaa22ef40</WorkOrderID>
<WorkOrderOn>2026-05-09T16:47:48.6731037+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>95d8be4c-c275-4fac-9af2-a1c2a13a7d24</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>68172087-a6e9-402d-a2fd-96202f06a045</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>4bb47ae2-8731-47b6-87c1-4e8a510fa9ad</d3p1:PartnerID>
<d3p1:VehicleID>a66a9bce-c5f6-42d9-9be4-53eac3445596</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>