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": "a6da0aa3-9d6e-41c9-bd54-6c7218f367b3",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "ea4d2c83-9657-4cc1-8a2e-884c3339d48a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "cf1a237c-2455-4283-930e-7650bc5f024e",
"PartnerID": "69cd7d7f-162e-4d92-b5ca-4e6bd9633526"
},
"IssueID": "7c7c6507-284c-492d-9c64-794f31bf0889",
"ReportedDate": "2026-03-25T01:26:50.4469149+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "1ed59416-7375-4114-90fa-cededf750739",
"ReportedByName": "sample string 6",
"AssignedToID": "78d4c409-f95b-4d05-8bed-8e6579026cbb",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:26:50.4469149+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "9e624dab-77b0-48c6-bb4e-6282bfdc6b71",
"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": "fd18fd9c-96b1-4529-9b62-73111373f9f5",
"ServiceTypeID": "821928a7-280e-47f4-ae24-b537b5de11b7",
"WorkOrderOn": "2026-03-25T01:26:50.4469149+04:00",
"WorkOrderID": "1e755708-2ba2-439b-9252-0a9c2f39c9ac",
"InspectionOn": "2026-03-25T01:26:50.4469149+04:00",
"InspectionItemID": "8d4d52b8-10ce-45ed-b195-5555817f3f74"
},
"PrevVehicleID": "5335b8cd-990c-42e5-bb0a-c6d6f6714190",
"CloseBy": "3c23c0fa-781b-49ba-90ee-74b94910d6ce",
"CloseOn": "2026-03-25T01:26:50.4469149+04:00",
"CriticalLevel": 0,
"Id": "b31d7c3a-6800-4a32-b14c-f93d7ebaa77a",
"UserName": "sample string 17",
"UserID": "56fd47f5-754c-45d0-8464-a3dd024b82fe",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:26:50.4469149+04:00",
"ClientID": "b53e84c4-8f0f-4e35-af19-e5d4f2ae5cc5",
"ClientName": "sample string 22",
"PartnerID": "19994355-893b-47a6-b9ce-10988abac3e4",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "a6da0aa3-9d6e-41c9-bd54-6c7218f367b3",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "ea4d2c83-9657-4cc1-8a2e-884c3339d48a",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "cf1a237c-2455-4283-930e-7650bc5f024e",
"PartnerID": "69cd7d7f-162e-4d92-b5ca-4e6bd9633526"
},
"IssueID": "7c7c6507-284c-492d-9c64-794f31bf0889",
"ReportedDate": "2026-03-25T01:26:50.4469149+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "1ed59416-7375-4114-90fa-cededf750739",
"ReportedByName": "sample string 6",
"AssignedToID": "78d4c409-f95b-4d05-8bed-8e6579026cbb",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:26:50.4469149+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "9e624dab-77b0-48c6-bb4e-6282bfdc6b71",
"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": "fd18fd9c-96b1-4529-9b62-73111373f9f5",
"ServiceTypeID": "821928a7-280e-47f4-ae24-b537b5de11b7",
"WorkOrderOn": "2026-03-25T01:26:50.4469149+04:00",
"WorkOrderID": "1e755708-2ba2-439b-9252-0a9c2f39c9ac",
"InspectionOn": "2026-03-25T01:26:50.4469149+04:00",
"InspectionItemID": "8d4d52b8-10ce-45ed-b195-5555817f3f74"
},
"PrevVehicleID": "5335b8cd-990c-42e5-bb0a-c6d6f6714190",
"CloseBy": "3c23c0fa-781b-49ba-90ee-74b94910d6ce",
"CloseOn": "2026-03-25T01:26:50.4469149+04:00",
"CriticalLevel": 0,
"Id": "b31d7c3a-6800-4a32-b14c-f93d7ebaa77a",
"UserName": "sample string 17",
"UserID": "56fd47f5-754c-45d0-8464-a3dd024b82fe",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:26:50.4469149+04:00",
"ClientID": "b53e84c4-8f0f-4e35-af19-e5d4f2ae5cc5",
"ClientName": "sample string 22",
"PartnerID": "19994355-893b-47a6-b9ce-10988abac3e4",
"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">b53e84c4-8f0f-4e35-af19-e5d4f2ae5cc5</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-03-25T01:26:50.4469149+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b31d7c3a-6800-4a32-b14c-f93d7ebaa77a</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">19994355-893b-47a6-b9ce-10988abac3e4</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">56fd47f5-754c-45d0-8464-a3dd024b82fe</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>78d4c409-f95b-4d05-8bed-8e6579026cbb</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>9e624dab-77b0-48c6-bb4e-6282bfdc6b71</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>3c23c0fa-781b-49ba-90ee-74b94910d6ce</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-03-25T01:26:50.4469149+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-03-25T01:26:50.4469149+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>7c7c6507-284c-492d-9c64-794f31bf0889</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>5335b8cd-990c-42e5-bb0a-c6d6f6714190</PrevVehicleID>
<ReportedByID>1ed59416-7375-4114-90fa-cededf750739</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-03-25T01:26:50.4469149+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>8d4d52b8-10ce-45ed-b195-5555817f3f74</InspectionItemID>
<InspectionOn>2026-03-25T01:26:50.4469149+04:00</InspectionOn>
<ServiceID>fd18fd9c-96b1-4529-9b62-73111373f9f5</ServiceID>
<ServiceTypeID>821928a7-280e-47f4-ae24-b537b5de11b7</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>1e755708-2ba2-439b-9252-0a9c2f39c9ac</WorkOrderID>
<WorkOrderOn>2026-03-25T01:26:50.4469149+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>cf1a237c-2455-4283-930e-7650bc5f024e</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>ea4d2c83-9657-4cc1-8a2e-884c3339d48a</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>69cd7d7f-162e-4d92-b5ca-4e6bd9633526</d3p1:PartnerID>
<d3p1:VehicleID>a6da0aa3-9d6e-41c9-bd54-6c7218f367b3</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b53e84c4-8f0f-4e35-af19-e5d4f2ae5cc5</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-03-25T01:26:50.4469149+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b31d7c3a-6800-4a32-b14c-f93d7ebaa77a</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">19994355-893b-47a6-b9ce-10988abac3e4</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">56fd47f5-754c-45d0-8464-a3dd024b82fe</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>78d4c409-f95b-4d05-8bed-8e6579026cbb</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>9e624dab-77b0-48c6-bb4e-6282bfdc6b71</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>3c23c0fa-781b-49ba-90ee-74b94910d6ce</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-03-25T01:26:50.4469149+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-03-25T01:26:50.4469149+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>7c7c6507-284c-492d-9c64-794f31bf0889</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>5335b8cd-990c-42e5-bb0a-c6d6f6714190</PrevVehicleID>
<ReportedByID>1ed59416-7375-4114-90fa-cededf750739</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-03-25T01:26:50.4469149+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>8d4d52b8-10ce-45ed-b195-5555817f3f74</InspectionItemID>
<InspectionOn>2026-03-25T01:26:50.4469149+04:00</InspectionOn>
<ServiceID>fd18fd9c-96b1-4529-9b62-73111373f9f5</ServiceID>
<ServiceTypeID>821928a7-280e-47f4-ae24-b537b5de11b7</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>1e755708-2ba2-439b-9252-0a9c2f39c9ac</WorkOrderID>
<WorkOrderOn>2026-03-25T01:26:50.4469149+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>cf1a237c-2455-4283-930e-7650bc5f024e</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>ea4d2c83-9657-4cc1-8a2e-884c3339d48a</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>69cd7d7f-162e-4d92-b5ca-4e6bd9633526</d3p1:PartnerID>
<d3p1:VehicleID>a6da0aa3-9d6e-41c9-bd54-6c7218f367b3</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>