GET api/GetUserPreferences/{userId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ADM_UserPreferences
NameDescriptionTypeAdditional information
PreferenceID

integer

None.

UserID

integer

None.

LandingPage

string

None.

Theme

string

None.

GridSize

integer

None.

UserIDCreated

integer

None.

DbUserCreated

string

None.

CreatedDate

date

None.

UserIDModified

integer

None.

DbUserModified

string

None.

ModifiedDate

date

None.

RowStatus

string

None.

Comments

string

None.

DashboardId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "PreferenceID": 1,
  "UserID": 2,
  "LandingPage": "sample string 3",
  "Theme": "sample string 4",
  "GridSize": 1,
  "UserIDCreated": 5,
  "DbUserCreated": "sample string 6",
  "CreatedDate": "2025-04-03T18:46:37.1026866-04:00",
  "UserIDModified": 1,
  "DbUserModified": "sample string 7",
  "ModifiedDate": "2025-04-03T18:46:37.1026866-04:00",
  "RowStatus": "sample string 8",
  "Comments": "sample string 9",
  "DashboardId": 1
}

application/xml, text/xml

Sample:
<ADM_UserPreferences xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin">
  <Comments>sample string 9</Comments>
  <CreatedDate>2025-04-03T18:46:37.1026866-04:00</CreatedDate>
  <DashboardId>1</DashboardId>
  <DbUserCreated>sample string 6</DbUserCreated>
  <DbUserModified>sample string 7</DbUserModified>
  <GridSize>1</GridSize>
  <LandingPage>sample string 3</LandingPage>
  <ModifiedDate>2025-04-03T18:46:37.1026866-04:00</ModifiedDate>
  <PreferenceID>1</PreferenceID>
  <RowStatus>sample string 8</RowStatus>
  <Theme>sample string 4</Theme>
  <UserID>2</UserID>
  <UserIDCreated>5</UserIDCreated>
  <UserIDModified>1</UserIDModified>
</ADM_UserPreferences>