GET api/v1/User/LoadUserSetting/{deviceType}/{deviceModel}/{osVersion}/{screenName}
This api is used to laod user settings like customer has dnabled pushnotifications ,FacebookURL,PrivacyPolicyURL ,CompanyURL etc
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceType |
which type of device calling this api |
string |
Required |
| deviceModel |
which model device has |
string |
Required |
| osVersion |
what is the Operation system of this device |
string |
Required |
| screenName |
from which screen this api is calling |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |