v4

latestSwagger 2.02026-08-0343714211.7 MB
styles
Styles

Show Style

Show Style

get/styles/{path}

Path parameters

pathstring required

Style path.

Response

The Styles object.

idinteger

Style ID

pathstring

Folder path

logo_click_hrefstring

URL to open when a public visitor clicks the logo

Example response

{
  "id": 1,
  "path": "example",
  "logo": {
    "name": "My logo",
    "uri": "https://mysite.files.com/.../my_image.png"
  },
  "logo_click_href": "https://www.example.com",
  "thumbnail": {
    "name": "My logo",
    "uri": "https://mysite.files.com/.../my_image.png"
  }
}