Settings

List custom themes

Returns the list of custom color themes defined for your account.

get/analytics/v1/settings/themes

Response

OK - The request succeeded.

rowCountinteger

Total number of custom themes in the result set.

Example response

{
  "themes": [
    {
      "primaryColor": "#1A73E8",
      "colors": {
        "light": [
          "#1A73E8"
        ],
        "dark": [
          "#1A73E8"
        ]
      }
    }
  ]
}

Changes