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
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": "c51e63e2-9ce0-4fd4-ac8d-12a59418b0db", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "6653d5b8-2dfd-40a3-9475-f80eaa08367f", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "99dbe5de-17c6-4567-8860-610b9607bafd", "PartnerID": "d49b2d63-1467-4458-9ce0-225354c2c469" }, "IssueID": "a0d04fa3-15dd-438b-96bc-340f7dcbf1b1", "ReportedDate": "2025-05-20T22:45:40.8182575+04:00", "Summary": "sample string 3", "Description": "sample string 4", "ReportedByID": "5ecaef48-d3f5-4cce-8274-eae4cebf038b", "ReportedByName": "sample string 6", "AssignedToID": "d8780d15-ba66-4bc1-a18d-b66f9525d94a", "AssignedToName": "sample string 8", "Odometer": 9.1, "DueDate": "2025-05-20T22:45:40.8182575+04:00", "DueOdometer": 11.1, "Attachment": { "AttachmentID": "8ff0b172-7dbc-447c-bad8-1c9517393025", "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": "e4261b08-5718-4b6e-89ae-a4eac8fb34fa", "ServiceTypeID": "256d13a8-8ee7-4bd2-b73b-00a3abfb6bd3", "WorkOrderOn": "2025-05-20T22:45:40.8182575+04:00", "WorkOrderID": "3ba6f1ff-4b6d-4db7-a8f1-1defbf0929df", "InspectionOn": "2025-05-20T22:45:40.8182575+04:00", "InspectionItemID": "3157a1c3-1f85-4aa9-9e71-89938f9b01b7" }, "PrevVehicleID": "35f7fb8c-c151-4bf0-acc0-17308ac01f0a", "CloseBy": "06e8f4ef-f72f-4587-b981-550920fd60d2", "CloseOn": "2025-05-20T22:45:40.8182575+04:00", "CriticalLevel": 0, "Id": "3d1aa699-e53a-4fe7-9347-5968e06f9eca", "UserName": "sample string 17", "UserID": "efcb55f2-e144-4bf6-a00c-03e96fad04b2", "CreatedBy": "sample string 19", "CreatedOn": "2025-05-20T22:45:40.8182575+04:00", "ClientID": "5dee6a05-9bd6-4ce0-bf67-bf00dc6318e3", "ClientName": "sample string 22", "PartnerID": "8b7218e2-4ffb-48e4-9a18-8526d3c5f59b", "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">5dee6a05-9bd6-4ce0-bf67-bf00dc6318e3</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-20T22:45:40.8182575+04:00</CreatedOn> <Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">3d1aa699-e53a-4fe7-9347-5968e06f9eca</Id> <PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">8b7218e2-4ffb-48e4-9a18-8526d3c5f59b</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">efcb55f2-e144-4bf6-a00c-03e96fad04b2</UserID> <UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName> <AssignedToID>d8780d15-ba66-4bc1-a18d-b66f9525d94a</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>8ff0b172-7dbc-447c-bad8-1c9517393025</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>06e8f4ef-f72f-4587-b981-550920fd60d2</CloseBy> <CloseNote>sample string 12</CloseNote> <CloseOn>2025-05-20T22:45:40.8182575+04:00</CloseOn> <CriticalLevel>Low</CriticalLevel> <Description>sample string 4</Description> <DueDate>2025-05-20T22:45:40.8182575+04:00</DueDate> <DueOdometer>11.1</DueOdometer> <IssueID>a0d04fa3-15dd-438b-96bc-340f7dcbf1b1</IssueID> <Odometer>9.1</Odometer> <PrevVehicleID>35f7fb8c-c151-4bf0-acc0-17308ac01f0a</PrevVehicleID> <ReportedByID>5ecaef48-d3f5-4cce-8274-eae4cebf038b</ReportedByID> <ReportedByName>sample string 6</ReportedByName> <ReportedDate>2025-05-20T22:45:40.8182575+04:00</ReportedDate> <Summary>sample string 3</Summary> <TransactionDetail> <InspectionItemID>3157a1c3-1f85-4aa9-9e71-89938f9b01b7</InspectionItemID> <InspectionOn>2025-05-20T22:45:40.8182575+04:00</InspectionOn> <ServiceID>e4261b08-5718-4b6e-89ae-a4eac8fb34fa</ServiceID> <ServiceTypeID>256d13a8-8ee7-4bd2-b73b-00a3abfb6bd3</ServiceTypeID> <Status>None</Status> <WorkOrderID>3ba6f1ff-4b6d-4db7-a8f1-1defbf0929df</WorkOrderID> <WorkOrderOn>2025-05-20T22:45:40.8182575+04:00</WorkOrderOn> </TransactionDetail> <Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity"> <d2p1:ClientID>99dbe5de-17c6-4567-8860-610b9607bafd</d2p1:ClientID> <d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo> <d2p1:DriverID>6653d5b8-2dfd-40a3-9475-f80eaa08367f</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>d49b2d63-1467-4458-9ce0-225354c2c469</d2p1:PartnerID> <d2p1:VehicleID>c51e63e2-9ce0-4fd4-ac8d-12a59418b0db</d2p1:VehicleID> <d2p1:VehicleNo>sample string 3</d2p1:VehicleNo> </Vehicle> </Issue>