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": "1a30fd7e-f712-47e9-b448-659b091463b0",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "6a3e414c-8531-4f48-a060-a719494f8768",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a6dca72c-64e2-476b-af85-648184a2c2bf",
"PartnerID": "bbc37d4e-860c-471b-8bd1-6c0cd84de671"
},
"IssueID": "d630b1fb-9885-40dc-bc8d-453ab8e39311",
"ReportedDate": "2026-05-09T16:47:27.9543715+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "f1e5e461-bd06-47be-b650-22d7aa08de89",
"ReportedByName": "sample string 6",
"AssignedToID": "3e794ea1-0356-4a03-b67d-60f5a6a77de0",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:47:27.9543715+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4523be14-2348-4ea5-b954-232b15bf9227",
"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": "27b721a2-2b2d-43b2-bed4-3c65d1a91909",
"ServiceTypeID": "89b1fcbc-537e-4ff9-a683-4c503a1f3df9",
"WorkOrderOn": "2026-05-09T16:47:27.9543715+04:00",
"WorkOrderID": "a87adcaa-6149-4921-91f7-9dd137bc4132",
"InspectionOn": "2026-05-09T16:47:27.9543715+04:00",
"InspectionItemID": "588b3ae7-ed78-4dd2-8392-5137ccab5f22"
},
"PrevVehicleID": "89a42cf5-4b85-4fb2-a366-30bd94d91f78",
"CloseBy": "a4db818e-90b4-4a19-8265-42a37ebc6f7d",
"CloseOn": "2026-05-09T16:47:27.9543715+04:00",
"CriticalLevel": 0,
"Id": "8da293ef-1702-4d7a-9745-6a1fbfc3c1e7",
"UserName": "sample string 17",
"UserID": "186c0fac-7dab-488e-9243-678a5710574a",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:47:27.9543715+04:00",
"ClientID": "122d02a7-2a27-423e-8c28-0a8d15ab4747",
"ClientName": "sample string 22",
"PartnerID": "eefb9ebd-b133-4131-93a6-4eb95d9adc07",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "1a30fd7e-f712-47e9-b448-659b091463b0",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "6a3e414c-8531-4f48-a060-a719494f8768",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a6dca72c-64e2-476b-af85-648184a2c2bf",
"PartnerID": "bbc37d4e-860c-471b-8bd1-6c0cd84de671"
},
"IssueID": "d630b1fb-9885-40dc-bc8d-453ab8e39311",
"ReportedDate": "2026-05-09T16:47:27.9543715+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "f1e5e461-bd06-47be-b650-22d7aa08de89",
"ReportedByName": "sample string 6",
"AssignedToID": "3e794ea1-0356-4a03-b67d-60f5a6a77de0",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-05-09T16:47:27.9543715+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "4523be14-2348-4ea5-b954-232b15bf9227",
"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": "27b721a2-2b2d-43b2-bed4-3c65d1a91909",
"ServiceTypeID": "89b1fcbc-537e-4ff9-a683-4c503a1f3df9",
"WorkOrderOn": "2026-05-09T16:47:27.9543715+04:00",
"WorkOrderID": "a87adcaa-6149-4921-91f7-9dd137bc4132",
"InspectionOn": "2026-05-09T16:47:27.9543715+04:00",
"InspectionItemID": "588b3ae7-ed78-4dd2-8392-5137ccab5f22"
},
"PrevVehicleID": "89a42cf5-4b85-4fb2-a366-30bd94d91f78",
"CloseBy": "a4db818e-90b4-4a19-8265-42a37ebc6f7d",
"CloseOn": "2026-05-09T16:47:27.9543715+04:00",
"CriticalLevel": 0,
"Id": "8da293ef-1702-4d7a-9745-6a1fbfc3c1e7",
"UserName": "sample string 17",
"UserID": "186c0fac-7dab-488e-9243-678a5710574a",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-05-09T16:47:27.9543715+04:00",
"ClientID": "122d02a7-2a27-423e-8c28-0a8d15ab4747",
"ClientName": "sample string 22",
"PartnerID": "eefb9ebd-b133-4131-93a6-4eb95d9adc07",
"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">122d02a7-2a27-423e-8c28-0a8d15ab4747</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:47:27.9543715+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">8da293ef-1702-4d7a-9745-6a1fbfc3c1e7</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">eefb9ebd-b133-4131-93a6-4eb95d9adc07</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">186c0fac-7dab-488e-9243-678a5710574a</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>3e794ea1-0356-4a03-b67d-60f5a6a77de0</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>4523be14-2348-4ea5-b954-232b15bf9227</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>a4db818e-90b4-4a19-8265-42a37ebc6f7d</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-05-09T16:47:27.9543715+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-05-09T16:47:27.9543715+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>d630b1fb-9885-40dc-bc8d-453ab8e39311</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>89a42cf5-4b85-4fb2-a366-30bd94d91f78</PrevVehicleID>
<ReportedByID>f1e5e461-bd06-47be-b650-22d7aa08de89</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-05-09T16:47:27.9543715+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>588b3ae7-ed78-4dd2-8392-5137ccab5f22</InspectionItemID>
<InspectionOn>2026-05-09T16:47:27.9543715+04:00</InspectionOn>
<ServiceID>27b721a2-2b2d-43b2-bed4-3c65d1a91909</ServiceID>
<ServiceTypeID>89b1fcbc-537e-4ff9-a683-4c503a1f3df9</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>a87adcaa-6149-4921-91f7-9dd137bc4132</WorkOrderID>
<WorkOrderOn>2026-05-09T16:47:27.9543715+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>a6dca72c-64e2-476b-af85-648184a2c2bf</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>6a3e414c-8531-4f48-a060-a719494f8768</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>bbc37d4e-860c-471b-8bd1-6c0cd84de671</d3p1:PartnerID>
<d3p1:VehicleID>1a30fd7e-f712-47e9-b448-659b091463b0</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">122d02a7-2a27-423e-8c28-0a8d15ab4747</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:47:27.9543715+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">8da293ef-1702-4d7a-9745-6a1fbfc3c1e7</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">eefb9ebd-b133-4131-93a6-4eb95d9adc07</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">186c0fac-7dab-488e-9243-678a5710574a</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>3e794ea1-0356-4a03-b67d-60f5a6a77de0</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>4523be14-2348-4ea5-b954-232b15bf9227</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>a4db818e-90b4-4a19-8265-42a37ebc6f7d</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-05-09T16:47:27.9543715+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-05-09T16:47:27.9543715+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>d630b1fb-9885-40dc-bc8d-453ab8e39311</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>89a42cf5-4b85-4fb2-a366-30bd94d91f78</PrevVehicleID>
<ReportedByID>f1e5e461-bd06-47be-b650-22d7aa08de89</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-05-09T16:47:27.9543715+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>588b3ae7-ed78-4dd2-8392-5137ccab5f22</InspectionItemID>
<InspectionOn>2026-05-09T16:47:27.9543715+04:00</InspectionOn>
<ServiceID>27b721a2-2b2d-43b2-bed4-3c65d1a91909</ServiceID>
<ServiceTypeID>89b1fcbc-537e-4ff9-a683-4c503a1f3df9</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>a87adcaa-6149-4921-91f7-9dd137bc4132</WorkOrderID>
<WorkOrderOn>2026-05-09T16:47:27.9543715+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>a6dca72c-64e2-476b-af85-648184a2c2bf</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>6a3e414c-8531-4f48-a060-a719494f8768</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>bbc37d4e-860c-471b-8bd1-6c0cd84de671</d3p1:PartnerID>
<d3p1:VehicleID>1a30fd7e-f712-47e9-b448-659b091463b0</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>