GET Api/Issue/GetHistory?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": "7f121ef0-685a-4316-90bc-fb898b06a5e1",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "51f96d0c-dea7-4594-afc7-5fc64c56cab9",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6ecd61db-4156-4f05-b11b-64e06a562208",
"PartnerID": "110ff580-4f06-4f65-b2e4-7c1db31d99ef"
},
"IssueID": "a48ff88d-cf70-4ca7-8cb0-bfd8e558f520",
"ReportedDate": "2026-08-28T11:05:02.8610442+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "8c5ebf10-11c1-4898-b44d-d4397e36283b",
"ReportedByName": "sample string 6",
"AssignedToID": "1acd7b5c-44cd-4285-8fdc-1100cda310d5",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-28T11:05:02.8610442+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "e205389a-23c5-45a4-8715-496e862df11a",
"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": "c84000fe-cf5a-4e0f-b8b9-e0652aa0cab3",
"ServiceTypeID": "c704ce87-4e77-43e4-a461-f7280c7c65b1",
"WorkOrderOn": "2026-08-28T11:05:02.8610442+04:00",
"WorkOrderID": "a6455b18-4668-4a00-bc79-aa37aab5f0fc",
"InspectionOn": "2026-08-28T11:05:02.8610442+04:00",
"InspectionItemID": "8cd48ed6-5cce-4db4-9e9c-8743c2efb2af"
},
"PrevVehicleID": "31f631af-cb79-4fc6-a732-32628e387912",
"CloseBy": "8a9b8ce0-3fcd-43e8-96cf-4ac2d695be2f",
"CloseOn": "2026-08-28T11:05:02.8610442+04:00",
"CriticalLevel": 0,
"Id": "ce9f0e1d-6113-4514-a765-091eba9273d4",
"UserName": "sample string 17",
"UserID": "fee3202d-bd82-4b71-b21f-ca0dacd758cc",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-28T11:05:02.8610442+04:00",
"ClientID": "207a72bf-7d72-4843-a26a-8a179645a2ca",
"ClientName": "sample string 22",
"PartnerID": "7958c997-7cf1-4c3c-8746-01297c87969b",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "7f121ef0-685a-4316-90bc-fb898b06a5e1",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "51f96d0c-dea7-4594-afc7-5fc64c56cab9",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6ecd61db-4156-4f05-b11b-64e06a562208",
"PartnerID": "110ff580-4f06-4f65-b2e4-7c1db31d99ef"
},
"IssueID": "a48ff88d-cf70-4ca7-8cb0-bfd8e558f520",
"ReportedDate": "2026-08-28T11:05:02.8610442+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "8c5ebf10-11c1-4898-b44d-d4397e36283b",
"ReportedByName": "sample string 6",
"AssignedToID": "1acd7b5c-44cd-4285-8fdc-1100cda310d5",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-28T11:05:02.8610442+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "e205389a-23c5-45a4-8715-496e862df11a",
"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": "c84000fe-cf5a-4e0f-b8b9-e0652aa0cab3",
"ServiceTypeID": "c704ce87-4e77-43e4-a461-f7280c7c65b1",
"WorkOrderOn": "2026-08-28T11:05:02.8610442+04:00",
"WorkOrderID": "a6455b18-4668-4a00-bc79-aa37aab5f0fc",
"InspectionOn": "2026-08-28T11:05:02.8610442+04:00",
"InspectionItemID": "8cd48ed6-5cce-4db4-9e9c-8743c2efb2af"
},
"PrevVehicleID": "31f631af-cb79-4fc6-a732-32628e387912",
"CloseBy": "8a9b8ce0-3fcd-43e8-96cf-4ac2d695be2f",
"CloseOn": "2026-08-28T11:05:02.8610442+04:00",
"CriticalLevel": 0,
"Id": "ce9f0e1d-6113-4514-a765-091eba9273d4",
"UserName": "sample string 17",
"UserID": "fee3202d-bd82-4b71-b21f-ca0dacd758cc",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-28T11:05:02.8610442+04:00",
"ClientID": "207a72bf-7d72-4843-a26a-8a179645a2ca",
"ClientName": "sample string 22",
"PartnerID": "7958c997-7cf1-4c3c-8746-01297c87969b",
"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">207a72bf-7d72-4843-a26a-8a179645a2ca</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-28T11:05:02.8610442+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">ce9f0e1d-6113-4514-a765-091eba9273d4</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">7958c997-7cf1-4c3c-8746-01297c87969b</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">fee3202d-bd82-4b71-b21f-ca0dacd758cc</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>1acd7b5c-44cd-4285-8fdc-1100cda310d5</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>e205389a-23c5-45a4-8715-496e862df11a</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>8a9b8ce0-3fcd-43e8-96cf-4ac2d695be2f</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-28T11:05:02.8610442+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-28T11:05:02.8610442+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>a48ff88d-cf70-4ca7-8cb0-bfd8e558f520</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>31f631af-cb79-4fc6-a732-32628e387912</PrevVehicleID>
<ReportedByID>8c5ebf10-11c1-4898-b44d-d4397e36283b</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-28T11:05:02.8610442+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>8cd48ed6-5cce-4db4-9e9c-8743c2efb2af</InspectionItemID>
<InspectionOn>2026-08-28T11:05:02.8610442+04:00</InspectionOn>
<ServiceID>c84000fe-cf5a-4e0f-b8b9-e0652aa0cab3</ServiceID>
<ServiceTypeID>c704ce87-4e77-43e4-a461-f7280c7c65b1</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>a6455b18-4668-4a00-bc79-aa37aab5f0fc</WorkOrderID>
<WorkOrderOn>2026-08-28T11:05:02.8610442+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>6ecd61db-4156-4f05-b11b-64e06a562208</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>51f96d0c-dea7-4594-afc7-5fc64c56cab9</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>110ff580-4f06-4f65-b2e4-7c1db31d99ef</d3p1:PartnerID>
<d3p1:VehicleID>7f121ef0-685a-4316-90bc-fb898b06a5e1</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">207a72bf-7d72-4843-a26a-8a179645a2ca</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-28T11:05:02.8610442+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">ce9f0e1d-6113-4514-a765-091eba9273d4</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">7958c997-7cf1-4c3c-8746-01297c87969b</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">fee3202d-bd82-4b71-b21f-ca0dacd758cc</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>1acd7b5c-44cd-4285-8fdc-1100cda310d5</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>e205389a-23c5-45a4-8715-496e862df11a</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>8a9b8ce0-3fcd-43e8-96cf-4ac2d695be2f</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-28T11:05:02.8610442+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-28T11:05:02.8610442+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>a48ff88d-cf70-4ca7-8cb0-bfd8e558f520</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>31f631af-cb79-4fc6-a732-32628e387912</PrevVehicleID>
<ReportedByID>8c5ebf10-11c1-4898-b44d-d4397e36283b</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-28T11:05:02.8610442+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>8cd48ed6-5cce-4db4-9e9c-8743c2efb2af</InspectionItemID>
<InspectionOn>2026-08-28T11:05:02.8610442+04:00</InspectionOn>
<ServiceID>c84000fe-cf5a-4e0f-b8b9-e0652aa0cab3</ServiceID>
<ServiceTypeID>c704ce87-4e77-43e4-a461-f7280c7c65b1</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>a6455b18-4668-4a00-bc79-aa37aab5f0fc</WorkOrderID>
<WorkOrderOn>2026-08-28T11:05:02.8610442+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>6ecd61db-4156-4f05-b11b-64e06a562208</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>51f96d0c-dea7-4594-afc7-5fc64c56cab9</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>110ff580-4f06-4f65-b2e4-7c1db31d99ef</d3p1:PartnerID>
<d3p1:VehicleID>7f121ef0-685a-4316-90bc-fb898b06a5e1</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>