GET Api/Issue?clientID={clientID}&vehicleID={vehicleID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | globally unique identifier |
Required |
|
| vehicleID | globally unique identifier |
None. |
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": "6a5cdf3a-dd7b-4ec1-b74b-7e5ce95d2e84",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d0d74fc5-570d-4aa5-bfa8-517902331a4c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "af12c00f-7a4a-4384-aa96-41b3f2a3310d",
"PartnerID": "a1aebaad-03fb-407d-a410-783b8edede47"
},
"IssueID": "7f005e4d-3868-4e20-b40d-3227095e06ec",
"ReportedDate": "2026-02-14T23:11:57.6124624+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "7a956ef1-5ab1-4531-96c4-c51f599128dc",
"ReportedByName": "sample string 6",
"AssignedToID": "9d984d11-dc56-4a07-b502-2d729277a03e",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-14T23:11:57.6124624+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "c5faca09-4080-400d-962f-660ecabd5ef9",
"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": "9287fb4d-496b-4438-93fc-37aeb2a517fd",
"ServiceTypeID": "42530ada-0aad-4fc3-9ac7-911fcc57692f",
"WorkOrderOn": "2026-02-14T23:11:57.6124624+04:00",
"WorkOrderID": "b8a8d251-d129-4817-8ea3-bf1a73fe02b5",
"InspectionOn": "2026-02-14T23:11:57.6124624+04:00",
"InspectionItemID": "88ad18cb-0dc0-409d-a97f-378634fbfc5b"
},
"PrevVehicleID": "9e90492f-c59c-4514-9527-b2a4a412c2d8",
"CloseBy": "a3951f10-beea-4d35-8639-7262cffb9b89",
"CloseOn": "2026-02-14T23:11:57.6124624+04:00",
"CriticalLevel": 0,
"Id": "5aca30b4-45f5-4a98-a625-91fdc0be770f",
"UserName": "sample string 17",
"UserID": "4f2ce164-919b-4348-8b53-deaf1bc92d2e",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-14T23:11:57.6124624+04:00",
"ClientID": "89e7433c-8441-4ab1-b401-f2724c32e682",
"ClientName": "sample string 22",
"PartnerID": "aa208491-806b-4640-849e-639543b839e7",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "6a5cdf3a-dd7b-4ec1-b74b-7e5ce95d2e84",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d0d74fc5-570d-4aa5-bfa8-517902331a4c",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "af12c00f-7a4a-4384-aa96-41b3f2a3310d",
"PartnerID": "a1aebaad-03fb-407d-a410-783b8edede47"
},
"IssueID": "7f005e4d-3868-4e20-b40d-3227095e06ec",
"ReportedDate": "2026-02-14T23:11:57.6124624+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "7a956ef1-5ab1-4531-96c4-c51f599128dc",
"ReportedByName": "sample string 6",
"AssignedToID": "9d984d11-dc56-4a07-b502-2d729277a03e",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-14T23:11:57.6124624+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "c5faca09-4080-400d-962f-660ecabd5ef9",
"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": "9287fb4d-496b-4438-93fc-37aeb2a517fd",
"ServiceTypeID": "42530ada-0aad-4fc3-9ac7-911fcc57692f",
"WorkOrderOn": "2026-02-14T23:11:57.6124624+04:00",
"WorkOrderID": "b8a8d251-d129-4817-8ea3-bf1a73fe02b5",
"InspectionOn": "2026-02-14T23:11:57.6124624+04:00",
"InspectionItemID": "88ad18cb-0dc0-409d-a97f-378634fbfc5b"
},
"PrevVehicleID": "9e90492f-c59c-4514-9527-b2a4a412c2d8",
"CloseBy": "a3951f10-beea-4d35-8639-7262cffb9b89",
"CloseOn": "2026-02-14T23:11:57.6124624+04:00",
"CriticalLevel": 0,
"Id": "5aca30b4-45f5-4a98-a625-91fdc0be770f",
"UserName": "sample string 17",
"UserID": "4f2ce164-919b-4348-8b53-deaf1bc92d2e",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-14T23:11:57.6124624+04:00",
"ClientID": "89e7433c-8441-4ab1-b401-f2724c32e682",
"ClientName": "sample string 22",
"PartnerID": "aa208491-806b-4640-849e-639543b839e7",
"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">89e7433c-8441-4ab1-b401-f2724c32e682</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-02-14T23:11:57.6124624+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">5aca30b4-45f5-4a98-a625-91fdc0be770f</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">aa208491-806b-4640-849e-639543b839e7</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">4f2ce164-919b-4348-8b53-deaf1bc92d2e</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>9d984d11-dc56-4a07-b502-2d729277a03e</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>c5faca09-4080-400d-962f-660ecabd5ef9</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>a3951f10-beea-4d35-8639-7262cffb9b89</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-14T23:11:57.6124624+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-14T23:11:57.6124624+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>7f005e4d-3868-4e20-b40d-3227095e06ec</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>9e90492f-c59c-4514-9527-b2a4a412c2d8</PrevVehicleID>
<ReportedByID>7a956ef1-5ab1-4531-96c4-c51f599128dc</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-14T23:11:57.6124624+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>88ad18cb-0dc0-409d-a97f-378634fbfc5b</InspectionItemID>
<InspectionOn>2026-02-14T23:11:57.6124624+04:00</InspectionOn>
<ServiceID>9287fb4d-496b-4438-93fc-37aeb2a517fd</ServiceID>
<ServiceTypeID>42530ada-0aad-4fc3-9ac7-911fcc57692f</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>b8a8d251-d129-4817-8ea3-bf1a73fe02b5</WorkOrderID>
<WorkOrderOn>2026-02-14T23:11:57.6124624+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>af12c00f-7a4a-4384-aa96-41b3f2a3310d</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>d0d74fc5-570d-4aa5-bfa8-517902331a4c</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>a1aebaad-03fb-407d-a410-783b8edede47</d3p1:PartnerID>
<d3p1:VehicleID>6a5cdf3a-dd7b-4ec1-b74b-7e5ce95d2e84</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">89e7433c-8441-4ab1-b401-f2724c32e682</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-02-14T23:11:57.6124624+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">5aca30b4-45f5-4a98-a625-91fdc0be770f</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">aa208491-806b-4640-849e-639543b839e7</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">4f2ce164-919b-4348-8b53-deaf1bc92d2e</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>9d984d11-dc56-4a07-b502-2d729277a03e</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>c5faca09-4080-400d-962f-660ecabd5ef9</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>a3951f10-beea-4d35-8639-7262cffb9b89</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-14T23:11:57.6124624+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-14T23:11:57.6124624+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>7f005e4d-3868-4e20-b40d-3227095e06ec</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>9e90492f-c59c-4514-9527-b2a4a412c2d8</PrevVehicleID>
<ReportedByID>7a956ef1-5ab1-4531-96c4-c51f599128dc</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-14T23:11:57.6124624+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>88ad18cb-0dc0-409d-a97f-378634fbfc5b</InspectionItemID>
<InspectionOn>2026-02-14T23:11:57.6124624+04:00</InspectionOn>
<ServiceID>9287fb4d-496b-4438-93fc-37aeb2a517fd</ServiceID>
<ServiceTypeID>42530ada-0aad-4fc3-9ac7-911fcc57692f</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>b8a8d251-d129-4817-8ea3-bf1a73fe02b5</WorkOrderID>
<WorkOrderOn>2026-02-14T23:11:57.6124624+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>af12c00f-7a4a-4384-aa96-41b3f2a3310d</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>d0d74fc5-570d-4aa5-bfa8-517902331a4c</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>a1aebaad-03fb-407d-a410-783b8edede47</d3p1:PartnerID>
<d3p1:VehicleID>6a5cdf3a-dd7b-4ec1-b74b-7e5ce95d2e84</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>