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": "93927dbf-cf0c-4cc1-85f9-0429a4de62fc", "Name": "sample string 2", "VehicleNo": "sample string 3", "Odometer": 4, "ModelName": "sample string 5", "DriverID": "565249a8-ae6a-44aa-abef-b07a24f237df", "DriverName": "sample string 7", "DriverContactNo": "sample string 8", "IMEINo": "sample string 9", "ClientID": "47059509-c826-4cd2-a3fe-7a7e4e9be7f8", "PartnerID": "aa1f64d9-2c3a-4465-8ff8-0cdb808e2a7b" }, "IssueID": "7aaabbcd-e64d-4852-b8ab-eb15f0ac789c", "ReportedDate": "2025-08-08T14:50:39.0200217+04:00", "Summary": "sample string 3", "Description": "sample string 4", "ReportedByID": "a9e14ce1-f751-4762-aa74-1baa8191a026", "ReportedByName": "sample string 6", "AssignedToID": "a58ff044-0a89-4a11-9591-76ad274dd1b3", "AssignedToName": "sample string 8", "Odometer": 9.1, "DueDate": "2025-08-08T14:50:39.0200217+04:00", "DueOdometer": 11.1, "Attachment": { "AttachmentID": "33ebec0d-ecb4-45ec-a7b8-2cb956fc01b5", "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": "e7c46155-c837-4055-a1ec-18d98962e683", "ServiceTypeID": "9a55a792-ff81-4cb9-9099-e1326aabeaa8", "WorkOrderOn": "2025-08-08T14:50:39.0200217+04:00", "WorkOrderID": "c024263a-3892-4857-881d-afef9a57f9b2", "InspectionOn": "2025-08-08T14:50:39.0200217+04:00", "InspectionItemID": "e9a63dfe-0fd3-4182-8ed0-744ba1f9f09e" }, "PrevVehicleID": "9ebeb19b-4053-426a-9d10-b69a5a134143", "CloseBy": "1f679821-086e-448a-b659-bb309e611eee", "CloseOn": "2025-08-08T14:50:39.0200217+04:00", "CriticalLevel": 0, "Id": "15d25283-adae-4ec2-a76e-104d7c2ff159", "UserName": "sample string 17", "UserID": "ac794d88-ab1a-490a-a905-dd98db638288", "CreatedBy": "sample string 19", "CreatedOn": "2025-08-08T14:50:39.0200217+04:00", "ClientID": "98139696-100e-4d33-a89b-24297adaf9c3", "ClientName": "sample string 22", "PartnerID": "447cf65f-dcb1-49f6-95ab-d584087a4ff7", "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">98139696-100e-4d33-a89b-24297adaf9c3</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-08T14:50:39.0200217+04:00</CreatedOn> <Id xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">15d25283-adae-4ec2-a76e-104d7c2ff159</Id> <PartnerID xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">447cf65f-dcb1-49f6-95ab-d584087a4ff7</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">ac794d88-ab1a-490a-a905-dd98db638288</UserID> <UserName xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">sample string 17</UserName> <AssignedToID>a58ff044-0a89-4a11-9591-76ad274dd1b3</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>33ebec0d-ecb4-45ec-a7b8-2cb956fc01b5</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>1f679821-086e-448a-b659-bb309e611eee</CloseBy> <CloseNote>sample string 12</CloseNote> <CloseOn>2025-08-08T14:50:39.0200217+04:00</CloseOn> <CriticalLevel>Low</CriticalLevel> <Description>sample string 4</Description> <DueDate>2025-08-08T14:50:39.0200217+04:00</DueDate> <DueOdometer>11.1</DueOdometer> <IssueID>7aaabbcd-e64d-4852-b8ab-eb15f0ac789c</IssueID> <Odometer>9.1</Odometer> <PrevVehicleID>9ebeb19b-4053-426a-9d10-b69a5a134143</PrevVehicleID> <ReportedByID>a9e14ce1-f751-4762-aa74-1baa8191a026</ReportedByID> <ReportedByName>sample string 6</ReportedByName> <ReportedDate>2025-08-08T14:50:39.0200217+04:00</ReportedDate> <Summary>sample string 3</Summary> <TransactionDetail> <InspectionItemID>e9a63dfe-0fd3-4182-8ed0-744ba1f9f09e</InspectionItemID> <InspectionOn>2025-08-08T14:50:39.0200217+04:00</InspectionOn> <ServiceID>e7c46155-c837-4055-a1ec-18d98962e683</ServiceID> <ServiceTypeID>9a55a792-ff81-4cb9-9099-e1326aabeaa8</ServiceTypeID> <Status>None</Status> <WorkOrderID>c024263a-3892-4857-881d-afef9a57f9b2</WorkOrderID> <WorkOrderOn>2025-08-08T14:50:39.0200217+04:00</WorkOrderOn> </TransactionDetail> <Vehicle xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity"> <d2p1:ClientID>47059509-c826-4cd2-a3fe-7a7e4e9be7f8</d2p1:ClientID> <d2p1:DriverContactNo>sample string 8</d2p1:DriverContactNo> <d2p1:DriverID>565249a8-ae6a-44aa-abef-b07a24f237df</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>aa1f64d9-2c3a-4465-8ff8-0cdb808e2a7b</d2p1:PartnerID> <d2p1:VehicleID>93927dbf-cf0c-4cc1-85f9-0429a4de62fc</d2p1:VehicleID> <d2p1:VehicleNo>sample string 3</d2p1:VehicleNo> </Vehicle> </Issue>