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": "c4880130-4a07-4df2-9ed8-47d1c39cff6a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f6ee78c7-566a-44ad-a93f-12c7261e9785",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b9a550de-b731-4da7-b49d-0cd0decdfa08",
"PartnerID": "682e70e5-f948-4833-a996-2454f3c0faef"
},
"IssueID": "838c0b26-2638-4003-99d4-b78092f6ddde",
"ReportedDate": "2026-06-24T16:11:25.8850821+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "5918db7f-422b-478c-b6a7-87e9f6bb1de8",
"ReportedByName": "sample string 6",
"AssignedToID": "a4ffff47-2d67-4945-9a52-a4f67c253ce1",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:11:25.8850821+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "d5d662b6-5728-4682-ac37-10e4dea4c64b",
"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": "3ae1c1eb-148b-4f2f-b34a-a6e0ad4d1a11",
"ServiceTypeID": "316b3f99-f64a-4d28-9784-793906abcbfb",
"WorkOrderOn": "2026-06-24T16:11:25.8850821+04:00",
"WorkOrderID": "899d80ed-f69e-42a0-ad80-1a51a36739ad",
"InspectionOn": "2026-06-24T16:11:25.8850821+04:00",
"InspectionItemID": "712102bb-73db-423c-811f-6df95a5df40b"
},
"PrevVehicleID": "cc5e7144-6b9c-4968-af5f-60101d12cd8d",
"CloseBy": "551148f6-98ca-49ef-8fdd-d0be956b6c9a",
"CloseOn": "2026-06-24T16:11:25.8850821+04:00",
"CriticalLevel": 0,
"Id": "fa1e3564-73d2-4737-a1ea-8d9fe9e6beef",
"UserName": "sample string 17",
"UserID": "ce01dfd3-3e29-40dc-abd5-3be46f234e8f",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:11:25.8850821+04:00",
"ClientID": "1cfbf4b2-e532-42e4-9c98-8e912b572762",
"ClientName": "sample string 22",
"PartnerID": "b0afc77f-c6dc-42d4-895b-bcd06d9a8f00",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "c4880130-4a07-4df2-9ed8-47d1c39cff6a",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "f6ee78c7-566a-44ad-a93f-12c7261e9785",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "b9a550de-b731-4da7-b49d-0cd0decdfa08",
"PartnerID": "682e70e5-f948-4833-a996-2454f3c0faef"
},
"IssueID": "838c0b26-2638-4003-99d4-b78092f6ddde",
"ReportedDate": "2026-06-24T16:11:25.8850821+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "5918db7f-422b-478c-b6a7-87e9f6bb1de8",
"ReportedByName": "sample string 6",
"AssignedToID": "a4ffff47-2d67-4945-9a52-a4f67c253ce1",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-06-24T16:11:25.8850821+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "d5d662b6-5728-4682-ac37-10e4dea4c64b",
"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": "3ae1c1eb-148b-4f2f-b34a-a6e0ad4d1a11",
"ServiceTypeID": "316b3f99-f64a-4d28-9784-793906abcbfb",
"WorkOrderOn": "2026-06-24T16:11:25.8850821+04:00",
"WorkOrderID": "899d80ed-f69e-42a0-ad80-1a51a36739ad",
"InspectionOn": "2026-06-24T16:11:25.8850821+04:00",
"InspectionItemID": "712102bb-73db-423c-811f-6df95a5df40b"
},
"PrevVehicleID": "cc5e7144-6b9c-4968-af5f-60101d12cd8d",
"CloseBy": "551148f6-98ca-49ef-8fdd-d0be956b6c9a",
"CloseOn": "2026-06-24T16:11:25.8850821+04:00",
"CriticalLevel": 0,
"Id": "fa1e3564-73d2-4737-a1ea-8d9fe9e6beef",
"UserName": "sample string 17",
"UserID": "ce01dfd3-3e29-40dc-abd5-3be46f234e8f",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-06-24T16:11:25.8850821+04:00",
"ClientID": "1cfbf4b2-e532-42e4-9c98-8e912b572762",
"ClientName": "sample string 22",
"PartnerID": "b0afc77f-c6dc-42d4-895b-bcd06d9a8f00",
"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">1cfbf4b2-e532-42e4-9c98-8e912b572762</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-06-24T16:11:25.8850821+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">fa1e3564-73d2-4737-a1ea-8d9fe9e6beef</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b0afc77f-c6dc-42d4-895b-bcd06d9a8f00</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">ce01dfd3-3e29-40dc-abd5-3be46f234e8f</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>a4ffff47-2d67-4945-9a52-a4f67c253ce1</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>d5d662b6-5728-4682-ac37-10e4dea4c64b</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>551148f6-98ca-49ef-8fdd-d0be956b6c9a</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-06-24T16:11:25.8850821+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-06-24T16:11:25.8850821+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>838c0b26-2638-4003-99d4-b78092f6ddde</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>cc5e7144-6b9c-4968-af5f-60101d12cd8d</PrevVehicleID>
<ReportedByID>5918db7f-422b-478c-b6a7-87e9f6bb1de8</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-06-24T16:11:25.8850821+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>712102bb-73db-423c-811f-6df95a5df40b</InspectionItemID>
<InspectionOn>2026-06-24T16:11:25.8850821+04:00</InspectionOn>
<ServiceID>3ae1c1eb-148b-4f2f-b34a-a6e0ad4d1a11</ServiceID>
<ServiceTypeID>316b3f99-f64a-4d28-9784-793906abcbfb</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>899d80ed-f69e-42a0-ad80-1a51a36739ad</WorkOrderID>
<WorkOrderOn>2026-06-24T16:11:25.8850821+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>b9a550de-b731-4da7-b49d-0cd0decdfa08</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>f6ee78c7-566a-44ad-a93f-12c7261e9785</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>682e70e5-f948-4833-a996-2454f3c0faef</d3p1:PartnerID>
<d3p1:VehicleID>c4880130-4a07-4df2-9ed8-47d1c39cff6a</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">1cfbf4b2-e532-42e4-9c98-8e912b572762</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-06-24T16:11:25.8850821+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">fa1e3564-73d2-4737-a1ea-8d9fe9e6beef</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b0afc77f-c6dc-42d4-895b-bcd06d9a8f00</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">ce01dfd3-3e29-40dc-abd5-3be46f234e8f</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>a4ffff47-2d67-4945-9a52-a4f67c253ce1</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>d5d662b6-5728-4682-ac37-10e4dea4c64b</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>551148f6-98ca-49ef-8fdd-d0be956b6c9a</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-06-24T16:11:25.8850821+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-06-24T16:11:25.8850821+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>838c0b26-2638-4003-99d4-b78092f6ddde</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>cc5e7144-6b9c-4968-af5f-60101d12cd8d</PrevVehicleID>
<ReportedByID>5918db7f-422b-478c-b6a7-87e9f6bb1de8</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-06-24T16:11:25.8850821+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>712102bb-73db-423c-811f-6df95a5df40b</InspectionItemID>
<InspectionOn>2026-06-24T16:11:25.8850821+04:00</InspectionOn>
<ServiceID>3ae1c1eb-148b-4f2f-b34a-a6e0ad4d1a11</ServiceID>
<ServiceTypeID>316b3f99-f64a-4d28-9784-793906abcbfb</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>899d80ed-f69e-42a0-ad80-1a51a36739ad</WorkOrderID>
<WorkOrderOn>2026-06-24T16:11:25.8850821+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>b9a550de-b731-4da7-b49d-0cd0decdfa08</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>f6ee78c7-566a-44ad-a93f-12c7261e9785</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>682e70e5-f948-4833-a996-2454f3c0faef</d3p1:PartnerID>
<d3p1:VehicleID>c4880130-4a07-4df2-9ed8-47d1c39cff6a</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>