Theme - Fetch list of all available themes

Fetch list of available theme

get
Authorizations
Path parameters
tenantIdstring · uuidRequired

Expects Id of an existing tenant

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Responses
200
Indicates successful retrieval for list of available theme
get
GET /tenants/{tenantId}/themes HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
[
  {
    "themeId": "123e4567-e89b-12d3-a456-426614174000",
    "themeName": "text",
    "themeObject": {
      "name": "text",
      "dataColors": [
        "text"
      ],
      "background": "text",
      "foreground": "text",
      "tableAccent": "text",
      "textClasses": {
        "label": {
          "color": "text",
          "fontFace": "text",
          "fontSize": 1
        },
        "callout": {
          "color": "text",
          "fontFace": "text",
          "fontSize": 1
        },
        "title": {
          "color": "text",
          "fontFace": "text",
          "fontSize": 1
        },
        "header": {
          "color": "text",
          "fontFace": "text",
          "fontSize": 1
        }
      }
    }
  }
]

Last updated