GET Api/Issue/GetAll?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": "b7f12670-5610-4d89-b84c-9817f73cc00f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4954f6c2-3255-4bb0-a2d3-77d56409f0fd",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a0d3dad9-6675-479f-ba56-3ea373e318db",
"PartnerID": "5bbfca82-5307-488a-ab1d-20d35f105756"
},
"IssueID": "bc1ea1e6-7a6b-4396-80cc-8df6973cb6db",
"ReportedDate": "2026-03-25T01:25:58.7750463+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b3ef93bc-506a-491b-a8cc-3b00b2b7cc55",
"ReportedByName": "sample string 6",
"AssignedToID": "c5353bf3-572e-446a-ace9-99cadcf6c615",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:25:58.7750463+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "8b57bfc8-d9ea-4ae6-b4a1-caffa5adff4a",
"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": "ac9bda79-66a3-4f65-93ee-4a3ee03d5cd6",
"ServiceTypeID": "98d270ba-fcf4-4984-93f3-00b353277392",
"WorkOrderOn": "2026-03-25T01:25:58.7750463+04:00",
"WorkOrderID": "878be78c-b290-4935-8d93-3b9694dfd4bb",
"InspectionOn": "2026-03-25T01:25:58.7750463+04:00",
"InspectionItemID": "967a84cc-e5fd-4206-92d7-88805f272440"
},
"PrevVehicleID": "366dee8f-11ff-4138-9461-5275990fad7c",
"CloseBy": "0a30eaaf-24b6-4a5c-9e6c-16cc477302a5",
"CloseOn": "2026-03-25T01:25:58.7750463+04:00",
"CriticalLevel": 0,
"Id": "7990e295-a2bf-4f95-a09a-3b016e180b07",
"UserName": "sample string 17",
"UserID": "55fd3d6c-a002-4281-b015-0d025e63399f",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:25:58.7750463+04:00",
"ClientID": "04de8f5e-c7c0-4061-99ae-e76f899580bf",
"ClientName": "sample string 22",
"PartnerID": "d85be17b-3452-4f17-a038-4f5a6532065d",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "b7f12670-5610-4d89-b84c-9817f73cc00f",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "4954f6c2-3255-4bb0-a2d3-77d56409f0fd",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a0d3dad9-6675-479f-ba56-3ea373e318db",
"PartnerID": "5bbfca82-5307-488a-ab1d-20d35f105756"
},
"IssueID": "bc1ea1e6-7a6b-4396-80cc-8df6973cb6db",
"ReportedDate": "2026-03-25T01:25:58.7750463+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b3ef93bc-506a-491b-a8cc-3b00b2b7cc55",
"ReportedByName": "sample string 6",
"AssignedToID": "c5353bf3-572e-446a-ace9-99cadcf6c615",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-03-25T01:25:58.7750463+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "8b57bfc8-d9ea-4ae6-b4a1-caffa5adff4a",
"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": "ac9bda79-66a3-4f65-93ee-4a3ee03d5cd6",
"ServiceTypeID": "98d270ba-fcf4-4984-93f3-00b353277392",
"WorkOrderOn": "2026-03-25T01:25:58.7750463+04:00",
"WorkOrderID": "878be78c-b290-4935-8d93-3b9694dfd4bb",
"InspectionOn": "2026-03-25T01:25:58.7750463+04:00",
"InspectionItemID": "967a84cc-e5fd-4206-92d7-88805f272440"
},
"PrevVehicleID": "366dee8f-11ff-4138-9461-5275990fad7c",
"CloseBy": "0a30eaaf-24b6-4a5c-9e6c-16cc477302a5",
"CloseOn": "2026-03-25T01:25:58.7750463+04:00",
"CriticalLevel": 0,
"Id": "7990e295-a2bf-4f95-a09a-3b016e180b07",
"UserName": "sample string 17",
"UserID": "55fd3d6c-a002-4281-b015-0d025e63399f",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-03-25T01:25:58.7750463+04:00",
"ClientID": "04de8f5e-c7c0-4061-99ae-e76f899580bf",
"ClientName": "sample string 22",
"PartnerID": "d85be17b-3452-4f17-a038-4f5a6532065d",
"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">04de8f5e-c7c0-4061-99ae-e76f899580bf</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:25:58.7750463+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">7990e295-a2bf-4f95-a09a-3b016e180b07</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">d85be17b-3452-4f17-a038-4f5a6532065d</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">55fd3d6c-a002-4281-b015-0d025e63399f</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>c5353bf3-572e-446a-ace9-99cadcf6c615</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>8b57bfc8-d9ea-4ae6-b4a1-caffa5adff4a</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>0a30eaaf-24b6-4a5c-9e6c-16cc477302a5</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-03-25T01:25:58.7750463+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-03-25T01:25:58.7750463+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>bc1ea1e6-7a6b-4396-80cc-8df6973cb6db</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>366dee8f-11ff-4138-9461-5275990fad7c</PrevVehicleID>
<ReportedByID>b3ef93bc-506a-491b-a8cc-3b00b2b7cc55</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-03-25T01:25:58.7750463+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>967a84cc-e5fd-4206-92d7-88805f272440</InspectionItemID>
<InspectionOn>2026-03-25T01:25:58.7750463+04:00</InspectionOn>
<ServiceID>ac9bda79-66a3-4f65-93ee-4a3ee03d5cd6</ServiceID>
<ServiceTypeID>98d270ba-fcf4-4984-93f3-00b353277392</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>878be78c-b290-4935-8d93-3b9694dfd4bb</WorkOrderID>
<WorkOrderOn>2026-03-25T01:25:58.7750463+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>a0d3dad9-6675-479f-ba56-3ea373e318db</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>4954f6c2-3255-4bb0-a2d3-77d56409f0fd</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>5bbfca82-5307-488a-ab1d-20d35f105756</d3p1:PartnerID>
<d3p1:VehicleID>b7f12670-5610-4d89-b84c-9817f73cc00f</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">04de8f5e-c7c0-4061-99ae-e76f899580bf</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:25:58.7750463+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">7990e295-a2bf-4f95-a09a-3b016e180b07</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">d85be17b-3452-4f17-a038-4f5a6532065d</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">55fd3d6c-a002-4281-b015-0d025e63399f</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>c5353bf3-572e-446a-ace9-99cadcf6c615</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>8b57bfc8-d9ea-4ae6-b4a1-caffa5adff4a</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>0a30eaaf-24b6-4a5c-9e6c-16cc477302a5</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-03-25T01:25:58.7750463+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-03-25T01:25:58.7750463+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>bc1ea1e6-7a6b-4396-80cc-8df6973cb6db</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>366dee8f-11ff-4138-9461-5275990fad7c</PrevVehicleID>
<ReportedByID>b3ef93bc-506a-491b-a8cc-3b00b2b7cc55</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-03-25T01:25:58.7750463+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>967a84cc-e5fd-4206-92d7-88805f272440</InspectionItemID>
<InspectionOn>2026-03-25T01:25:58.7750463+04:00</InspectionOn>
<ServiceID>ac9bda79-66a3-4f65-93ee-4a3ee03d5cd6</ServiceID>
<ServiceTypeID>98d270ba-fcf4-4984-93f3-00b353277392</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>878be78c-b290-4935-8d93-3b9694dfd4bb</WorkOrderID>
<WorkOrderOn>2026-03-25T01:25:58.7750463+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>a0d3dad9-6675-479f-ba56-3ea373e318db</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>4954f6c2-3255-4bb0-a2d3-77d56409f0fd</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>5bbfca82-5307-488a-ab1d-20d35f105756</d3p1:PartnerID>
<d3p1:VehicleID>b7f12670-5610-4d89-b84c-9817f73cc00f</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>