GET api/Other/UserUISetting/{UserID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserID

string

Required

Body Parameters

None.

Response Information

Resource Description

UserUISetting
NameDescriptionTypeAdditional information
UserID

string

None.

FontSize

string

None.

HeaderBackgroundColor

string

None.

Response Formats

application/json, text/json

Sample:
{
  "UserID": "sample string 1",
  "FontSize": "sample string 2",
  "HeaderBackgroundColor": "sample string 3"
}

application/xml, text/xml

Sample:
<UserUISetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iMOE_Back_End.Controllers">
  <FontSize>sample string 2</FontSize>
  <HeaderBackgroundColor>sample string 3</HeaderBackgroundColor>
  <UserID>sample string 1</UserID>
</UserUISetting>