GET api/GetUserPreferencesByUserId/{userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ADMUserPreferences| Name | Description | Type | Additional information |
|---|---|---|---|
| PreferenceID | integer |
None. |
|
| UserID | integer |
None. |
|
| LandingPage | string |
None. |
|
| Theme | string |
None. |
|
| GridSize | string |
None. |
|
| GridSizeId | integer |
None. |
|
| PageName | string |
None. |
|
| DashBoardPage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PreferenceID": 1,
"UserID": 2,
"LandingPage": "sample string 3",
"Theme": "sample string 4",
"GridSize": "sample string 5",
"GridSizeId": 1,
"PageName": "sample string 6",
"DashBoardPage": "sample string 7"
}
application/xml, text/xml
Sample:
<ADMUserPreferences xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <DashBoardPage>sample string 7</DashBoardPage> <GridSize>sample string 5</GridSize> <GridSizeId>1</GridSizeId> <LandingPage>sample string 3</LandingPage> <PageName>sample string 6</PageName> <PreferenceID>1</PreferenceID> <Theme>sample string 4</Theme> <UserID>2</UserID> </ADMUserPreferences>