GET Api/Issue/GetByID?clientID={clientID}&id={id}&vehicleID={vehicleID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | globally unique identifier |
Required |
|
| id | globally unique identifier |
Required |
|
| vehicleID | 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": "ce44595a-cc81-4f4b-9512-dfb61713208e",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "d056e6a3-c8da-4a09-aaf4-7f50a9ee68c1",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "2c9cbe0e-97aa-4e7c-bb80-c665cc7a2155",
"PartnerID": "7afea37c-1900-49dc-9c0d-a7779835a4d0"
},
"IssueID": "53c73bde-1155-4f0a-b343-5a2f827d4f36",
"ReportedDate": "2026-02-08T22:59:31.0280028+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "666e4fbf-94c0-42e5-afae-ccded0b2cabf",
"ReportedByName": "sample string 6",
"AssignedToID": "75847f47-73d3-4a2c-a859-c60c598f78df",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T22:59:31.0280028+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "6ad28930-438d-40af-85e4-59cc2c0d0540",
"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": "9e09292f-1927-4da5-a94a-6c1f304a2983",
"ServiceTypeID": "eb4762d5-6f5a-42ff-8538-100741ce2817",
"WorkOrderOn": "2026-02-08T22:59:31.0280028+04:00",
"WorkOrderID": "0c91cc56-49a8-45e5-8006-fa67fa7c06c7",
"InspectionOn": "2026-02-08T22:59:31.0280028+04:00",
"InspectionItemID": "31998d66-1897-4c14-b511-e5d6abe40d2e"
},
"PrevVehicleID": "411b17ac-1b91-4665-b3dd-032466f15d33",
"CloseBy": "811e428c-e604-470f-8e81-d176e40817e3",
"CloseOn": "2026-02-08T22:59:31.0280028+04:00",
"CriticalLevel": 0,
"Id": "441680f2-6170-4ca2-8c8d-8a660e38db0d",
"UserName": "sample string 17",
"UserID": "bf073da2-f0f4-4215-9aac-c36de9a51b8c",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T22:59:31.0280028+04:00",
"ClientID": "29e5cffb-9e93-439b-92ed-f9a051f58e1f",
"ClientName": "sample string 22",
"PartnerID": "8a03a6ac-db8f-44ca-9823-956184326a56",
"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">29e5cffb-9e93-439b-92ed-f9a051f58e1f</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-02-08T22:59:31.0280028+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">441680f2-6170-4ca2-8c8d-8a660e38db0d</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">8a03a6ac-db8f-44ca-9823-956184326a56</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">bf073da2-f0f4-4215-9aac-c36de9a51b8c</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>75847f47-73d3-4a2c-a859-c60c598f78df</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>6ad28930-438d-40af-85e4-59cc2c0d0540</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>811e428c-e604-470f-8e81-d176e40817e3</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-08T22:59:31.0280028+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-08T22:59:31.0280028+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>53c73bde-1155-4f0a-b343-5a2f827d4f36</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>411b17ac-1b91-4665-b3dd-032466f15d33</PrevVehicleID>
<ReportedByID>666e4fbf-94c0-42e5-afae-ccded0b2cabf</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-08T22:59:31.0280028+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>31998d66-1897-4c14-b511-e5d6abe40d2e</InspectionItemID>
<InspectionOn>2026-02-08T22:59:31.0280028+04:00</InspectionOn>
<ServiceID>9e09292f-1927-4da5-a94a-6c1f304a2983</ServiceID>
<ServiceTypeID>eb4762d5-6f5a-42ff-8538-100741ce2817</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>0c91cc56-49a8-45e5-8006-fa67fa7c06c7</WorkOrderID>
<WorkOrderOn>2026-02-08T22:59:31.0280028+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>2c9cbe0e-97aa-4e7c-bb80-c665cc7a2155</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>d056e6a3-c8da-4a09-aaf4-7f50a9ee68c1</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>7afea37c-1900-49dc-9c0d-a7779835a4d0</d2p1:PartnerID>
<d2p1:VehicleID>ce44595a-cc81-4f4b-9512-dfb61713208e</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>