v1
latestOpenAPI 3.0.32026-07-12133333.5 KBdesign-builder
getThemeFromDesign
Search for a especific design owned by user organization and parse them to a new or old theme
get/v1/designs/{designId}/parse
Path parameters
designIdstring required
Id of the design
Example:4a062990-a6a3-11eb-9828-4f3da7d4935a
Query parameters
orgIdstring
Organization id of the user
theme'NEW' | 'OLD' required
Type of theme to be parsed and returned
Example:NEW
Response
Success - design parsed with success.
Example response
{
"theme": "NEW"
}