GET api/Styles/DisplayBackground

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of StyleBackgroundModel
NameDescriptionTypeAdditional information
BackgroundID

integer

None.

BackgroundName

string

None.

BackgroundUrl

string

None.

BackgroundThumbUrl

string

None.

BackgroundPrimary

string

None.

BackgroundSecondary

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BackgroundID": 1,
    "BackgroundName": "sample string 2",
    "BackgroundUrl": "sample string 3",
    "BackgroundThumbUrl": "sample string 4",
    "BackgroundPrimary": "sample string 5",
    "BackgroundSecondary": "sample string 6"
  },
  {
    "BackgroundID": 1,
    "BackgroundName": "sample string 2",
    "BackgroundUrl": "sample string 3",
    "BackgroundThumbUrl": "sample string 4",
    "BackgroundPrimary": "sample string 5",
    "BackgroundSecondary": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfStyleBackgroundModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model_z_webAPIService.Models">
  <StyleBackgroundModel>
    <BackgroundID>1</BackgroundID>
    <BackgroundName>sample string 2</BackgroundName>
    <BackgroundPrimary>sample string 5</BackgroundPrimary>
    <BackgroundSecondary>sample string 6</BackgroundSecondary>
    <BackgroundThumbUrl>sample string 4</BackgroundThumbUrl>
    <BackgroundUrl>sample string 3</BackgroundUrl>
  </StyleBackgroundModel>
  <StyleBackgroundModel>
    <BackgroundID>1</BackgroundID>
    <BackgroundName>sample string 2</BackgroundName>
    <BackgroundPrimary>sample string 5</BackgroundPrimary>
    <BackgroundSecondary>sample string 6</BackgroundSecondary>
    <BackgroundThumbUrl>sample string 4</BackgroundThumbUrl>
    <BackgroundUrl>sample string 3</BackgroundUrl>
  </StyleBackgroundModel>
</ArrayOfStyleBackgroundModel>