lock
GET
api/Brandings/v1
Gets all the available site branding from the luBranding lookup table. (Returns as a list)
EXPANDexpand_more
Request Information
Roles
- FormBuilder
- OnlineApplications
URI Parameters
None.
Body Parameters
None.
EXPANDexpand_more
Response Information
Resource Description
Collection of Branding| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Description | string |
None. |
|
| ActiveFlag | string |
None. |
|
| WebHeaderHTML | string |
None. |
|
| WebBackgroundHTML | string |
None. |
|
| WelcomePageHTML | string |
None. |
Response Formats
[
{
"Code": "sample string 1",
"Description": "sample string 2",
"ActiveFlag": "sample string 3",
"WebHeaderHTML": "sample string 4",
"WebBackgroundHTML": "sample string 5",
"WelcomePageHTML": "sample string 6"
},
{
"Code": "sample string 1",
"Description": "sample string 2",
"ActiveFlag": "sample string 3",
"WebHeaderHTML": "sample string 4",
"WebBackgroundHTML": "sample string 5",
"WelcomePageHTML": "sample string 6"
}
]
<ArrayOfBranding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model.AutoGenerated">
<Branding>
<ActiveFlag>sample string 3</ActiveFlag>
<Code>sample string 1</Code>
<Description>sample string 2</Description>
<WebBackgroundHTML>sample string 5</WebBackgroundHTML>
<WebHeaderHTML>sample string 4</WebHeaderHTML>
<WelcomePageHTML>sample string 6</WelcomePageHTML>
</Branding>
<Branding>
<ActiveFlag>sample string 3</ActiveFlag>
<Code>sample string 1</Code>
<Description>sample string 2</Description>
<WebBackgroundHTML>sample string 5</WebBackgroundHTML>
<WebHeaderHTML>sample string 4</WebHeaderHTML>
<WelcomePageHTML>sample string 6</WelcomePageHTML>
</Branding>
</ArrayOfBranding>