Themes API Endpoint

This applies to: Visual Data Discovery

The API endpoint used to manage themes is customization/themes.

Endpoint Method Description
customization/themes GET List all themes.
customization/themes POST Create a theme.
customization/themes/<id> GET Review a specific theme by theme ID.
customization/themes/<id> PUT Update a specific theme.
customization/themes/<id> DELETE Delete a specific theme.
customization/themes/<id> PATCH Patch a specific theme.
customization/themes/activate POST Set the active theme.
customization/themes/active GET List the active theme.
customization/themes/name/<name> GET Review a specific theme by name.

API documentation is provided with your Symphony installation at this link: <symphony-URL>/discovery/swagger-ui.html.

Some API endpoints are marked as experimental in the Swagger documentation we provide. These endpoints are in the early stages of design and are subject to change. We make no commitment to their stability and may remove them without notice. These experimental endpoints are not recommended for use in production.