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": "c5cad917-45d6-473f-91c1-b62d18dc506a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "e3daabb1-bd7f-417e-8922-f337f068daeb",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "971e4820-979e-415e-b521-5596427d16cc",
"PartnerID": "1261af2c-c7df-44e2-805e-a657ff2f47cb"
},
"IssueID": "844c2cad-ab66-4b67-ac2d-651678cb182e",
"ReportedDate": "2025-12-15T10:25:04.2931343+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "04c5892b-b71f-491b-baea-735b91938096",
"ReportedByName": "sample string 6",
"AssignedToID": "788f5a0d-4285-4bcb-9d8d-dbb4ac9f22aa",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:25:04.2931343+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "aec35590-49b5-4a6f-9621-c9ee545b6d39",
"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": "eb72e242-90dc-4782-8582-9506a1dc8c0a",
"ServiceTypeID": "84a6e73b-4fba-43ad-b11d-d431278af824",
"WorkOrderOn": "2025-12-15T10:25:04.2931343+04:00",
"WorkOrderID": "61f83544-e484-4bb5-80a5-32a971525ef8",
"InspectionOn": "2025-12-15T10:25:04.2931343+04:00",
"InspectionItemID": "c0bab3d7-48b7-4818-8c3a-2a3979dc4617"
},
"PrevVehicleID": "af6a6ef1-9ca2-4d7f-93c7-37817a4a841d",
"CloseBy": "83ecb2cb-37e7-42c3-8731-bdb7b74483b6",
"CloseOn": "2025-12-15T10:25:04.2931343+04:00",
"CriticalLevel": 0,
"Id": "257ef51f-b7a7-4b41-b39c-5f9963f0feca",
"UserName": "sample string 17",
"UserID": "67dc1f6c-2450-4cdd-92d2-b56ac27f92d6",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:25:04.2931343+04:00",
"ClientID": "36da157c-e04c-440a-b65e-f09f8ee04e83",
"ClientName": "sample string 22",
"PartnerID": "7ffafde5-14f9-4ba9-9a48-f0cfcad855ab",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "c5cad917-45d6-473f-91c1-b62d18dc506a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "e3daabb1-bd7f-417e-8922-f337f068daeb",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "971e4820-979e-415e-b521-5596427d16cc",
"PartnerID": "1261af2c-c7df-44e2-805e-a657ff2f47cb"
},
"IssueID": "844c2cad-ab66-4b67-ac2d-651678cb182e",
"ReportedDate": "2025-12-15T10:25:04.2931343+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "04c5892b-b71f-491b-baea-735b91938096",
"ReportedByName": "sample string 6",
"AssignedToID": "788f5a0d-4285-4bcb-9d8d-dbb4ac9f22aa",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:25:04.2931343+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "aec35590-49b5-4a6f-9621-c9ee545b6d39",
"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": "eb72e242-90dc-4782-8582-9506a1dc8c0a",
"ServiceTypeID": "84a6e73b-4fba-43ad-b11d-d431278af824",
"WorkOrderOn": "2025-12-15T10:25:04.2931343+04:00",
"WorkOrderID": "61f83544-e484-4bb5-80a5-32a971525ef8",
"InspectionOn": "2025-12-15T10:25:04.2931343+04:00",
"InspectionItemID": "c0bab3d7-48b7-4818-8c3a-2a3979dc4617"
},
"PrevVehicleID": "af6a6ef1-9ca2-4d7f-93c7-37817a4a841d",
"CloseBy": "83ecb2cb-37e7-42c3-8731-bdb7b74483b6",
"CloseOn": "2025-12-15T10:25:04.2931343+04:00",
"CriticalLevel": 0,
"Id": "257ef51f-b7a7-4b41-b39c-5f9963f0feca",
"UserName": "sample string 17",
"UserID": "67dc1f6c-2450-4cdd-92d2-b56ac27f92d6",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:25:04.2931343+04:00",
"ClientID": "36da157c-e04c-440a-b65e-f09f8ee04e83",
"ClientName": "sample string 22",
"PartnerID": "7ffafde5-14f9-4ba9-9a48-f0cfcad855ab",
"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">36da157c-e04c-440a-b65e-f09f8ee04e83</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">2025-12-15T10:25:04.2931343+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">257ef51f-b7a7-4b41-b39c-5f9963f0feca</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">7ffafde5-14f9-4ba9-9a48-f0cfcad855ab</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">67dc1f6c-2450-4cdd-92d2-b56ac27f92d6</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>788f5a0d-4285-4bcb-9d8d-dbb4ac9f22aa</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>aec35590-49b5-4a6f-9621-c9ee545b6d39</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>83ecb2cb-37e7-42c3-8731-bdb7b74483b6</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2025-12-15T10:25:04.2931343+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2025-12-15T10:25:04.2931343+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>844c2cad-ab66-4b67-ac2d-651678cb182e</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>af6a6ef1-9ca2-4d7f-93c7-37817a4a841d</PrevVehicleID>
<ReportedByID>04c5892b-b71f-491b-baea-735b91938096</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2025-12-15T10:25:04.2931343+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>c0bab3d7-48b7-4818-8c3a-2a3979dc4617</InspectionItemID>
<InspectionOn>2025-12-15T10:25:04.2931343+04:00</InspectionOn>
<ServiceID>eb72e242-90dc-4782-8582-9506a1dc8c0a</ServiceID>
<ServiceTypeID>84a6e73b-4fba-43ad-b11d-d431278af824</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>61f83544-e484-4bb5-80a5-32a971525ef8</WorkOrderID>
<WorkOrderOn>2025-12-15T10:25:04.2931343+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>971e4820-979e-415e-b521-5596427d16cc</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>e3daabb1-bd7f-417e-8922-f337f068daeb</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>1261af2c-c7df-44e2-805e-a657ff2f47cb</d3p1:PartnerID>
<d3p1:VehicleID>c5cad917-45d6-473f-91c1-b62d18dc506a</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">36da157c-e04c-440a-b65e-f09f8ee04e83</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">2025-12-15T10:25:04.2931343+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">257ef51f-b7a7-4b41-b39c-5f9963f0feca</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">7ffafde5-14f9-4ba9-9a48-f0cfcad855ab</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">67dc1f6c-2450-4cdd-92d2-b56ac27f92d6</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>788f5a0d-4285-4bcb-9d8d-dbb4ac9f22aa</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>aec35590-49b5-4a6f-9621-c9ee545b6d39</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>83ecb2cb-37e7-42c3-8731-bdb7b74483b6</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2025-12-15T10:25:04.2931343+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2025-12-15T10:25:04.2931343+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>844c2cad-ab66-4b67-ac2d-651678cb182e</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>af6a6ef1-9ca2-4d7f-93c7-37817a4a841d</PrevVehicleID>
<ReportedByID>04c5892b-b71f-491b-baea-735b91938096</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2025-12-15T10:25:04.2931343+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>c0bab3d7-48b7-4818-8c3a-2a3979dc4617</InspectionItemID>
<InspectionOn>2025-12-15T10:25:04.2931343+04:00</InspectionOn>
<ServiceID>eb72e242-90dc-4782-8582-9506a1dc8c0a</ServiceID>
<ServiceTypeID>84a6e73b-4fba-43ad-b11d-d431278af824</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>61f83544-e484-4bb5-80a5-32a971525ef8</WorkOrderID>
<WorkOrderOn>2025-12-15T10:25:04.2931343+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>971e4820-979e-415e-b521-5596427d16cc</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>e3daabb1-bd7f-417e-8922-f337f068daeb</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>1261af2c-c7df-44e2-805e-a657ff2f47cb</d3p1:PartnerID>
<d3p1:VehicleID>c5cad917-45d6-473f-91c1-b62d18dc506a</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>