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": "739e1728-ec60-4553-a2d6-b0d3dbabf4f8",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "062be2c5-9950-4cf1-bc2d-1ec55e8659ba",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "794410c6-bf1a-4b0b-8304-c7e623d08456",
"PartnerID": "a2a68923-347e-46fa-974a-f1a8d4a42a8a"
},
"IssueID": "05bfe6df-0a7f-4eb0-bc21-3658d3ba319c",
"ReportedDate": "2026-05-09T16:48:43.1737738+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "4eba545a-654b-4303-9099-9c94e7f97abf",
"ReportedByName": "sample string 6",
"AssignedToID": "e760680a-4d51-4bd5-83f3-3a002c9758bf",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:48:43.1737738+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "2c3c5cf6-2b67-4932-80d5-65983cecb830",
"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": "7d096aaa-c5a1-4834-adc6-9943710de899",
"ServiceTypeID": "8e28d38d-5ce8-4a7f-9572-e33b4fb2c2aa",
"WorkOrderOn": "2026-05-09T16:48:43.1737738+04:00",
"WorkOrderID": "ef1a0737-f6f2-47b9-b0e5-8f60fec00ebe",
"InspectionOn": "2026-05-09T16:48:43.1737738+04:00",
"InspectionItemID": "4a4a1bee-fa11-408a-9270-facaa270b26c"
},
"PrevVehicleID": "5e35e5bc-9813-492b-9bb6-310449b0a839",
"CloseBy": "99728ea6-fc85-4d27-9145-a7144d83f632",
"CloseOn": "2026-05-09T16:48:43.1737738+04:00",
"CriticalLevel": 0,
"Id": "6a39e7c7-0639-4d98-bd4d-94920cd26898",
"UserName": "sample string 17",
"UserID": "eb4b694a-0ef3-430c-84f3-bea1ce2def32",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:48:43.1737738+04:00",
"ClientID": "c2bb6386-a6e0-4991-8246-22bc3c6537e7",
"ClientName": "sample string 22",
"PartnerID": "706cf260-ded0-470a-882f-647d296c8d10",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "739e1728-ec60-4553-a2d6-b0d3dbabf4f8",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "062be2c5-9950-4cf1-bc2d-1ec55e8659ba",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "794410c6-bf1a-4b0b-8304-c7e623d08456",
"PartnerID": "a2a68923-347e-46fa-974a-f1a8d4a42a8a"
},
"IssueID": "05bfe6df-0a7f-4eb0-bc21-3658d3ba319c",
"ReportedDate": "2026-05-09T16:48:43.1737738+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "4eba545a-654b-4303-9099-9c94e7f97abf",
"ReportedByName": "sample string 6",
"AssignedToID": "e760680a-4d51-4bd5-83f3-3a002c9758bf",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:48:43.1737738+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "2c3c5cf6-2b67-4932-80d5-65983cecb830",
"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": "7d096aaa-c5a1-4834-adc6-9943710de899",
"ServiceTypeID": "8e28d38d-5ce8-4a7f-9572-e33b4fb2c2aa",
"WorkOrderOn": "2026-05-09T16:48:43.1737738+04:00",
"WorkOrderID": "ef1a0737-f6f2-47b9-b0e5-8f60fec00ebe",
"InspectionOn": "2026-05-09T16:48:43.1737738+04:00",
"InspectionItemID": "4a4a1bee-fa11-408a-9270-facaa270b26c"
},
"PrevVehicleID": "5e35e5bc-9813-492b-9bb6-310449b0a839",
"CloseBy": "99728ea6-fc85-4d27-9145-a7144d83f632",
"CloseOn": "2026-05-09T16:48:43.1737738+04:00",
"CriticalLevel": 0,
"Id": "6a39e7c7-0639-4d98-bd4d-94920cd26898",
"UserName": "sample string 17",
"UserID": "eb4b694a-0ef3-430c-84f3-bea1ce2def32",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:48:43.1737738+04:00",
"ClientID": "c2bb6386-a6e0-4991-8246-22bc3c6537e7",
"ClientName": "sample string 22",
"PartnerID": "706cf260-ded0-470a-882f-647d296c8d10",
"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">c2bb6386-a6e0-4991-8246-22bc3c6537e7</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-05-09T16:48:43.1737738+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">6a39e7c7-0639-4d98-bd4d-94920cd26898</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">706cf260-ded0-470a-882f-647d296c8d10</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">eb4b694a-0ef3-430c-84f3-bea1ce2def32</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>e760680a-4d51-4bd5-83f3-3a002c9758bf</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>2c3c5cf6-2b67-4932-80d5-65983cecb830</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>99728ea6-fc85-4d27-9145-a7144d83f632</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-05-09T16:48:43.1737738+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-05-09T16:48:43.1737738+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>05bfe6df-0a7f-4eb0-bc21-3658d3ba319c</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>5e35e5bc-9813-492b-9bb6-310449b0a839</PrevVehicleID>
<ReportedByID>4eba545a-654b-4303-9099-9c94e7f97abf</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-05-09T16:48:43.1737738+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>4a4a1bee-fa11-408a-9270-facaa270b26c</InspectionItemID>
<InspectionOn>2026-05-09T16:48:43.1737738+04:00</InspectionOn>
<ServiceID>7d096aaa-c5a1-4834-adc6-9943710de899</ServiceID>
<ServiceTypeID>8e28d38d-5ce8-4a7f-9572-e33b4fb2c2aa</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>ef1a0737-f6f2-47b9-b0e5-8f60fec00ebe</WorkOrderID>
<WorkOrderOn>2026-05-09T16:48:43.1737738+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>794410c6-bf1a-4b0b-8304-c7e623d08456</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>062be2c5-9950-4cf1-bc2d-1ec55e8659ba</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>a2a68923-347e-46fa-974a-f1a8d4a42a8a</d3p1:PartnerID>
<d3p1:VehicleID>739e1728-ec60-4553-a2d6-b0d3dbabf4f8</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">c2bb6386-a6e0-4991-8246-22bc3c6537e7</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-05-09T16:48:43.1737738+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">6a39e7c7-0639-4d98-bd4d-94920cd26898</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">706cf260-ded0-470a-882f-647d296c8d10</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">eb4b694a-0ef3-430c-84f3-bea1ce2def32</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>e760680a-4d51-4bd5-83f3-3a002c9758bf</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>2c3c5cf6-2b67-4932-80d5-65983cecb830</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>99728ea6-fc85-4d27-9145-a7144d83f632</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-05-09T16:48:43.1737738+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-05-09T16:48:43.1737738+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>05bfe6df-0a7f-4eb0-bc21-3658d3ba319c</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>5e35e5bc-9813-492b-9bb6-310449b0a839</PrevVehicleID>
<ReportedByID>4eba545a-654b-4303-9099-9c94e7f97abf</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-05-09T16:48:43.1737738+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>4a4a1bee-fa11-408a-9270-facaa270b26c</InspectionItemID>
<InspectionOn>2026-05-09T16:48:43.1737738+04:00</InspectionOn>
<ServiceID>7d096aaa-c5a1-4834-adc6-9943710de899</ServiceID>
<ServiceTypeID>8e28d38d-5ce8-4a7f-9572-e33b4fb2c2aa</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>ef1a0737-f6f2-47b9-b0e5-8f60fec00ebe</WorkOrderID>
<WorkOrderOn>2026-05-09T16:48:43.1737738+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>794410c6-bf1a-4b0b-8304-c7e623d08456</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>062be2c5-9950-4cf1-bc2d-1ec55e8659ba</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>a2a68923-347e-46fa-974a-f1a8d4a42a8a</d3p1:PartnerID>
<d3p1:VehicleID>739e1728-ec60-4553-a2d6-b0d3dbabf4f8</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>