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": "772b576a-8f33-4bfa-8941-c0d85557a88c",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "dc12fa94-b118-4375-afe3-dc67bb72d9a6",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "bd742c16-5e9e-419f-af14-081de1ba86ee",
"PartnerID": "394678c0-8003-4324-a9c2-daaaed59acec"
},
"IssueID": "32c3cd2b-b276-40b4-a7cd-6fd6a5d08e1a",
"ReportedDate": "2026-07-09T21:06:36.3806146+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "cd822e29-3480-453e-acb9-223d5f72df24",
"ReportedByName": "sample string 6",
"AssignedToID": "692013fb-4b2c-41b5-9fd4-4a91b73f8655",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-07-09T21:06:36.3806146+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "2df7e09f-48dd-47b2-bced-15510405050f",
"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": "563386fe-536f-424e-9bf9-0cf28f976cc0",
"ServiceTypeID": "367d71d1-22ff-4d40-a723-477b47d9a82d",
"WorkOrderOn": "2026-07-09T21:06:36.3806146+04:00",
"WorkOrderID": "7def9e52-f1de-48ab-a1c2-12db0a0d6426",
"InspectionOn": "2026-07-09T21:06:36.3806146+04:00",
"InspectionItemID": "30ed0eec-9c79-4149-af94-3b0736ccf8de"
},
"PrevVehicleID": "c8e1a554-4e92-4fe6-ba4a-826f45b6fa20",
"CloseBy": "7da00854-3f5d-4144-bcc2-828fb71e76f3",
"CloseOn": "2026-07-09T21:06:36.3806146+04:00",
"CriticalLevel": 0,
"Id": "053102b4-a301-45ee-8dbb-9418445a1a5e",
"UserName": "sample string 17",
"UserID": "9730c18b-d7f3-4511-a109-98d48708d121",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-07-09T21:06:36.3806146+04:00",
"ClientID": "431b7e72-bd37-473b-8e98-168a410631e0",
"ClientName": "sample string 22",
"PartnerID": "14b7dc2e-935b-4f1c-aca4-69c4bf8c6b47",
"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">431b7e72-bd37-473b-8e98-168a410631e0</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-07-09T21:06:36.3806146+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">053102b4-a301-45ee-8dbb-9418445a1a5e</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">14b7dc2e-935b-4f1c-aca4-69c4bf8c6b47</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">9730c18b-d7f3-4511-a109-98d48708d121</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>692013fb-4b2c-41b5-9fd4-4a91b73f8655</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>2df7e09f-48dd-47b2-bced-15510405050f</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>7da00854-3f5d-4144-bcc2-828fb71e76f3</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-07-09T21:06:36.3806146+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-07-09T21:06:36.3806146+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>32c3cd2b-b276-40b4-a7cd-6fd6a5d08e1a</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>c8e1a554-4e92-4fe6-ba4a-826f45b6fa20</PrevVehicleID>
<ReportedByID>cd822e29-3480-453e-acb9-223d5f72df24</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-07-09T21:06:36.3806146+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>30ed0eec-9c79-4149-af94-3b0736ccf8de</InspectionItemID>
<InspectionOn>2026-07-09T21:06:36.3806146+04:00</InspectionOn>
<ServiceID>563386fe-536f-424e-9bf9-0cf28f976cc0</ServiceID>
<ServiceTypeID>367d71d1-22ff-4d40-a723-477b47d9a82d</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>7def9e52-f1de-48ab-a1c2-12db0a0d6426</WorkOrderID>
<WorkOrderOn>2026-07-09T21:06:36.3806146+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>bd742c16-5e9e-419f-af14-081de1ba86ee</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>dc12fa94-b118-4375-afe3-dc67bb72d9a6</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>394678c0-8003-4324-a9c2-daaaed59acec</d2p1:PartnerID>
<d2p1:VehicleID>772b576a-8f33-4bfa-8941-c0d85557a88c</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>