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": "d961c0b9-207f-422a-a2cb-605e6db650d6",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "fa420ac5-bbd6-4a4c-be97-a754c79b420d",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "a1e06cc7-8608-4f2e-a31f-bdd8fd6ebef7",
"PartnerID": "d04e357d-f778-4a95-a0a2-6f9b62f8ba82"
},
"IssueID": "f3553614-ff26-414f-ba97-361a9431e5b2",
"ReportedDate": "2026-02-08T22:58:25.1818257+04:00",
"Summary": "sample string 3",
"Description": "sample string 4",
"ReportedByID": "4a7a2d31-7192-438e-84e0-42ffaf1da302",
"ReportedByName": "sample string 6",
"AssignedToID": "75546b71-a0cf-4ea0-954f-5f1404bf8237",
"AssignedToName": "sample string 8",
"Odometer": 9.1,
"DueDate": "2026-02-08T22:58:25.1818257+04:00",
"DueOdometer": 11.1,
"Attachment": {
"AttachmentID": "3591dc73-32f8-474c-9b56-3c97271289ab",
"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": "32ed8e8f-8c4f-4323-a404-901d613f87fd",
"ServiceTypeID": "3456856a-e32e-479b-b1a7-434bbb37add9",
"WorkOrderOn": "2026-02-08T22:58:25.1818257+04:00",
"WorkOrderID": "a6a45533-56a7-4c34-bfe7-dc9b2dd65170",
"InspectionOn": "2026-02-08T22:58:25.1818257+04:00",
"InspectionItemID": "72bc2173-80f5-452a-8af8-c0978bb103c1"
},
"PrevVehicleID": "b2eab6b6-9166-4ccd-a7ab-bddec45c47aa",
"CloseBy": "827e6f9f-9940-4c58-aa3c-17945fa07a9d",
"CloseOn": "2026-02-08T22:58:25.1818257+04:00",
"CriticalLevel": 0,
"Id": "93ab8ca6-8d9b-4d79-8c6c-328ad9b3e1fc",
"UserName": "sample string 17",
"UserID": "81609141-7492-4279-92df-b4301e32dd84",
"CreatedBy": "sample string 19",
"CreatedOn": "2026-02-08T22:58:25.1818257+04:00",
"ClientID": "2be88405-6cc2-4fd8-9152-441768007430",
"ClientName": "sample string 22",
"PartnerID": "d9695c17-6fc4-4bff-9333-a3c2e024c3ee",
"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">2be88405-6cc2-4fd8-9152-441768007430</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:58:25.1818257+04:00</CreatedOn>
<Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">93ab8ca6-8d9b-4d79-8c6c-328ad9b3e1fc</Id>
<PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">d9695c17-6fc4-4bff-9333-a3c2e024c3ee</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">81609141-7492-4279-92df-b4301e32dd84</UserID>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName>
<AssignedToID>75546b71-a0cf-4ea0-954f-5f1404bf8237</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>3591dc73-32f8-474c-9b56-3c97271289ab</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>827e6f9f-9940-4c58-aa3c-17945fa07a9d</CloseBy>
<CloseNote>sample string 12</CloseNote>
<CloseOn>2026-02-08T22:58:25.1818257+04:00</CloseOn>
<CriticalLevel>Low</CriticalLevel>
<Description>sample string 4</Description>
<DueDate>2026-02-08T22:58:25.1818257+04:00</DueDate>
<DueOdometer>11.1</DueOdometer>
<IssueID>f3553614-ff26-414f-ba97-361a9431e5b2</IssueID>
<Odometer>9.1</Odometer>
<PrevVehicleID>b2eab6b6-9166-4ccd-a7ab-bddec45c47aa</PrevVehicleID>
<ReportedByID>4a7a2d31-7192-438e-84e0-42ffaf1da302</ReportedByID>
<ReportedByName>sample string 6</ReportedByName>
<ReportedDate>2026-02-08T22:58:25.1818257+04:00</ReportedDate>
<Summary>sample string 3</Summary>
<TransactionDetail>
<InspectionItemID>72bc2173-80f5-452a-8af8-c0978bb103c1</InspectionItemID>
<InspectionOn>2026-02-08T22:58:25.1818257+04:00</InspectionOn>
<ServiceID>32ed8e8f-8c4f-4323-a404-901d613f87fd</ServiceID>
<ServiceTypeID>3456856a-e32e-479b-b1a7-434bbb37add9</ServiceTypeID>
<Status>None</Status>
<WorkOrderID>a6a45533-56a7-4c34-bfe7-dc9b2dd65170</WorkOrderID>
<WorkOrderOn>2026-02-08T22:58:25.1818257+04:00</WorkOrderOn>
</TransactionDetail>
<Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:ClientID>a1e06cc7-8608-4f2e-a31f-bdd8fd6ebef7</d2p1:ClientID>
<d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo>
<d2p1:DriverID>fa420ac5-bbd6-4a4c-be97-a754c79b420d</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>d04e357d-f778-4a95-a0a2-6f9b62f8ba82</d2p1:PartnerID>
<d2p1:VehicleID>d961c0b9-207f-422a-a2cb-605e6db650d6</d2p1:VehicleID>
<d2p1:VehicleNo>sample string 3</d2p1:VehicleNo>
</Vehicle>
</Issue>