GET api/Users/Get/{id}
Documentation for 'Get'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Documentation for 'id'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Id": 1, "UserID": "sample string 2", "LicenseID": "sample string 3", "UserName": "sample string 4", "UserPassword": "sample string 5", "UserStatus": "sample string 6", "ImagePath": "sample string 7", "Role": "sample string 8", "Email": "sample string 9", "IsMileInputEnable": true, "ShowCameraLensAlert": true, "DisplayOrder": 11, "AllowAddNew": true, "AddOnlyChromeDecoded": true, "EnableDailyLog": true, "EnableAutoAdjustForInteriors": true, "EnableSafe360": true, "ShowHelpEverytime": true, "EnableZoom": true, "EnableProMode": true, "EnableVINScan": true, "EnableGridView": true }
application/xml, text/xml
Sample:
<BoothApp_Users xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BoothApp.Common"> <AddOnlyChromeDecoded>true</AddOnlyChromeDecoded> <AllowAddNew>true</AllowAddNew> <DisplayOrder>11</DisplayOrder> <Email>sample string 9</Email> <EnableAutoAdjustForInteriors>true</EnableAutoAdjustForInteriors> <EnableDailyLog>true</EnableDailyLog> <EnableGridView>true</EnableGridView> <EnableProMode>true</EnableProMode> <EnableSafe360>true</EnableSafe360> <EnableVINScan>true</EnableVINScan> <EnableZoom>true</EnableZoom> <Id>1</Id> <ImagePath>sample string 7</ImagePath> <IsMileInputEnable>true</IsMileInputEnable> <LicenseID>sample string 3</LicenseID> <Role>sample string 8</Role> <ShowCameraLensAlert>true</ShowCameraLensAlert> <ShowHelpEverytime>true</ShowHelpEverytime> <UserID>sample string 2</UserID> <UserName>sample string 4</UserName> <UserPassword>sample string 5</UserPassword> <UserStatus>sample string 6</UserStatus> </BoothApp_Users>