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": "55ea561a-fd79-439b-9d33-69107c8a900b", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "de48a5b8-d22f-4084-9225-26381cd1f981", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "d73df5cb-5019-4bb8-b424-0708e5d23f16", "PartnerID": "3928d4a3-0179-47c1-b5e4-40d557efa9c8" }, "IssueID": "e4363864-0a8d-4936-9e07-fe68306ea751", "ReportedDate": "2025-07-07T10:40:40.8514678+04:00", "Summary": "sample string 3", "Description": "sample string 4", "ReportedByID": "980e9d17-b8c7-4dab-a678-81ccbef735d3", "ReportedByName": "sample string 6", "AssignedToID": "7430f6fc-dfb3-4b87-a142-dbbd596fe23a", "AssignedToName": "sample string 8", "Odometer": 9.1, "DueDate": "2025-07-07T10:40:40.8514678+04:00", "DueOdometer": 11.1, "Attachment": { "AttachmentID": "cc9f4d12-3b80-4fe8-829a-af45164573a6", "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": "9d046d00-bc1f-4287-957c-7d4005ce253e", "ServiceTypeID": "1020bed0-f91b-4669-9f32-62e6a93a7a78", "WorkOrderOn": "2025-07-07T10:40:40.8514678+04:00", "WorkOrderID": "23c49e7c-5c47-4e91-93a2-9f74a50a8e07", "InspectionOn": "2025-07-07T10:40:40.8514678+04:00", "InspectionItemID": "e1b4269a-fcb4-44c8-9eb5-8266d80f8133" }, "PrevVehicleID": "6dff407c-24b4-4c3d-b7f8-33a977440cd3", "CloseBy": "2e96dd59-1e87-4c94-af39-d2f0239d5075", "CloseOn": "2025-07-07T10:40:40.8514678+04:00", "CriticalLevel": 0, "Id": "f4d49e09-7241-43b6-922c-aecc16cbcc4c", "UserName": "sample string 17", "UserID": "d60166b5-d40c-4cb6-988b-1f822a54a592", "CreatedBy": "sample string 19", "CreatedOn": "2025-07-07T10:40:40.8514678+04:00", "ClientID": "ae5ae9a7-2659-4924-90dd-7e59d51508fe", "ClientName": "sample string 22", "PartnerID": "152f247d-bca9-40db-b6f3-f99781591f35", "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">ae5ae9a7-2659-4924-90dd-7e59d51508fe</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-07-07T10:40:40.8514678+04:00</CreatedOn> <Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">f4d49e09-7241-43b6-922c-aecc16cbcc4c</Id> <PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">152f247d-bca9-40db-b6f3-f99781591f35</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">d60166b5-d40c-4cb6-988b-1f822a54a592</UserID> <UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName> <AssignedToID>7430f6fc-dfb3-4b87-a142-dbbd596fe23a</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>cc9f4d12-3b80-4fe8-829a-af45164573a6</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>2e96dd59-1e87-4c94-af39-d2f0239d5075</CloseBy> <CloseNote>sample string 12</CloseNote> <CloseOn>2025-07-07T10:40:40.8514678+04:00</CloseOn> <CriticalLevel>Low</CriticalLevel> <Description>sample string 4</Description> <DueDate>2025-07-07T10:40:40.8514678+04:00</DueDate> <DueOdometer>11.1</DueOdometer> <IssueID>e4363864-0a8d-4936-9e07-fe68306ea751</IssueID> <Odometer>9.1</Odometer> <PrevVehicleID>6dff407c-24b4-4c3d-b7f8-33a977440cd3</PrevVehicleID> <ReportedByID>980e9d17-b8c7-4dab-a678-81ccbef735d3</ReportedByID> <ReportedByName>sample string 6</ReportedByName> <ReportedDate>2025-07-07T10:40:40.8514678+04:00</ReportedDate> <Summary>sample string 3</Summary> <TransactionDetail> <InspectionItemID>e1b4269a-fcb4-44c8-9eb5-8266d80f8133</InspectionItemID> <InspectionOn>2025-07-07T10:40:40.8514678+04:00</InspectionOn> <ServiceID>9d046d00-bc1f-4287-957c-7d4005ce253e</ServiceID> <ServiceTypeID>1020bed0-f91b-4669-9f32-62e6a93a7a78</ServiceTypeID> <Status>None</Status> <WorkOrderID>23c49e7c-5c47-4e91-93a2-9f74a50a8e07</WorkOrderID> <WorkOrderOn>2025-07-07T10:40:40.8514678+04:00</WorkOrderOn> </TransactionDetail> <Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity"> <d2p1:ClientID>d73df5cb-5019-4bb8-b424-0708e5d23f16</d2p1:ClientID> <d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo> <d2p1:DriverID>de48a5b8-d22f-4084-9225-26381cd1f981</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>3928d4a3-0179-47c1-b5e4-40d557efa9c8</d2p1:PartnerID> <d2p1:VehicleID>55ea561a-fd79-439b-9d33-69107c8a900b</d2p1:VehicleID> <d2p1:VehicleNo>sample string 3</d2p1:VehicleNo> </Vehicle> </Issue>