GET Api/Issue/GetHistoryByID?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
IssueName | 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": "355bb89d-7739-4007-ad2d-22b17ed8fee4", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "faf871a4-f645-4c42-9dcc-ce4fe754ee38", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "624c8562-9d89-4b49-851c-d2a3b6ba8c28", "PartnerID": "85454843-2f15-41aa-982b-799896428368" }, "IssueID": "113680ee-7b65-494a-9857-63c63a8b4f14", "ReportedDate": "2025-08-08T15:45:21.7540916+04:00", "Summary": "sample string 3", "Description": "sample string 4", "ReportedByID": "0da79492-da3d-4613-bb64-1b4654681b35", "ReportedByName": "sample string 6", "AssignedToID": "1444d6f1-6eef-4f19-9669-5e2a657174a5", "AssignedToName": "sample string 8", "Odometer": 9.1, "DueDate": "2025-08-08T15:45:21.7540916+04:00", "DueOdometer": 11.1, "Attachment": { "AttachmentID": "9a0de811-1ff4-499f-8752-3ecea2902085", "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": "a96a8ba3-405a-489f-8602-8891d5deafad", "ServiceTypeID": "6afec3dd-eb9e-4cd2-ae87-f9ca2f7ae574", "WorkOrderOn": "2025-08-08T15:45:21.7540916+04:00", "WorkOrderID": "d731e4df-63ff-48b3-afa6-95d1d06fa8d6", "InspectionOn": "2025-08-08T15:45:21.7540916+04:00", "InspectionItemID": "871bcd58-e380-4f92-b06f-2771d7025928" }, "PrevVehicleID": "c5223f70-392b-4e93-9025-94270c6ec2cd", "CloseBy": "a7d5f735-6da2-43cb-8dd9-97ff32ac60da", "CloseOn": "2025-08-08T15:45:21.7540916+04:00", "CriticalLevel": 0, "Id": "842eb1a7-5a4d-4774-ac9b-1e073c187967", "UserName": "sample string 17", "UserID": "f060a1ad-0fdc-4e70-a3a8-7f2d2a889604", "CreatedBy": "sample string 19", "CreatedOn": "2025-08-08T15:45:21.7540916+04:00", "ClientID": "0ea9dc44-2b54-4221-9687-23e9243ccd2d", "ClientName": "sample string 22", "PartnerID": "ca0d1dc3-eedc-4255-96e4-e889e0777745", "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">0ea9dc44-2b54-4221-9687-23e9243ccd2d</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-08-08T15:45:21.7540916+04:00</CreatedOn> <Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">842eb1a7-5a4d-4774-ac9b-1e073c187967</Id> <PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">ca0d1dc3-eedc-4255-96e4-e889e0777745</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">f060a1ad-0fdc-4e70-a3a8-7f2d2a889604</UserID> <UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName> <AssignedToID>1444d6f1-6eef-4f19-9669-5e2a657174a5</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>9a0de811-1ff4-499f-8752-3ecea2902085</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>a7d5f735-6da2-43cb-8dd9-97ff32ac60da</CloseBy> <CloseNote>sample string 12</CloseNote> <CloseOn>2025-08-08T15:45:21.7540916+04:00</CloseOn> <CriticalLevel>Low</CriticalLevel> <Description>sample string 4</Description> <DueDate>2025-08-08T15:45:21.7540916+04:00</DueDate> <DueOdometer>11.1</DueOdometer> <IssueID>113680ee-7b65-494a-9857-63c63a8b4f14</IssueID> <Odometer>9.1</Odometer> <PrevVehicleID>c5223f70-392b-4e93-9025-94270c6ec2cd</PrevVehicleID> <ReportedByID>0da79492-da3d-4613-bb64-1b4654681b35</ReportedByID> <ReportedByName>sample string 6</ReportedByName> <ReportedDate>2025-08-08T15:45:21.7540916+04:00</ReportedDate> <Summary>sample string 3</Summary> <TransactionDetail> <InspectionItemID>871bcd58-e380-4f92-b06f-2771d7025928</InspectionItemID> <InspectionOn>2025-08-08T15:45:21.7540916+04:00</InspectionOn> <ServiceID>a96a8ba3-405a-489f-8602-8891d5deafad</ServiceID> <ServiceTypeID>6afec3dd-eb9e-4cd2-ae87-f9ca2f7ae574</ServiceTypeID> <Status>None</Status> <WorkOrderID>d731e4df-63ff-48b3-afa6-95d1d06fa8d6</WorkOrderID> <WorkOrderOn>2025-08-08T15:45:21.7540916+04:00</WorkOrderOn> </TransactionDetail> <Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity"> <d2p1:ClientID>624c8562-9d89-4b49-851c-d2a3b6ba8c28</d2p1:ClientID> <d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo> <d2p1:DriverID>faf871a4-f645-4c42-9dcc-ce4fe754ee38</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>85454843-2f15-41aa-982b-799896428368</d2p1:PartnerID> <d2p1:VehicleID>355bb89d-7739-4007-ad2d-22b17ed8fee4</d2p1:VehicleID> <d2p1:VehicleNo>sample string 3</d2p1:VehicleNo> </Vehicle> </Issue>