Theme
List themes with pagination
Returns a paginated list of themes for a given host (site). Results can be filtered by a search parameter and sorted in ascending or descending order. The hostId parameter is required. Note: The 'theme' identifier returned by this endpoint corresponds to 'themeId' used in template endpoints.
get/api/v1/themes
Query parameters
hostIdstring
Host (site) identifier to filter themes by (required)
pageinteger
Page number for pagination
per_pageinteger
Number of items per page (-1 for default)
directionstring
Sort direction: ASC or DESC
searchParamstring
Search term to filter themes (Lucene criteria: +catchall:searchParam)
Response
Themes returned successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.