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": "4c378fa5-a0d1-4c8b-a15a-9c00d0ef55df",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "a7411a86-edba-4192-902f-a749746ad2f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "7bc44812-ca19-4952-b08a-dbba7fc14cb2",
"PartnerID": "02521c74-4660-433d-a87d-c535057af131"
},
"IssueID": "63c5eb2c-1508-4cf6-889d-522cacbe67cf",
"ReportedDate": "2026-03-25T01:26:50.759435+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "331aa898-e601-4c29-9bc7-64a59aab96f5",
"ReportedByName": "sample string 6",
"AssignedToID": "587f8f1a-158f-4a6e-b532-d0968b25783f",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:26:50.759435+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "88ec6297-8c6c-427c-b1f5-39708f69a954",
"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": "ae1a71b9-4e89-4187-adaa-b596075a72a0",
"ServiceTypeID": "e9ac2196-e4e9-4966-a331-a06014816e02",
"WorkOrderOn": "2026-03-25T01:26:50.759435+04:00",
"WorkOrderID": "c2d67283-49ba-49c5-b3af-4f4379e39c81",
"InspectionOn": "2026-03-25T01:26:50.759435+04:00",
"InspectionItemID": "680e2ef4-c496-4553-bc86-cb201121f5af"
},
"PrevVehicleID": "8bdb804c-1db2-4ddd-a70f-2ee81dcb10de",
"CloseBy": "191df26b-89c2-4dae-9e41-c7aee2a737dc",
"CloseOn": "2026-03-25T01:26:50.759435+04:00",
"CriticalLevel": 0,
"Id": "b8ed4be0-fb63-4077-bb03-65f5a1baea32",
"UserName": "sample string 17",
"UserID": "f342df4a-4e46-4f4e-98fc-cf2b3fbf1db7",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:26:50.759435+04:00",
"ClientID": "b3788936-85ab-4c01-bfa4-a64cbe0633ec",
"ClientName": "sample string 22",
"PartnerID": "ea150985-7c72-41dd-bc05-e3b3879c7671",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "4c378fa5-a0d1-4c8b-a15a-9c00d0ef55df",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "a7411a86-edba-4192-902f-a749746ad2f5",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "7bc44812-ca19-4952-b08a-dbba7fc14cb2",
"PartnerID": "02521c74-4660-433d-a87d-c535057af131"
},
"IssueID": "63c5eb2c-1508-4cf6-889d-522cacbe67cf",
"ReportedDate": "2026-03-25T01:26:50.759435+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "331aa898-e601-4c29-9bc7-64a59aab96f5",
"ReportedByName": "sample string 6",
"AssignedToID": "587f8f1a-158f-4a6e-b532-d0968b25783f",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:26:50.759435+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "88ec6297-8c6c-427c-b1f5-39708f69a954",
"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": "ae1a71b9-4e89-4187-adaa-b596075a72a0",
"ServiceTypeID": "e9ac2196-e4e9-4966-a331-a06014816e02",
"WorkOrderOn": "2026-03-25T01:26:50.759435+04:00",
"WorkOrderID": "c2d67283-49ba-49c5-b3af-4f4379e39c81",
"InspectionOn": "2026-03-25T01:26:50.759435+04:00",
"InspectionItemID": "680e2ef4-c496-4553-bc86-cb201121f5af"
},
"PrevVehicleID": "8bdb804c-1db2-4ddd-a70f-2ee81dcb10de",
"CloseBy": "191df26b-89c2-4dae-9e41-c7aee2a737dc",
"CloseOn": "2026-03-25T01:26:50.759435+04:00",
"CriticalLevel": 0,
"Id": "b8ed4be0-fb63-4077-bb03-65f5a1baea32",
"UserName": "sample string 17",
"UserID": "f342df4a-4e46-4f4e-98fc-cf2b3fbf1db7",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:26:50.759435+04:00",
"ClientID": "b3788936-85ab-4c01-bfa4-a64cbe0633ec",
"ClientName": "sample string 22",
"PartnerID": "ea150985-7c72-41dd-bc05-e3b3879c7671",
"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">b3788936-85ab-4c01-bfa4-a64cbe0633ec</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-03-25T01:26:50.759435+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b8ed4be0-fb63-4077-bb03-65f5a1baea32</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">ea150985-7c72-41dd-bc05-e3b3879c7671</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">f342df4a-4e46-4f4e-98fc-cf2b3fbf1db7</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>587f8f1a-158f-4a6e-b532-d0968b25783f</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>88ec6297-8c6c-427c-b1f5-39708f69a954</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>191df26b-89c2-4dae-9e41-c7aee2a737dc</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-03-25T01:26:50.759435+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-03-25T01:26:50.759435+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>63c5eb2c-1508-4cf6-889d-522cacbe67cf</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>8bdb804c-1db2-4ddd-a70f-2ee81dcb10de</PrevVehicleID>
<ReportedByID>331aa898-e601-4c29-9bc7-64a59aab96f5</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-03-25T01:26:50.759435+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>680e2ef4-c496-4553-bc86-cb201121f5af</InspectionItemID>
<InspectionOn>2026-03-25T01:26:50.759435+04:00</InspectionOn>
<ServiceID>ae1a71b9-4e89-4187-adaa-b596075a72a0</ServiceID>
<ServiceTypeID>e9ac2196-e4e9-4966-a331-a06014816e02</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>c2d67283-49ba-49c5-b3af-4f4379e39c81</WorkOrderID>
<WorkOrderOn>2026-03-25T01:26:50.759435+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>7bc44812-ca19-4952-b08a-dbba7fc14cb2</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>a7411a86-edba-4192-902f-a749746ad2f5</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>02521c74-4660-433d-a87d-c535057af131</d3p1:PartnerID>
<d3p1:VehicleID>4c378fa5-a0d1-4c8b-a15a-9c00d0ef55df</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b3788936-85ab-4c01-bfa4-a64cbe0633ec</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-03-25T01:26:50.759435+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">b8ed4be0-fb63-4077-bb03-65f5a1baea32</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">ea150985-7c72-41dd-bc05-e3b3879c7671</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">f342df4a-4e46-4f4e-98fc-cf2b3fbf1db7</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>587f8f1a-158f-4a6e-b532-d0968b25783f</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>88ec6297-8c6c-427c-b1f5-39708f69a954</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>191df26b-89c2-4dae-9e41-c7aee2a737dc</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-03-25T01:26:50.759435+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-03-25T01:26:50.759435+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>63c5eb2c-1508-4cf6-889d-522cacbe67cf</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>8bdb804c-1db2-4ddd-a70f-2ee81dcb10de</PrevVehicleID>
<ReportedByID>331aa898-e601-4c29-9bc7-64a59aab96f5</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-03-25T01:26:50.759435+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>680e2ef4-c496-4553-bc86-cb201121f5af</InspectionItemID>
<InspectionOn>2026-03-25T01:26:50.759435+04:00</InspectionOn>
<ServiceID>ae1a71b9-4e89-4187-adaa-b596075a72a0</ServiceID>
<ServiceTypeID>e9ac2196-e4e9-4966-a331-a06014816e02</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>c2d67283-49ba-49c5-b3af-4f4379e39c81</WorkOrderID>
<WorkOrderOn>2026-03-25T01:26:50.759435+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>7bc44812-ca19-4952-b08a-dbba7fc14cb2</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>a7411a86-edba-4192-902f-a749746ad2f5</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>02521c74-4660-433d-a87d-c535057af131</d3p1:PartnerID>
<d3p1:VehicleID>4c378fa5-a0d1-4c8b-a15a-9c00d0ef55df</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>