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": "164e13d6-a001-404b-b280-edc36c8f6329",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "86e2d2f4-f1cc-45b8-8284-3b743f3aae07",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "897567a5-081b-4c40-975a-2bd851984169",
"PartnerID": "3bfe9fa6-4421-4dfe-a34b-685c3f6c1c56"
},
"IssueID": "092be530-7ba6-42a1-9478-72905bbc76ef",
"ReportedDate": "2026-08-03T06:08:42.3847368+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "689b40ef-1bd8-45a5-9e96-30a77755877d",
"ReportedByName": "sample string 6",
"AssignedToID": "3e3ef3ed-3190-4d54-a97d-b5c37adf71ff",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-03T06:08:42.3847368+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4dca20aa-56b3-49e9-9088-e0612706e0af",
"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": "2d8fc979-1a29-48c7-bb1f-1029b3edac52",
"ServiceTypeID": "e9f396ad-f5b8-4e7b-b0e8-f132e9ee4c47",
"WorkOrderOn": "2026-08-03T06:08:42.3847368+04:00",
"WorkOrderID": "bbf1e695-8609-40c1-82af-18d5347e3fd9",
"InspectionOn": "2026-08-03T06:08:42.3847368+04:00",
"InspectionItemID": "b8c5d4a9-0ce6-4850-a061-e27ddfd2021e"
},
"PrevVehicleID": "af195ce0-8f06-46ea-ace2-8a480d485cdc",
"CloseBy": "b422220e-cc5c-4744-a36a-4db3f14baec4",
"CloseOn": "2026-08-03T06:08:42.3847368+04:00",
"CriticalLevel": 0,
"Id": "d95e2f18-33e6-45a4-812a-5bcca130ff92",
"UserName": "sample string 17",
"UserID": "343be3ee-1b79-443b-8ff4-7f7620e210ad",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-03T06:08:42.3847368+04:00",
"ClientID": "fb48eb3e-5dc2-418a-89e7-2636b29a5261",
"ClientName": "sample string 22",
"PartnerID": "a7feceef-674b-42b5-bb3e-e6355a352bb9",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "164e13d6-a001-404b-b280-edc36c8f6329",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "86e2d2f4-f1cc-45b8-8284-3b743f3aae07",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "897567a5-081b-4c40-975a-2bd851984169",
"PartnerID": "3bfe9fa6-4421-4dfe-a34b-685c3f6c1c56"
},
"IssueID": "092be530-7ba6-42a1-9478-72905bbc76ef",
"ReportedDate": "2026-08-03T06:08:42.3847368+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "689b40ef-1bd8-45a5-9e96-30a77755877d",
"ReportedByName": "sample string 6",
"AssignedToID": "3e3ef3ed-3190-4d54-a97d-b5c37adf71ff",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-08-03T06:08:42.3847368+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4dca20aa-56b3-49e9-9088-e0612706e0af",
"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": "2d8fc979-1a29-48c7-bb1f-1029b3edac52",
"ServiceTypeID": "e9f396ad-f5b8-4e7b-b0e8-f132e9ee4c47",
"WorkOrderOn": "2026-08-03T06:08:42.3847368+04:00",
"WorkOrderID": "bbf1e695-8609-40c1-82af-18d5347e3fd9",
"InspectionOn": "2026-08-03T06:08:42.3847368+04:00",
"InspectionItemID": "b8c5d4a9-0ce6-4850-a061-e27ddfd2021e"
},
"PrevVehicleID": "af195ce0-8f06-46ea-ace2-8a480d485cdc",
"CloseBy": "b422220e-cc5c-4744-a36a-4db3f14baec4",
"CloseOn": "2026-08-03T06:08:42.3847368+04:00",
"CriticalLevel": 0,
"Id": "d95e2f18-33e6-45a4-812a-5bcca130ff92",
"UserName": "sample string 17",
"UserID": "343be3ee-1b79-443b-8ff4-7f7620e210ad",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-08-03T06:08:42.3847368+04:00",
"ClientID": "fb48eb3e-5dc2-418a-89e7-2636b29a5261",
"ClientName": "sample string 22",
"PartnerID": "a7feceef-674b-42b5-bb3e-e6355a352bb9",
"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">fb48eb3e-5dc2-418a-89e7-2636b29a5261</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-03T06:08:42.3847368+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">d95e2f18-33e6-45a4-812a-5bcca130ff92</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">a7feceef-674b-42b5-bb3e-e6355a352bb9</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">343be3ee-1b79-443b-8ff4-7f7620e210ad</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>3e3ef3ed-3190-4d54-a97d-b5c37adf71ff</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>4dca20aa-56b3-49e9-9088-e0612706e0af</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>b422220e-cc5c-4744-a36a-4db3f14baec4</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-03T06:08:42.3847368+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-03T06:08:42.3847368+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>092be530-7ba6-42a1-9478-72905bbc76ef</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>af195ce0-8f06-46ea-ace2-8a480d485cdc</PrevVehicleID>
<ReportedByID>689b40ef-1bd8-45a5-9e96-30a77755877d</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-03T06:08:42.3847368+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>b8c5d4a9-0ce6-4850-a061-e27ddfd2021e</InspectionItemID>
<InspectionOn>2026-08-03T06:08:42.3847368+04:00</InspectionOn>
<ServiceID>2d8fc979-1a29-48c7-bb1f-1029b3edac52</ServiceID>
<ServiceTypeID>e9f396ad-f5b8-4e7b-b0e8-f132e9ee4c47</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>bbf1e695-8609-40c1-82af-18d5347e3fd9</WorkOrderID>
<WorkOrderOn>2026-08-03T06:08:42.3847368+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>897567a5-081b-4c40-975a-2bd851984169</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>86e2d2f4-f1cc-45b8-8284-3b743f3aae07</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>3bfe9fa6-4421-4dfe-a34b-685c3f6c1c56</d3p1:PartnerID>
<d3p1:VehicleID>164e13d6-a001-404b-b280-edc36c8f6329</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">fb48eb3e-5dc2-418a-89e7-2636b29a5261</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-03T06:08:42.3847368+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">d95e2f18-33e6-45a4-812a-5bcca130ff92</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">a7feceef-674b-42b5-bb3e-e6355a352bb9</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">343be3ee-1b79-443b-8ff4-7f7620e210ad</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>3e3ef3ed-3190-4d54-a97d-b5c37adf71ff</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>4dca20aa-56b3-49e9-9088-e0612706e0af</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>b422220e-cc5c-4744-a36a-4db3f14baec4</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-08-03T06:08:42.3847368+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-08-03T06:08:42.3847368+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>092be530-7ba6-42a1-9478-72905bbc76ef</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>af195ce0-8f06-46ea-ace2-8a480d485cdc</PrevVehicleID>
<ReportedByID>689b40ef-1bd8-45a5-9e96-30a77755877d</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-08-03T06:08:42.3847368+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>b8c5d4a9-0ce6-4850-a061-e27ddfd2021e</InspectionItemID>
<InspectionOn>2026-08-03T06:08:42.3847368+04:00</InspectionOn>
<ServiceID>2d8fc979-1a29-48c7-bb1f-1029b3edac52</ServiceID>
<ServiceTypeID>e9f396ad-f5b8-4e7b-b0e8-f132e9ee4c47</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>bbf1e695-8609-40c1-82af-18d5347e3fd9</WorkOrderID>
<WorkOrderOn>2026-08-03T06:08:42.3847368+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>897567a5-081b-4c40-975a-2bd851984169</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>86e2d2f4-f1cc-45b8-8284-3b743f3aae07</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>3bfe9fa6-4421-4dfe-a34b-685c3f6c1c56</d3p1:PartnerID>
<d3p1:VehicleID>164e13d6-a001-404b-b280-edc36c8f6329</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>