GET api/Style/GetStyleSettings

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

StyleSettingViewModel
NameDescriptionTypeAdditional information
NoAlertRedundantSize

boolean

None.

PartAlert

boolean

None.

FeatureEstimate

boolean

None.

ShowNotes

boolean

None.

ShowProfile

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "noAlertRedundantSize": true,
  "partAlert": true,
  "featureEstimate": true,
  "showNotes": true,
  "showProfile": true
}

application/xml, text/xml

Sample:
<StyleSettingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels">
  <FeatureEstimate>true</FeatureEstimate>
  <NoAlertRedundantSize>true</NoAlertRedundantSize>
  <PartAlert>true</PartAlert>
  <ShowNotes>true</ShowNotes>
  <ShowProfile>true</ShowProfile>
</StyleSettingViewModel>