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": "ca8bfc11-b2ea-4ee8-a73b-1f7849336401",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d0878256-16b3-44ba-885f-1cd7d5325f54",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "71166a7e-0267-4ab1-8bc6-33b0e7ffc1bc",
"PartnerID": "e72d0ca3-44fb-4624-bbb2-804e801defcc"
},
"IssueID": "ff081007-6e54-4885-9990-df899854e465",
"ReportedDate": "2025-12-15T10:25:54.7784088+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "448aad97-4bae-468e-8f35-4267ab530ae9",
"ReportedByName": "sample string 6",
"AssignedToID": "b3638090-0d76-4c8d-b5a8-18575c9eee4a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:25:54.7784088+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4eb5f1ea-77ac-4bde-927b-ba4847317dd5",
"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": "fafc949d-c75a-4872-a4f5-c6b2638b4954",
"ServiceTypeID": "a35405e1-bfb6-4722-a648-f122ce6cc977",
"WorkOrderOn": "2025-12-15T10:25:54.7940321+04:00",
"WorkOrderID": "625cd216-74ce-40a0-bd4e-0c65a18c40eb",
"InspectionOn": "2025-12-15T10:25:54.7940321+04:00",
"InspectionItemID": "bb957118-487d-49a4-ba00-731fe9e182c3"
},
"PrevVehicleID": "f72043aa-9049-44b7-b9fe-4f07be23f665",
"CloseBy": "ee41be01-94fc-4e6a-8de6-3d8a7c1468b5",
"CloseOn": "2025-12-15T10:25:54.7940321+04:00",
"CriticalLevel": 0,
"Id": "78cf2cea-8fc6-4fd2-aa21-c982cb814bac",
"UserName": "sample string 17",
"UserID": "564e9eed-51fb-47e4-8c65-57454bd2628d",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:25:54.7940321+04:00",
"ClientID": "a8671ea0-0b9c-4d25-a882-e6f72f7a2d6d",
"ClientName": "sample string 22",
"PartnerID": "3783f4a4-707e-454a-8555-a3af9aded5f1",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "ca8bfc11-b2ea-4ee8-a73b-1f7849336401",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d0878256-16b3-44ba-885f-1cd7d5325f54",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "71166a7e-0267-4ab1-8bc6-33b0e7ffc1bc",
"PartnerID": "e72d0ca3-44fb-4624-bbb2-804e801defcc"
},
"IssueID": "ff081007-6e54-4885-9990-df899854e465",
"ReportedDate": "2025-12-15T10:25:54.7784088+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "448aad97-4bae-468e-8f35-4267ab530ae9",
"ReportedByName": "sample string 6",
"AssignedToID": "b3638090-0d76-4c8d-b5a8-18575c9eee4a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-15T10:25:54.7784088+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4eb5f1ea-77ac-4bde-927b-ba4847317dd5",
"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": "fafc949d-c75a-4872-a4f5-c6b2638b4954",
"ServiceTypeID": "a35405e1-bfb6-4722-a648-f122ce6cc977",
"WorkOrderOn": "2025-12-15T10:25:54.7940321+04:00",
"WorkOrderID": "625cd216-74ce-40a0-bd4e-0c65a18c40eb",
"InspectionOn": "2025-12-15T10:25:54.7940321+04:00",
"InspectionItemID": "bb957118-487d-49a4-ba00-731fe9e182c3"
},
"PrevVehicleID": "f72043aa-9049-44b7-b9fe-4f07be23f665",
"CloseBy": "ee41be01-94fc-4e6a-8de6-3d8a7c1468b5",
"CloseOn": "2025-12-15T10:25:54.7940321+04:00",
"CriticalLevel": 0,
"Id": "78cf2cea-8fc6-4fd2-aa21-c982cb814bac",
"UserName": "sample string 17",
"UserID": "564e9eed-51fb-47e4-8c65-57454bd2628d",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-15T10:25:54.7940321+04:00",
"ClientID": "a8671ea0-0b9c-4d25-a882-e6f72f7a2d6d",
"ClientName": "sample string 22",
"PartnerID": "3783f4a4-707e-454a-8555-a3af9aded5f1",
"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">a8671ea0-0b9c-4d25-a882-e6f72f7a2d6d</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:54.7940321+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">78cf2cea-8fc6-4fd2-aa21-c982cb814bac</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">3783f4a4-707e-454a-8555-a3af9aded5f1</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">564e9eed-51fb-47e4-8c65-57454bd2628d</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>b3638090-0d76-4c8d-b5a8-18575c9eee4a</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>4eb5f1ea-77ac-4bde-927b-ba4847317dd5</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>ee41be01-94fc-4e6a-8de6-3d8a7c1468b5</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2025-12-15T10:25:54.7940321+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2025-12-15T10:25:54.7784088+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>ff081007-6e54-4885-9990-df899854e465</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>f72043aa-9049-44b7-b9fe-4f07be23f665</PrevVehicleID>
<ReportedByID>448aad97-4bae-468e-8f35-4267ab530ae9</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2025-12-15T10:25:54.7784088+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>bb957118-487d-49a4-ba00-731fe9e182c3</InspectionItemID>
<InspectionOn>2025-12-15T10:25:54.7940321+04:00</InspectionOn>
<ServiceID>fafc949d-c75a-4872-a4f5-c6b2638b4954</ServiceID>
<ServiceTypeID>a35405e1-bfb6-4722-a648-f122ce6cc977</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>625cd216-74ce-40a0-bd4e-0c65a18c40eb</WorkOrderID>
<WorkOrderOn>2025-12-15T10:25:54.7940321+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>71166a7e-0267-4ab1-8bc6-33b0e7ffc1bc</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>d0878256-16b3-44ba-885f-1cd7d5325f54</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>e72d0ca3-44fb-4624-bbb2-804e801defcc</d3p1:PartnerID>
<d3p1:VehicleID>ca8bfc11-b2ea-4ee8-a73b-1f7849336401</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">a8671ea0-0b9c-4d25-a882-e6f72f7a2d6d</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:54.7940321+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">78cf2cea-8fc6-4fd2-aa21-c982cb814bac</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">3783f4a4-707e-454a-8555-a3af9aded5f1</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">564e9eed-51fb-47e4-8c65-57454bd2628d</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>b3638090-0d76-4c8d-b5a8-18575c9eee4a</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>4eb5f1ea-77ac-4bde-927b-ba4847317dd5</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>ee41be01-94fc-4e6a-8de6-3d8a7c1468b5</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2025-12-15T10:25:54.7940321+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2025-12-15T10:25:54.7784088+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>ff081007-6e54-4885-9990-df899854e465</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>f72043aa-9049-44b7-b9fe-4f07be23f665</PrevVehicleID>
<ReportedByID>448aad97-4bae-468e-8f35-4267ab530ae9</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2025-12-15T10:25:54.7784088+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>bb957118-487d-49a4-ba00-731fe9e182c3</InspectionItemID>
<InspectionOn>2025-12-15T10:25:54.7940321+04:00</InspectionOn>
<ServiceID>fafc949d-c75a-4872-a4f5-c6b2638b4954</ServiceID>
<ServiceTypeID>a35405e1-bfb6-4722-a648-f122ce6cc977</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>625cd216-74ce-40a0-bd4e-0c65a18c40eb</WorkOrderID>
<WorkOrderOn>2025-12-15T10:25:54.7940321+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>71166a7e-0267-4ab1-8bc6-33b0e7ffc1bc</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>d0878256-16b3-44ba-885f-1cd7d5325f54</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>e72d0ca3-44fb-4624-bbb2-804e801defcc</d3p1:PartnerID>
<d3p1:VehicleID>ca8bfc11-b2ea-4ee8-a73b-1f7849336401</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>