Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
sanekagr2
Partner - Contributor III
Partner - Contributor III

Activating a theme in a specific app via REST API in SaaS

Hello,

I'm trying to upload a custom theme to a SaaS tenant and activate it in the app via API. I succeeded in uploading the theme using this request: POST/v1/themes (https://qlik.dev/apis/rest/themes/#%23%2Fentries%2Fv1%2Fthemes-post), but I couldn't find how to activate the theme in a specific app. I checked this request PUT/v1/apps/{appId} (https://qlik.dev/apis/rest/apps/#%23%2Fentries%2Fv1%2Fapps%2F-appId-put), but I didn't find a parameter related to the theme.

Thanks.

Labels (3)
1 Solution

Accepted Solutions
sanekagr2
Partner - Contributor III
Partner - Contributor III
Author

I got an answer, there is the way to do it through URL, example:

https://{tenant}.{region}.qlikcloud.com/sense/app/{app_id}/sheet/{sheet_id}/state/analysis/theme/{custom_theme}

View solution in original post

1 Reply
sanekagr2
Partner - Contributor III
Partner - Contributor III
Author

I got an answer, there is the way to do it through URL, example:

https://{tenant}.{region}.qlikcloud.com/sense/app/{app_id}/sheet/{sheet_id}/state/analysis/theme/{custom_theme}