GET Theme/GetImagePath

Get the image for theme

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ThemeDTO
NameDescriptionTypeAdditional information
Title

Title

string

None.

Terms

Terms

string

None.

Info

Info

string

None.

Resources

Resources

string

None.

Footer

Footer

string

None.

LogoImage

Logo image

string

None.

SystemUserConfirmationTitle

SystemUserConfirmationTitle

string

None.

SystemUserConfirmationContent

SystemUserConfirmationContent

string

None.

ContactUsHref

Contact Us Link

string

None.

Response Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "Title": "sample string 1",
      "Terms": "sample string 2",
      "Info": "sample string 3",
      "Resources": "sample string 4",
      "Footer": "sample string 5",
      "LogoImage": "sample string 6",
      "SystemUserConfirmationTitle": "sample string 7",
      "SystemUserConfirmationContent": "sample string 8",
      "ContactUsHref": "sample string 9"
    }
  ]
}

text/javascript

Sample:
{"results":[{"Title":"sample string 1","Terms":"sample string 2","Info":"sample string 3","Resources":"sample string 4","Footer":"sample string 5","LogoImage":"sample string 6","SystemUserConfirmationTitle":"sample string 7","SystemUserConfirmationContent":"sample string 8","ContactUsHref":"sample string 9"}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<ThemeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <ContactUsHref>sample string 9</ContactUsHref>
  <Footer>sample string 5</Footer>
  <Info>sample string 3</Info>
  <LogoImage>sample string 6</LogoImage>
  <Resources>sample string 4</Resources>
  <SystemUserConfirmationContent>sample string 8</SystemUserConfirmationContent>
  <SystemUserConfirmationTitle>sample string 7</SystemUserConfirmationTitle>
  <Terms>sample string 2</Terms>
  <Title>sample string 1</Title>
</ThemeDTO>