Theme
Responsible for partner theme submission
Oversee the extension sections in your application through the CLI. This includes obtaining draft extension sections, publishing extension sections, retrieving sections of extensions, and more.
Operations
POST
# Draft extension section
POST
# Publish an extension section
POST
# Start a Preview of Extension Section
DEL
# Close a Preview of Extension Section
Create a new draft for an extension section within the specified organization.
Parameters
organization_idpath
string
Required
Organization ID
extension_idpath
string
Required
Extension ID
Request body
extension_id
string
bundle_name
string
organization_id
string
sections
array of object (ExtensionSection)
Show
assets
object (AssetsExtension)
Show
type
string
status
string
POST
Response
200
Success. Returns the created draft extension section.
Hide
sections
object (Sections)
Show
Examples
Parameters
body:
body
Response
Draft extension section
createExtensionSectionDraft
Publish a draft extension section within the specified organization.
Parameters
organization_idpath
string
Required
Organization ID
extension_idpath
string
Required
Extension ID
Request body
extension_id
string
bundle_name
string
organization_id
string
sections
array of object (ExtensionSection)
Show
assets
object (AssetsExtension)
Show
type
string
status
string
POST
Response
200
Success. The extension section has been published.
Hide
sections
object (Sections)
Show
Examples
Parameters
body:
body
Response
Publish an extension section
publishExtensionSections
Use this API to start a local session for previewing the extension section binding.
Parameters
organization_idpath
string
Required
Organization ID
extension_section_idpath
string
Required
Extension Section ID
Request body
application_id
string
Application ID
section_preview_hash
string
Hash for the section preview
POST
Response
200
Returns the preview details
Hide
message
string
Examples
Parameters
organization_id:
"value"
extension_section_id:
"value"
body:
body
Response
Start a Preview of Extension Section
applyExtensionPreview
Use this API to close a local session for previewing the extension section binding
Parameters
organization_idpath
string
Required
Organization ID
extension_section_idpath
string
Required
Extension Section ID
Request body
application_id
string
Application ID
section_preview_hash
string
Hash for the section preview
DEL
Response
200
Returns the deletion status
Hide
message
string
Examples
Parameters
organization_id:
"value"
extension_section_id:
"value"
body:
body
Response
Close a Preview of Extension Section
removeExtensionPreview
Oversee themes in your application through the CLI. This includes obtaining application themes, retrieving theme details by ID, updating themes, deleting themes, accessing organization themes, retrieving organization theme details, managing draft themes, submitting organization themes, accessing theme versions, and more.
Operations
GET
# Get all pages
POST
# Create page
PUT
# Update multiple pages
GET
# Get page
PUT
# Update page
DEL
# Delete page
GET
# Get application themes
GET
# Get theme by ID
PUT
# Update theme
DEL
# Delete theme
GET
# Get organization themes
GET
# Get organization theme details
PATCH
# Update draft theme
PUT
# Submit organization theme
DEL
# Delete organization theme
GET
# Get latest version of theme by slug
POST
# Create new theme in organization
GET
# Get theme rejection reasons
GET
# Get theme versions
POST
# Create a new theme
Parameters
company_idpath
integer
Required
Company ID
application_idpath
string
Required
Application ID
theme_idpath
string
Required
ID of the theme to be retrieved
organization_idpath
string
Required
Organization ID
GET
Response
200
Success. Returns an array all the pages of the theme. Refer `AllAvailablePageSchema` for more details.
Hide
pages
array of object (AvailablePageSchema)
Show
Examples
Parameters
Parameters are not required.
Response
Get all pages
getAllPages
Parameters
company_idpath
integer
Required
Company ID
application_idpath
string
Required
Application ID
theme_idpath
string
Required
ID of the theme
organization_idpath
string
Required
Organization ID
Request body
value
string
text
string
path
string
type
string
Enum
sections
array of object (AvailablePageSchemaSections)
Show
sections_meta
array of object (AvailablePageSectionMetaAttributes)
Show
theme
string
seo
object (AvailablePageSeo)
Show
props
array of object
_id
string
created_at
string
| date-time
The creation timestamp of the page
updated_at
string
| date-time
The last update timestamp of the page
POST
Response
200
Success. Returns the page of the theme. Refer `AvailablePageSchema` for more details.
Hide
value
string
text
string
path
string
type
string
Enum
sections
array of object (AvailablePageSchemaSections)
Show
sections_meta
array of object (AvailablePageSectionMetaAttributes)
Show
theme
string
seo
object (AvailablePageSeo)
Show
props
array of object
_id
string
created_at
string
| date-time
The creation timestamp of the page
updated_at
string
| date-time
The last update timestamp of the page
Examples
Parameters
Parameters are not required.
Response
Create page
createPage
Parameters
company_idpath
integer
Required
Company ID
application_idpath
string
Required
Application ID
theme_idpath
string
Required
ID of the theme to be retrieved
organization_idpath
string
Required
Organization ID
Request body
pages
array of object (AvailablePageSchema)
Show
PUT
Response
200
Success. Returns an array all the pages of the theme. Refer `AllAvailablePageSchema` for more details.
Hide
pages
array of object (AvailablePageSchema)
Show
Examples
Parameters
Parameters are not required.
Response
Update multiple pages
updateMultiplePages
Parameters
company_idpath
integer
Required
Company ID
application_idpath
string
Required
Application ID
theme_idpath
string
Required
ID of the theme to be retrieved
page_valuepath
string
Required
Value of the page to be retrieved
organization_idpath
string
Required
Organization ID
GET
Response
200
Success. Returns an object of the page. Refer `AvailablePageSchema` for more details.
Hide
value
string
text
string
path
string
type
string
Enum
sections
array of object (AvailablePageSchemaSections)
Show
sections_meta
array of object (AvailablePageSectionMetaAttributes)
Show
theme
string
seo
object (AvailablePageSeo)
Show
props
array of object
_id
string
created_at
string
| date-time
The creation timestamp of the page
updated_at
string
| date-time
The last update timestamp of the page
Examples
Parameters
Parameters are not required.
Response
Get page
getPage
Parameters
company_idpath
integer
Required
Company ID
application_idpath
string
Required
Application ID
theme_idpath
string
Required
ID of the theme
page_valuepath
string
Required
Value of the page to be updated
organization_idpath
string
Required
Organization ID
Request body
value
string
text
string
path
string
type
string
Enum
sections
array of object (AvailablePageSchemaSections)
Show
sections_meta
array of object (AvailablePageSectionMetaAttributes)
Show
theme
string
seo
object (AvailablePageSeo)
Show
props
array of object
_id
string
created_at
string
| date-time
The creation timestamp of the page
updated_at
string
| date-time
The last update timestamp of the page
PUT
Response
200
Success. Returns a the page of the theme. Refer `AvailablePageSchema` for more details.
Hide
value
string
text
string
path
string
type
string
Enum
sections
array of object (AvailablePageSchemaSections)
Show
sections_meta
array of object (AvailablePageSectionMetaAttributes)
Show
theme
string
seo
object (AvailablePageSeo)
Show
props
array of object
_id
string
created_at
string
| date-time
The creation timestamp of the page
updated_at
string
| date-time
The last update timestamp of the page
Examples
Parameters
Parameters are not required.
Response
Update page
updatePage
Parameters
company_idpath
integer
Required
Company ID
application_idpath
string
Required
Application ID
theme_idpath
string
Required
ID of the theme
page_valuepath
string
Required
Value of the page to be updated
organization_idpath
string
Required
Organization ID
DEL
Response
200
Success. Returns a the page of the theme. Refer `AvailablePageSchema` for more details.
Hide
value
string
text
string
path
string
type
string
Enum
sections
array of object (AvailablePageSchemaSections)
Show
sections_meta
array of object (AvailablePageSectionMetaAttributes)
Show
theme
string
seo
object (AvailablePageSeo)
Show
props
array of object
_id
string
created_at
string
| date-time
The creation timestamp of the page
updated_at
string
| date-time
The last update timestamp of the page
Examples
Parameters
Parameters are not required.
Response
Delete page
deletePage
Parameters
company_idpath
integer
Required
The ID of the company
application_idpath
string
Required
The ID of the application
organization_idpath
string
Required
Organization ID
GET
Response
200
The list of themes for the application was fetched successfully.
Hide
The response body containing the theme details
font
object (Font)
Show
config
object (Config)
Show
applied
boolean
Whether the theme has been applied or not
is_private
boolean
Whether the theme is private or not
tags
array of string
An array of tags associated with the theme
_id
string
The unique identifier of the theme
application_id
string
The ID of the application
marketplace_theme_id
string
The ID of the theme in the marketplace
meta
object (ThemeMeta)
Show
name
string
The name of the theme
template_theme_id
string
The ID of the template theme
version
string
The version of the theme
styles
object
The styles associated with the theme
created_at
string
| date-time
The creation timestamp of the theme
updated_at
string
| date-time
The last update timestamp of the theme
assets
object (Assets)
Show
available_sections
array of object (SectionItem)
Available sections information
Show
theme_type
string
Enum
company_id
number
The company id in which sales channel exists
src
string
Response
Get application themes
getApplicationThemes
Parameters
company_idpath
integer
Required
The ID of the company
application_idpath
string
Required
The ID of the application
theme_idpath
string
Required
The ID of the theme
organization_idpath
string
Required
Organization ID
GET
Response
200
The Details of themes for the application was fetched successfully.
Hide
The response body containing the theme details
font
object (Font)
Show
config
object (Config)
Show
applied
boolean
Whether the theme has been applied or not
is_private
boolean
Whether the theme is private or not
tags
array of string
An array of tags associated with the theme
_id
string
The unique identifier of the theme
application_id
string
The ID of the application
marketplace_theme_id
string
The ID of the theme in the marketplace
meta
object (ThemeMeta)
Show
name
string
The name of the theme
template_theme_id
string
The ID of the template theme
version
string
The version of the theme
styles
object
The styles associated with the theme
created_at
string
| date-time
The creation timestamp of the theme
updated_at
string
| date-time
The last update timestamp of the theme
assets
object (Assets)
Show
available_sections
array of object (SectionItem)
Available sections information
Show
theme_type
string
Enum
company_id
number
The company id in which sales channel exists
src
string
Examples
Parameters
company_id:
1
application_id:
"value"
theme_id:
"value"
organization_id:
"value"
Response
Get theme by ID
getThemeById
Parameters
company_idpath
integer
Required
The ID of the company.
application_idpath
string
Required
The ID of the application.
theme_idpath
string
Required
The ID of the theme.
organization_idpath
string
Required
Organization ID
Request body
config
object (Config)
Show
font
object (Font)
Show
PUT
Response
200
Theme updated successfully
Hide
The response body containing the theme details
font
object (Font)
Show
config
object (Config)
Show
applied
boolean
Whether the theme has been applied or not
is_private
boolean
Whether the theme is private or not
tags
array of string
An array of tags associated with the theme
_id
string
The unique identifier of the theme
application_id
string
The ID of the application
marketplace_theme_id
string
The ID of the theme in the marketplace
meta
object (ThemeMeta)
Show
name
string
The name of the theme
template_theme_id
string
The ID of the template theme
version
string
The version of the theme
styles
object
The styles associated with the theme
created_at
string
| date-time
The creation timestamp of the theme
updated_at
string
| date-time
The last update timestamp of the theme
assets
object (Assets)
Show
available_sections
array of object (SectionItem)
Available sections information
Show
theme_type
string
Enum
company_id
number
The company id in which sales channel exists
src
string
Examples
Parameters
Parameters are not required.
Response
Update theme
updateTheme
Parameters
company_idpath
integer
Required
The ID of the company.
application_idpath
string
Required
The ID of the application.
theme_idpath
string
Required
The ID of the theme to be deleted.
organization_idpath
string
Required
Organization ID
DEL
Response
200
Theme successfully deleted.
Hide
The response body containing the theme details
font
object (Font)
Show
config
object (Config)
Show
applied
boolean
Whether the theme has been applied or not
is_private
boolean
Whether the theme is private or not
tags
array of string
An array of tags associated with the theme
_id
string
The unique identifier of the theme
application_id
string
The ID of the application
marketplace_theme_id
string
The ID of the theme in the marketplace
meta
object (ThemeMeta)
Show
name
string
The name of the theme
template_theme_id
string
The ID of the template theme
version
string
The version of the theme
styles
object
The styles associated with the theme
created_at
string
| date-time
The creation timestamp of the theme
updated_at
string
| date-time
The last update timestamp of the theme
assets
object (Assets)
Show
available_sections
array of object (SectionItem)
Available sections information
Show
theme_type
string
Enum
company_id
number
The company id in which sales channel exists
src
string
Examples
Parameters
Parameters are not required.
Response
Delete theme
deleteTheme
Parameters
organization_idpath
string
Required
Id of your organization
statusquery
string
The status of the theme
Enum
page_sizequery
integer
Number of themes per page
page_noquery
integer
Page number to retrieve
GET
Response
200
Successful operation
Hide
themes
array of object (MarketplaceTheme)
Show
page
object (PaginationSchema)
Show
Examples
Parameters
organization_id:
"value"
status:
"value"
page_size:
1
page_no:
1
Response
Get organization themes
getOrganizationThemes
Obtain detailed information about a theme within partner server organizations.
Parameters
organization_idpath
string
Required
The ID of the organization
theme_idpath
string
Required
The ID of the theme
GET
Response
200
Successful response
Hide
_id
string
Theme ID
payment
object (PaymentInfo)
Show
contact
object (ContactInfo)
Show
industry
array of string
Industries the theme is suitable for
is_update
boolean
Indicates if the theme is an update
is_default
boolean
Indicates if the theme is a default theme
name
string
Theme name
tagline
string
Theme tagline
description
string
Theme description
catalog_size
object (CatalogSize)
Show
images
object (MarketplaceThemeImages)
Show
carousel
array of object (CarouselItem)
Show
src
string
Theme source URL
explore
object (ExploreInfo)
Show
features
array of object (Feature)
Show
highlights
array of object (Highlight)
Show
variations
array of object (Variation)
Show
documentation
object (Documentation)
Show
status
string
Theme status
step
integer
Theme step
comments
object (Comments)
Show
release
object (Release)
Show
slug
string
Theme slug
organization_id
string
Organization ID
user_id
string
User ID
created_at
string
| date-time
Theme creation timestamp
updated_at
string
| date-time
Theme update timestamp
template_theme_id
string
Template theme ID
Examples
Parameters
organization_id:
"value"
theme_id:
"value"
Response
Get organization theme details
getOrganizationThemeDetails
Parameters
organization_idpath
string
Required
The ID of the organization
theme_idpath
string
Required
The ID of the theme
Request body
_id
string
Theme ID
payment
object (PaymentInfo)
Show
contact
object (ContactInfo)
Show
industry
array of string
Industries the theme is suitable for
is_update
boolean
Indicates if the theme is an update
is_default
boolean
Indicates if the theme is a default theme
name
string
Theme name
tagline
string
Theme tagline
description
string
Theme description
catalog_size
object (CatalogSize)
Show
images
object (MarketplaceThemeImages)
Show
carousel
array of object (CarouselItem)
Show
src
string
Theme source URL
explore
object (ExploreInfo)
Show
features
array of object (Feature)
Show
highlights
array of object (Highlight)
Show
variations
array of object (Variation)
Show
documentation
object (Documentation)
Show
status
string
Theme status
step
integer
Theme step
comments
object (Comments)
Show
release
object (Release)
Show
slug
string
Theme slug
organization_id
string
Organization ID
user_id
string
User ID
created_at
string
| date-time
Theme creation timestamp
updated_at
string
| date-time
Theme update timestamp
template_theme_id
string
Template theme ID
PATCH
Response
200
Theme updated successfully
Hide
_id
string
Theme ID
payment
object (PaymentInfo)
Show
contact
object (ContactInfo)
Show
industry
array of string
Industries the theme is suitable for
is_update
boolean
Indicates if the theme is an update
is_default
boolean
Indicates if the theme is a default theme
name
string
Theme name
tagline
string
Theme tagline
description
string
Theme description
catalog_size
object (CatalogSize)
Show
images
object (MarketplaceThemeImages)
Show
carousel
array of object (CarouselItem)
Show
src
string
Theme source URL
explore
object (ExploreInfo)
Show
features
array of object (Feature)
Show
highlights
array of object (Highlight)
Show
variations
array of object (Variation)
Show
documentation
object (Documentation)
Show
status
string
Theme status
step
integer
Theme step
comments
object (Comments)
Show
release
object (Release)
Show
slug
string
Theme slug
organization_id
string
Organization ID
user_id
string
User ID
created_at
string
| date-time
Theme creation timestamp
updated_at
string
| date-time
Theme update timestamp
template_theme_id
string
Template theme ID
Response
Update draft theme
updateDraftTheme
Initiate the process of submitting a theme within partner server organizations.
Parameters
organization_idpath
string
Required
The ID of the organization
theme_idpath
string
Required
The ID of the theme
Request body
_id
string
Theme ID
payment
object (PaymentInfo)
Show
contact
object (ContactInfo)
Show
industry
array of string
Industries the theme is suitable for
is_update
boolean
Indicates if the theme is an update
is_default
boolean
Indicates if the theme is a default theme
name
string
Theme name
tagline
string
Theme tagline
description
string
Theme description
catalog_size
object (CatalogSize)
Show
images
object (MarketplaceThemeImages)
Show
carousel
array of object (CarouselItem)
Show
src
string
Theme source URL
explore
object (ExploreInfo)
Show
features
array of object (Feature)
Show
highlights
array of object (Highlight)
Show
variations
array of object (Variation)
Show
documentation
object (Documentation)
Show
status
string
Theme status
step
integer
Theme step
comments
object (Comments)
Show
release
object (Release)
Show
slug
string
Theme slug
organization_id
string
Organization ID
user_id
string
User ID
created_at
string
| date-time
Theme creation timestamp
updated_at
string
| date-time
Theme update timestamp
template_theme_id
string
Template theme ID
PUT
Response
200
Theme updated successfully
Hide
_id
string
Theme ID
payment
object (PaymentInfo)
Show
contact
object (ContactInfo)
Show
industry
array of string
Industries the theme is suitable for
is_update
boolean
Indicates if the theme is an update
is_default
boolean
Indicates if the theme is a default theme
name
string
Theme name
tagline
string
Theme tagline
description
string
Theme description
catalog_size
object (CatalogSize)
Show
images
object (MarketplaceThemeImages)
Show
carousel
array of object (CarouselItem)
Show
src
string
Theme source URL
explore
object (ExploreInfo)
Show
features
array of object (Feature)
Show
highlights
array of object (Highlight)
Show
variations
array of object (Variation)
Show
documentation
object (Documentation)
Show
status
string
Theme status
step
integer
Theme step
comments
object (Comments)
Show
release
object (Release)
Show
slug
string
Theme slug
organization_id
string
Organization ID
user_id
string
User ID
created_at
string
| date-time
Theme creation timestamp
updated_at
string
| date-time
Theme update timestamp
template_theme_id
string
Template theme ID
Examples
Parameters
Parameters are not required.
Response
Submit organization theme
submitOrganizationTheme
Parameters
organization_idpath
string
Required
The ID of the organization
theme_idpath
string
Required
The ID of the theme
DEL
Response
200
Successful deletion of the theme
Hide
_id
string
Theme ID
payment
object (PaymentInfo)
Show
contact
object (ContactInfo)
Show
industry
array of string
Industries the theme is suitable for
is_update
boolean
Indicates if the theme is an update
is_default
boolean
Indicates if the theme is a default theme
name
string
Theme name
tagline
string
Theme tagline
description
string
Theme description
catalog_size
object (CatalogSize)
Show
images
object (MarketplaceThemeImages)
Show
carousel
array of object (CarouselItem)
Show
src
string
Theme source URL
explore
object (ExploreInfo)
Show
features
array of object (Feature)
Show
highlights
array of object (Highlight)
Show
variations
array of object (Variation)
Show
documentation
object (Documentation)
Show
status
string
Theme status
step
integer
Theme step
comments
object (Comments)
Show
release
object (Release)
Show
slug
string
Theme slug
organization_id
string
Organization ID
user_id
string
User ID
created_at
string
| date-time
Theme creation timestamp
updated_at
string
| date-time
Theme update timestamp
template_theme_id
string
Template theme ID
Examples
Parameters
organization_id:
"value"
theme_id:
"value"
Response
Delete organization theme
deleteOrganizationTheme
Parameters
organization_idpath
string
Required
The ID of the organization
slug_namepath
string
Required
Slug of theme
GET
Response
200
Successful operation
Hide
_id
string
Theme ID
payment
object (PaymentInfo)
Show
contact
object (ContactInfo)
Show
industry
array of string
Industries the theme is suitable for
is_update
boolean
Indicates if the theme is an update
is_default
boolean
Indicates if the theme is a default theme
name
string
Theme name
tagline
string
Theme tagline
description
string
Theme description
catalog_size
object (CatalogSize)
Show
images
object (MarketplaceThemeImages)
Show
carousel
array of object (CarouselItem)
Show
src
string
Theme source URL
explore
object (ExploreInfo)
Show
features
array of object (Feature)
Show
highlights
array of object (Highlight)
Show
variations
array of object (Variation)
Show
documentation
object (Documentation)
Show
status
string
Theme status
step
integer
Theme step
comments
object (Comments)
Show
release
object (Release)
Show
slug
string
Theme slug
organization_id
string
Organization ID
user_id
string
User ID
created_at
string
| date-time
Theme creation timestamp
updated_at
string
| date-time
Theme update timestamp
template_theme_id
string
Template theme ID
Examples
Parameters
organization_id:
"value"
slug_name:
"value"
Response
Get latest version of theme by slug
getLatestVersionOfThemeBySlug
Parameters
organization_idpath
string
Required
The ID of the organization
slugquery
string
The slug of the theme.
Request body
_id
string
Theme ID
payment
object (PaymentInfo)
Show
contact
object (ContactInfo)
Show
industry
array of string
Industries the theme is suitable for
is_update
boolean
Indicates if the theme is an update
is_default
boolean
Indicates if the theme is a default theme
name
string
Theme name
tagline
string
Theme tagline
description
string
Theme description
catalog_size
object (CatalogSize)
Show
images
object (MarketplaceThemeImages)
Show
carousel
array of object (CarouselItem)
Show
src
string
Theme source URL
explore
object (ExploreInfo)
Show
features
array of object (Feature)
Show
highlights
array of object (Highlight)
Show
variations
array of object (Variation)
Show
documentation
object (Documentation)
Show
status
string
Theme status
step
integer
Theme step
comments
object (Comments)
Show
release
object (Release)
Show
slug
string
Theme slug
organization_id
string
Organization ID
user_id
string
User ID
created_at
string
| date-time
Theme creation timestamp
updated_at
string
| date-time
Theme update timestamp
template_theme_id
string
Template theme ID
POST
Response
200
Theme updated successfully
Hide
_id
string
Theme ID
payment
object (PaymentInfo)
Show
contact
object (ContactInfo)
Show
industry
array of string
Industries the theme is suitable for
is_update
boolean
Indicates if the theme is an update
is_default
boolean
Indicates if the theme is a default theme
name
string
Theme name
tagline
string
Theme tagline
description
string
Theme description
catalog_size
object (CatalogSize)
Show
images
object (MarketplaceThemeImages)
Show
carousel
array of object (CarouselItem)
Show
src
string
Theme source URL
explore
object (ExploreInfo)
Show
features
array of object (Feature)
Show
highlights
array of object (Highlight)
Show
variations
array of object (Variation)
Show
documentation
object (Documentation)
Show
status
string
Theme status
step
integer
Theme step
comments
object (Comments)
Show
release
object (Release)
Show
slug
string
Theme slug
organization_id
string
Organization ID
user_id
string
User ID
created_at
string
| date-time
Theme creation timestamp
updated_at
string
| date-time
Theme update timestamp
template_theme_id
string
Template theme ID
Examples
Parameters
Parameters are not required.
Response
Create new theme in organization
createNewThemeInOrganization
Retrieve reasons for the rejection of themes within partner server organizations.
Parameters
organization_idpath
string
Required
The ID of the organization
theme_idpath
string
Required
The ID of the theme
GET
Response
200
Theme rejection reasons retrieved successfully
Hide
_id
string
The ID of the theme rejection reasons object
message
string
A general message about the rejection reasons
theme_id
string
The ID of the rejected theme
organization_id
string
The ID of the organization
admin_id
string
The ID of the admin who rejected the theme
user_id
string
The ID of the user who submitted the theme
status
string
The status of the theme (e.g., rejected)
rejection_reasons
object (RejectedMessages)
Show
created_at
string
| date-time
The date and time when the theme rejection reasons object was created
updated_at
string
| date-time
The date and time when the theme rejection reasons object was last updated
Examples
Parameters
organization_id:
"value"
theme_id:
"value"
Response
Get theme rejection reasons
getThemeRejectionReasons
Retrieve a list of versions available for a theme within partner server organizations.
Parameters
organization_idpath
string
Required
The ID of the organization.
theme_slugpath
string
Required
The slug of the theme.
page_sizequery
integer
The number of items to return per page.
page_noquery
integer
The page number to return.
GET
Response
200
Successful operation.
Hide
themes
array of object (MarketplaceTheme)
Show
page
object (PaginationSchema)
Show
Examples
Parameters
organization_id:
"value"
theme_slug:
"value"
page_size:
1
page_no:
1
Response
Get theme versions
getThemeVersions
Themes improve the look and appearance of a website. Use this API to create a theme.
Parameters
company_idpath
integer
Required
Company ID
application_idpath
string
Required
Application ID
organization_idpath
string
Required
Organization ID
Request body
name
string
Required
The name of the theme
available_sections
array of object (SectionItem)
Required
Available sections information
Show
version
string
Required
The version of the theme
theme_type
string
Required
Type of the Theme
Enum
list
array of object (ThemeConfiguration)
A list of configurations
Show
global_schema
object (GlobalSchema)
Show
preset
object (Preset)
Show
current
string
The current configuration
pages
array of object (Page)
Show
POST
Response
200
Returns the new application theme details
Hide
The response body containing the theme details
font
object (Font)
Show
config
object (Config)
Show
applied
boolean
Whether the theme has been applied or not
is_private
boolean
Whether the theme is private or not
tags
array of string
An array of tags associated with the theme
_id
string
The unique identifier of the theme
application_id
string
The ID of the application
marketplace_theme_id
string
The ID of the theme in the marketplace
meta
object (ThemeMeta)
Show
name
string
The name of the theme
template_theme_id
string
The ID of the template theme
version
string
The version of the theme
styles
object
The styles associated with the theme
created_at
string
| date-time
The creation timestamp of the theme
updated_at
string
| date-time
The last update timestamp of the theme
assets
object (Assets)
Show
available_sections
array of object (SectionItem)
Available sections information
Show
theme_type
string
Enum
company_id
number
The company id in which sales channel exists
src
string
Examples
Parameters
company_id:
1
application_id:
"value"
organization_id:
"value"
body:
body
Response