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": "68961896-ae3c-470f-8fb1-6d15571a53f4",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1f741e07-a013-4cc1-b3c0-48421c341fd7",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "7cc7b1fa-e983-40e7-bf21-4a363bff2b6a",
"PartnerID": "645b4834-6965-41b0-9ae7-6c72e3415ff8"
},
"IssueID": "bc40fc9a-a2e6-4289-8532-3b1118e1aa57",
"ReportedDate": "2025-12-25T18:55:22.3946804+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "fe0c8561-fdf7-4b39-8413-1f574a21eb29",
"ReportedByName": "sample string 6",
"AssignedToID": "d05d4a28-d84f-4a9b-8ca5-6b89e0e0ad3a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-25T18:55:22.3946804+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "654aadff-9ecb-4a0a-8bd0-2fbcf6c17dd2",
"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": "c6963bb5-61a8-4d0a-8e52-16217c05972a",
"ServiceTypeID": "249ab3c7-a2d6-4381-816e-3fbd7f132138",
"WorkOrderOn": "2025-12-25T18:55:22.3946804+04:00",
"WorkOrderID": "53e427df-aa67-4bd4-bb71-831f3d4e09f0",
"InspectionOn": "2025-12-25T18:55:22.3946804+04:00",
"InspectionItemID": "3e38f6dd-75e1-49c3-8063-9be7b77b3efc"
},
"PrevVehicleID": "5c0dddde-c3bb-44c1-874a-ff5546fd3da0",
"CloseBy": "815a359e-63a4-4c96-b190-59a038dc29b7",
"CloseOn": "2025-12-25T18:55:22.3946804+04:00",
"CriticalLevel": 0,
"Id": "95654950-0122-4147-a230-04c63b9a24f2",
"UserName": "sample string 17",
"UserID": "b34e52dd-0891-49ec-9688-a7d1744a5ab1",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-25T18:55:22.3946804+04:00",
"ClientID": "219350c6-6968-4c01-b627-9e01b439277e",
"ClientName": "sample string 22",
"PartnerID": "6c339a76-4eae-4f06-a18d-a9c2b89f3bbb",
"PartnerName": "sample string 24"
},
{
"Vehicle": {
"VehicleID": "68961896-ae3c-470f-8fb1-6d15571a53f4",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "1f741e07-a013-4cc1-b3c0-48421c341fd7",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "7cc7b1fa-e983-40e7-bf21-4a363bff2b6a",
"PartnerID": "645b4834-6965-41b0-9ae7-6c72e3415ff8"
},
"IssueID": "bc40fc9a-a2e6-4289-8532-3b1118e1aa57",
"ReportedDate": "2025-12-25T18:55:22.3946804+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "fe0c8561-fdf7-4b39-8413-1f574a21eb29",
"ReportedByName": "sample string 6",
"AssignedToID": "d05d4a28-d84f-4a9b-8ca5-6b89e0e0ad3a",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-12-25T18:55:22.3946804+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "654aadff-9ecb-4a0a-8bd0-2fbcf6c17dd2",
"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": "c6963bb5-61a8-4d0a-8e52-16217c05972a",
"ServiceTypeID": "249ab3c7-a2d6-4381-816e-3fbd7f132138",
"WorkOrderOn": "2025-12-25T18:55:22.3946804+04:00",
"WorkOrderID": "53e427df-aa67-4bd4-bb71-831f3d4e09f0",
"InspectionOn": "2025-12-25T18:55:22.3946804+04:00",
"InspectionItemID": "3e38f6dd-75e1-49c3-8063-9be7b77b3efc"
},
"PrevVehicleID": "5c0dddde-c3bb-44c1-874a-ff5546fd3da0",
"CloseBy": "815a359e-63a4-4c96-b190-59a038dc29b7",
"CloseOn": "2025-12-25T18:55:22.3946804+04:00",
"CriticalLevel": 0,
"Id": "95654950-0122-4147-a230-04c63b9a24f2",
"UserName": "sample string 17",
"UserID": "b34e52dd-0891-49ec-9688-a7d1744a5ab1",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-12-25T18:55:22.3946804+04:00",
"ClientID": "219350c6-6968-4c01-b627-9e01b439277e",
"ClientName": "sample string 22",
"PartnerID": "6c339a76-4eae-4f06-a18d-a9c2b89f3bbb",
"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">219350c6-6968-4c01-b627-9e01b439277e</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">2025-12-25T18:55:22.3946804+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">95654950-0122-4147-a230-04c63b9a24f2</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">6c339a76-4eae-4f06-a18d-a9c2b89f3bbb</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">b34e52dd-0891-49ec-9688-a7d1744a5ab1</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>d05d4a28-d84f-4a9b-8ca5-6b89e0e0ad3a</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>654aadff-9ecb-4a0a-8bd0-2fbcf6c17dd2</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>815a359e-63a4-4c96-b190-59a038dc29b7</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2025-12-25T18:55:22.3946804+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2025-12-25T18:55:22.3946804+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>bc40fc9a-a2e6-4289-8532-3b1118e1aa57</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>5c0dddde-c3bb-44c1-874a-ff5546fd3da0</PrevVehicleID>
<ReportedByID>fe0c8561-fdf7-4b39-8413-1f574a21eb29</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2025-12-25T18:55:22.3946804+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>3e38f6dd-75e1-49c3-8063-9be7b77b3efc</InspectionItemID>
<InspectionOn>2025-12-25T18:55:22.3946804+04:00</InspectionOn>
<ServiceID>c6963bb5-61a8-4d0a-8e52-16217c05972a</ServiceID>
<ServiceTypeID>249ab3c7-a2d6-4381-816e-3fbd7f132138</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>53e427df-aa67-4bd4-bb71-831f3d4e09f0</WorkOrderID>
<WorkOrderOn>2025-12-25T18:55:22.3946804+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>7cc7b1fa-e983-40e7-bf21-4a363bff2b6a</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>1f741e07-a013-4cc1-b3c0-48421c341fd7</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>645b4834-6965-41b0-9ae7-6c72e3415ff8</d3p1:PartnerID>
<d3p1:VehicleID>68961896-ae3c-470f-8fb1-6d15571a53f4</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
<Issue>
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">219350c6-6968-4c01-b627-9e01b439277e</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">2025-12-25T18:55:22.3946804+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">95654950-0122-4147-a230-04c63b9a24f2</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">6c339a76-4eae-4f06-a18d-a9c2b89f3bbb</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">b34e52dd-0891-49ec-9688-a7d1744a5ab1</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>d05d4a28-d84f-4a9b-8ca5-6b89e0e0ad3a</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>654aadff-9ecb-4a0a-8bd0-2fbcf6c17dd2</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>815a359e-63a4-4c96-b190-59a038dc29b7</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2025-12-25T18:55:22.3946804+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2025-12-25T18:55:22.3946804+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>bc40fc9a-a2e6-4289-8532-3b1118e1aa57</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>5c0dddde-c3bb-44c1-874a-ff5546fd3da0</PrevVehicleID>
<ReportedByID>fe0c8561-fdf7-4b39-8413-1f574a21eb29</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2025-12-25T18:55:22.3946804+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>3e38f6dd-75e1-49c3-8063-9be7b77b3efc</InspectionItemID>
<InspectionOn>2025-12-25T18:55:22.3946804+04:00</InspectionOn>
<ServiceID>c6963bb5-61a8-4d0a-8e52-16217c05972a</ServiceID>
<ServiceTypeID>249ab3c7-a2d6-4381-816e-3fbd7f132138</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>53e427df-aa67-4bd4-bb71-831f3d4e09f0</WorkOrderID>
<WorkOrderOn>2025-12-25T18:55:22.3946804+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:ClientID>7cc7b1fa-e983-40e7-bf21-4a363bff2b6a</d3p1:ClientID>
<d3p1:DriverContactNo>sample string 8</d3p1:DriverContactNo>
<d3p1:DriverID>1f741e07-a013-4cc1-b3c0-48421c341fd7</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>645b4834-6965-41b0-9ae7-6c72e3415ff8</d3p1:PartnerID>
<d3p1:VehicleID>68961896-ae3c-470f-8fb1-6d15571a53f4</d3p1:VehicleID>
<d3p1:VehicleNo>sample string 3</d3p1:VehicleNo>
</Vehicle>
</Issue>
</ArrayOfIssue>