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": "a663cdb9-b5e0-4b03-81f7-2702ce21d8d3", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "c57959f9-5c0c-4310-82f0-7650a859b480", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "0fd2cd7e-54c5-406c-94b3-fa58785b10d8", "PartnerID": "cd3035f0-b930-4fbc-8791-542662a11e40" }, "IssueID": "682b71d4-3b40-4448-b5f2-cc23438ab7e8", "ReportedDate": "2025-05-20T23:11:57.8926431+04:00", "Summary": "sample string 3", "Description": "sample string 4", "ReportedByID": "99e2cfc2-af1e-4c08-ac14-49f2dc8f7ab6", "ReportedByName": "sample string 6", "AssignedToID": "4717995d-b48b-4ec7-82a9-408a206330fe", "AssignedToName": "sample string 8", "Odometer": 9.1, "DueDate": "2025-05-20T23:11:57.8926431+04:00", "DueOdometer": 11.1, "Attachment": { "AttachmentID": "22aa2f19-ee50-47cd-8c39-49bd7d5a6f37", "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": "a953bd3c-2310-4334-8007-e03218720a6f", "ServiceTypeID": "04ff854a-42ce-49ad-93ce-b85c8b3f7a07", "WorkOrderOn": "2025-05-20T23:11:57.8926431+04:00", "WorkOrderID": "f66b1532-ba25-4934-8b06-4d5263b0c6e4", "InspectionOn": "2025-05-20T23:11:57.8926431+04:00", "InspectionItemID": "9e5e62d3-3ccc-406b-a730-946a16b00bba" }, "PrevVehicleID": "246d69fa-28ec-4a5e-aef4-ec2401f84aa3", "CloseBy": "b379b915-3637-4184-9fdf-43f6ea3489e0", "CloseOn": "2025-05-20T23:11:57.8926431+04:00", "CriticalLevel": 0, "Id": "11d2b7b9-82aa-4ecc-a6f8-2593f4d0066a", "UserName": "sample string 17", "UserID": "7a140d81-f0b5-4aa6-9898-76a2bd7d068d", "CreatedBy": "sample string 19", "CreatedOn": "2025-05-20T23:11:57.8926431+04:00", "ClientID": "9bd099e7-b2a7-4394-9daf-6ebd3b94f59f", "ClientName": "sample string 22", "PartnerID": "2d2f7224-a3d8-4ce4-a28a-2ba66aca5711", "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">9bd099e7-b2a7-4394-9daf-6ebd3b94f59f</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-05-20T23:11:57.8926431+04:00</CreatedOn> <Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">11d2b7b9-82aa-4ecc-a6f8-2593f4d0066a</Id> <PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">2d2f7224-a3d8-4ce4-a28a-2ba66aca5711</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">7a140d81-f0b5-4aa6-9898-76a2bd7d068d</UserID> <UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName> <AssignedToID>4717995d-b48b-4ec7-82a9-408a206330fe</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>22aa2f19-ee50-47cd-8c39-49bd7d5a6f37</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>b379b915-3637-4184-9fdf-43f6ea3489e0</CloseBy> <CloseNote>sample string 12</CloseNote> <CloseOn>2025-05-20T23:11:57.8926431+04:00</CloseOn> <CriticalLevel>Low</CriticalLevel> <Description>sample string 4</Description> <DueDate>2025-05-20T23:11:57.8926431+04:00</DueDate> <DueOdometer>11.1</DueOdometer> <IssueID>682b71d4-3b40-4448-b5f2-cc23438ab7e8</IssueID> <Odometer>9.1</Odometer> <PrevVehicleID>246d69fa-28ec-4a5e-aef4-ec2401f84aa3</PrevVehicleID> <ReportedByID>99e2cfc2-af1e-4c08-ac14-49f2dc8f7ab6</ReportedByID> <ReportedByName>sample string 6</ReportedByName> <ReportedDate>2025-05-20T23:11:57.8926431+04:00</ReportedDate> <Summary>sample string 3</Summary> <TransactionDetail> <InspectionItemID>9e5e62d3-3ccc-406b-a730-946a16b00bba</InspectionItemID> <InspectionOn>2025-05-20T23:11:57.8926431+04:00</InspectionOn> <ServiceID>a953bd3c-2310-4334-8007-e03218720a6f</ServiceID> <ServiceTypeID>04ff854a-42ce-49ad-93ce-b85c8b3f7a07</ServiceTypeID> <Status>None</Status> <WorkOrderID>f66b1532-ba25-4934-8b06-4d5263b0c6e4</WorkOrderID> <WorkOrderOn>2025-05-20T23:11:57.8926431+04:00</WorkOrderOn> </TransactionDetail> <Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity"> <d2p1:ClientID>0fd2cd7e-54c5-406c-94b3-fa58785b10d8</d2p1:ClientID> <d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo> <d2p1:DriverID>c57959f9-5c0c-4310-82f0-7650a859b480</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>cd3035f0-b930-4fbc-8791-542662a11e40</d2p1:PartnerID> <d2p1:VehicleID>a663cdb9-b5e0-4b03-81f7-2702ce21d8d3</d2p1:VehicleID> <d2p1:VehicleNo>sample string 3</d2p1:VehicleNo> </Vehicle> </Issue>