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": "2c6629bb-a354-4ca2-baff-40aa53c1f14a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "7a169d83-70c1-438b-82c0-99fd07de57e4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "5dcf06f3-45ec-47a0-bcf2-df74d85d46d1",
"PartnerID": "1d442637-e5b3-49bf-84cb-72e3b0be8135"
},
"IssueID": "3a498535-1218-40f1-bd15-2b78cc79738c",
"ReportedDate": "2026-08-21T10:48:04.7951861+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "5bb82a2b-03fc-4e70-9786-d173d0c832d3",
"ReportedByName": "sample string 6",
"AssignedToID": "2cd54a2d-25fb-475b-8b43-5c583e21269d",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-21T10:48:04.7951861+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "784bd95d-843a-4ead-912d-681fa736ae57",
"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": "b4bb41cc-c8b5-4093-977c-77c296459cb4",
"ServiceTypeID": "6f8e3719-2af7-4001-800b-126675be223f",
"WorkOrderOn": "2026-08-21T10:48:04.7951861+04:00",
"WorkOrderID": "b2b62525-aeb2-4247-9ed3-d3aae022710f",
"InspectionOn": "2026-08-21T10:48:04.7951861+04:00",
"InspectionItemID": "8300d4d2-8a11-44a7-9045-e412ad0a0834"
},
"PrevVehicleID": "803b566b-199a-4841-8876-754721d8a3cb",
"CloseBy": "959dfb96-51a2-4d8a-9644-05f09819019c",
"CloseOn": "2026-08-21T10:48:04.7951861+04:00",
"CriticalLevel": 0,
"Id": "104e9917-fde6-4e58-b1fb-c4247104cdf1",
"UserName": "sample string 17",
"UserID": "631a7d7a-6288-4e53-a099-d82f6210fed2",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-21T10:48:04.7951861+04:00",
"ClientID": "86b4eaef-2ca8-4414-86b3-8b12a801ed48",
"ClientName": "sample string 22",
"PartnerID": "9fcf55b0-4fc4-406a-ac55-ea0cee2b51dd",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "2c6629bb-a354-4ca2-baff-40aa53c1f14a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "7a169d83-70c1-438b-82c0-99fd07de57e4",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "5dcf06f3-45ec-47a0-bcf2-df74d85d46d1",
"PartnerID": "1d442637-e5b3-49bf-84cb-72e3b0be8135"
},
"IssueID": "3a498535-1218-40f1-bd15-2b78cc79738c",
"ReportedDate": "2026-08-21T10:48:04.7951861+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "5bb82a2b-03fc-4e70-9786-d173d0c832d3",
"ReportedByName": "sample string 6",
"AssignedToID": "2cd54a2d-25fb-475b-8b43-5c583e21269d",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-21T10:48:04.7951861+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "784bd95d-843a-4ead-912d-681fa736ae57",
"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": "b4bb41cc-c8b5-4093-977c-77c296459cb4",
"ServiceTypeID": "6f8e3719-2af7-4001-800b-126675be223f",
"WorkOrderOn": "2026-08-21T10:48:04.7951861+04:00",
"WorkOrderID": "b2b62525-aeb2-4247-9ed3-d3aae022710f",
"InspectionOn": "2026-08-21T10:48:04.7951861+04:00",
"InspectionItemID": "8300d4d2-8a11-44a7-9045-e412ad0a0834"
},
"PrevVehicleID": "803b566b-199a-4841-8876-754721d8a3cb",
"CloseBy": "959dfb96-51a2-4d8a-9644-05f09819019c",
"CloseOn": "2026-08-21T10:48:04.7951861+04:00",
"CriticalLevel": 0,
"Id": "104e9917-fde6-4e58-b1fb-c4247104cdf1",
"UserName": "sample string 17",
"UserID": "631a7d7a-6288-4e53-a099-d82f6210fed2",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-21T10:48:04.7951861+04:00",
"ClientID": "86b4eaef-2ca8-4414-86b3-8b12a801ed48",
"ClientName": "sample string 22",
"PartnerID": "9fcf55b0-4fc4-406a-ac55-ea0cee2b51dd",
"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">86b4eaef-2ca8-4414-86b3-8b12a801ed48</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-08-21T10:48:04.7951861+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">104e9917-fde6-4e58-b1fb-c4247104cdf1</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">9fcf55b0-4fc4-406a-ac55-ea0cee2b51dd</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">631a7d7a-6288-4e53-a099-d82f6210fed2</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>2cd54a2d-25fb-475b-8b43-5c583e21269d</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>784bd95d-843a-4ead-912d-681fa736ae57</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>959dfb96-51a2-4d8a-9644-05f09819019c</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-21T10:48:04.7951861+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-21T10:48:04.7951861+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>3a498535-1218-40f1-bd15-2b78cc79738c</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>803b566b-199a-4841-8876-754721d8a3cb</PrevVehicleID>
<ReportedByID>5bb82a2b-03fc-4e70-9786-d173d0c832d3</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-21T10:48:04.7951861+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>8300d4d2-8a11-44a7-9045-e412ad0a0834</InspectionItemID>
<InspectionOn>2026-08-21T10:48:04.7951861+04:00</InspectionOn>
<ServiceID>b4bb41cc-c8b5-4093-977c-77c296459cb4</ServiceID>
<ServiceTypeID>6f8e3719-2af7-4001-800b-126675be223f</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>b2b62525-aeb2-4247-9ed3-d3aae022710f</WorkOrderID>
<WorkOrderOn>2026-08-21T10:48:04.7951861+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>5dcf06f3-45ec-47a0-bcf2-df74d85d46d1</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>7a169d83-70c1-438b-82c0-99fd07de57e4</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>1d442637-e5b3-49bf-84cb-72e3b0be8135</d3p1:PartnerID>
<d3p1:VehicleID>2c6629bb-a354-4ca2-baff-40aa53c1f14a</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">86b4eaef-2ca8-4414-86b3-8b12a801ed48</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-08-21T10:48:04.7951861+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">104e9917-fde6-4e58-b1fb-c4247104cdf1</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">9fcf55b0-4fc4-406a-ac55-ea0cee2b51dd</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">631a7d7a-6288-4e53-a099-d82f6210fed2</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>2cd54a2d-25fb-475b-8b43-5c583e21269d</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>784bd95d-843a-4ead-912d-681fa736ae57</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>959dfb96-51a2-4d8a-9644-05f09819019c</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-21T10:48:04.7951861+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-21T10:48:04.7951861+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>3a498535-1218-40f1-bd15-2b78cc79738c</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>803b566b-199a-4841-8876-754721d8a3cb</PrevVehicleID>
<ReportedByID>5bb82a2b-03fc-4e70-9786-d173d0c832d3</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-21T10:48:04.7951861+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>8300d4d2-8a11-44a7-9045-e412ad0a0834</InspectionItemID>
<InspectionOn>2026-08-21T10:48:04.7951861+04:00</InspectionOn>
<ServiceID>b4bb41cc-c8b5-4093-977c-77c296459cb4</ServiceID>
<ServiceTypeID>6f8e3719-2af7-4001-800b-126675be223f</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>b2b62525-aeb2-4247-9ed3-d3aae022710f</WorkOrderID>
<WorkOrderOn>2026-08-21T10:48:04.7951861+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>5dcf06f3-45ec-47a0-bcf2-df74d85d46d1</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>7a169d83-70c1-438b-82c0-99fd07de57e4</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>1d442637-e5b3-49bf-84cb-72e3b0be8135</d3p1:PartnerID>
<d3p1:VehicleID>2c6629bb-a354-4ca2-baff-40aa53c1f14a</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>