GET Api/Issue?clientID={clientID}&vehicleID={vehicleID}&issueID={issueID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | globally unique identifier |
Required |
|
| vehicleID | globally unique identifier |
Required |
|
| issueID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "921848f4-eef3-4cb5-bf8c-9cd67f9d6008",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "396629d2-93e3-4dd5-ac31-71e89aafde03",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "92ac00f2-9c77-4dda-ae53-4ea4e33c6ac1",
"PartnerID": "553af0ae-11ad-4412-9902-c2b0b5d2e504"
},
"IssueID": "6053ac16-e6c9-4bc3-9fa6-71d8d99716be",
"ReportedDate": "2025-11-09T00:49:50.1594941+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "b8eea2b8-e19f-4147-85a9-d7f41b6af67c",
"ReportedByName": "sample string 6",
"AssignedToID": "c5475fb9-a9d0-4c0d-afdd-da8e41d1147d",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2025-11-09T00:49:50.1594941+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "596cf62e-024c-4230-a646-d527ab721691",
"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": "467e771f-6cae-4f2c-b8a3-3ae4de5fff4a",
"ServiceTypeID": "4faef963-5655-4a68-aab4-4575850930e0",
"WorkOrderOn": "2025-11-09T00:49:50.1594941+04:00",
"WorkOrderID": "7ef1a89f-a926-4709-a88a-637a3345f8e1",
"InspectionOn": "2025-11-09T00:49:50.1594941+04:00",
"InspectionItemID": "0f062e96-a619-41b6-94c1-a7bdb77cbf0c"
},
"PrevVehicleID": "baf553d9-cf7f-4614-bbb2-9c49e3bf1a36",
"CloseBy": "13ce2f9b-3146-401e-bb48-cb395b156e4b",
"CloseOn": "2025-11-09T00:49:50.1594941+04:00",
"CriticalLevel": 0,
"Id": "af95e809-fd43-4064-8865-075e7f014dea",
"UserName": "sample string 17",
"UserID": "6631fc27-13d0-4451-9aef-41c8e0cb5572",
"CreatedBy": "sample string 19",
"CreatedOn": "2025-11-09T00:49:50.1594941+04:00",
"ClientID": "a71dd76c-3678-4140-a594-cb2fc8389376",
"ClientName": "sample string 22",
"PartnerID": "7241ee09-c0a4-4f70-a6da-b1eff0e91638",
"PartnerName": "sample string 24"
}
application/xml, text/xml
Sample:
<Issue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity.ServMaint">
<ClientID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">a71dd76c-3678-4140-a594-cb2fc8389376</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-11-09T00:49:50.1594941+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">af95e809-fd43-4064-8865-075e7f014dea</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">7241ee09-c0a4-4f70-a6da-b1eff0e91638</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">6631fc27-13d0-4451-9aef-41c8e0cb5572</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>c5475fb9-a9d0-4c0d-afdd-da8e41d1147d</AssignedToID>
<AssignedToName>sample string 8</AssignedToName>
<Attachment xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:AttachmentData>QEA=</d2p1:AttachmentData>
<d2p1:AttachmentDataBase64>sample string 2</d2p1:AttachmentDataBase64>
<d2p1:AttachmentID>596cf62e-024c-4230-a646-d527ab721691</d2p1:AttachmentID>
<d2p1:ContentType>sample string 3</d2p1:ContentType>
<d2p1:FileName>sample string 4</d2p1:FileName>
<d2p1:ImageString>sample string 5</d2p1:ImageString>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
</Attachment>
<CloseBy>13ce2f9b-3146-401e-bb48-cb395b156e4b</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2025-11-09T00:49:50.1594941+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2025-11-09T00:49:50.1594941+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>6053ac16-e6c9-4bc3-9fa6-71d8d99716be</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>baf553d9-cf7f-4614-bbb2-9c49e3bf1a36</PrevVehicleID>
<ReportedByID>b8eea2b8-e19f-4147-85a9-d7f41b6af67c</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2025-11-09T00:49:50.1594941+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>0f062e96-a619-41b6-94c1-a7bdb77cbf0c</InspectionItemID>
<InspectionOn>2025-11-09T00:49:50.1594941+04:00</InspectionOn>
<ServiceID>467e771f-6cae-4f2c-b8a3-3ae4de5fff4a</ServiceID>
<ServiceTypeID>4faef963-5655-4a68-aab4-4575850930e0</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>7ef1a89f-a926-4709-a88a-637a3345f8e1</WorkOrderID>
<WorkOrderOn>2025-11-09T00:49:50.1594941+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>92ac00f2-9c77-4dda-ae53-4ea4e33c6ac1</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>396629d2-93e3-4dd5-ac31-71e89aafde03</d2p1:DriverID>
<d2p1:DriverName>sample string 7</d2p1:DriverName>
<d2p1:IMEINo>sample string 9</d2p1:IMEINo>
<d2p1:ModelName>sample string 5</d2p1:ModelName>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Odometer>4</d2p1:Odometer>
<d2p1:PartnerID>553af0ae-11ad-4412-9902-c2b0b5d2e504</d2p1:PartnerID>
<d2p1:VehicleID>921848f4-eef3-4cb5-bf8c-9cd67f9d6008</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>