GET api/v1/WebApp/Setting?deviceID={deviceID}&appVersion={appVersion}&limit={limit}&offset={offset}
Returns App Settings
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
deviceID |
Device ID of the device |
string |
Required |
appVersion |
Major version number |
integer |
Default value is 1 |
limit |
Number of records to return (from 1 to 100) |
integer |
Default value is 100 |
offset |
Offset by number of records |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.