Loading...
Overview

Theme

The Theme resource represents the visual style and branding for a user's account within the digital customer platform. It includes attributes for customizing the appearance of the platform such as the theme's favicon, logos for desktop and mobile, splash screens, login images, and icon recommendations. Each theme is associated with a specific account, allows caching for performance, and has the ability to specify a base URL for the platform's domain. Furthermore, it manages uploads related to visual elements enabling theme personalization according to the user's corporate identity and preferences.

Attributes

These are all attributes that can be read and updated through the API

Name Description Permissions

Get Theme by ID

GEThttps://connect.autonoma.cloud/v1/resources/theme/[ID]

Returns a specific Theme by ID.


Relations

It is possible to get related objects from Themes.

GEThttps://connect.autonoma.cloud/v1/resources/theme/[ID]/[RELATION]

This table shows all available resources that can be queried

Relation Objecttype Relationtype
account Account 1:1 Show details

Update Theme

POSThttps://connect.autonoma.cloud/v1/resources/theme/[ID]

Update fields of Theme by ID. The fields must be sent as x-www-form-urlencoded parameter.


Create Theme

PUThttps://connect.autonoma.cloud/v1/resources/theme

Create a new Theme.


Delete Theme

DELETEhttps://connect.autonoma.cloud/v1/resources/theme/[ID]

Delete the resource Theme by ID.

Top Top