Appearance
GET
/web-pages/draft/drafts/{draftId}/trees/{categoryNodeId}Required scope:
viskan:draft:readReturns the hierarchical category tree from a specific category that will be seen as the root of the tree.
Parameters
Path parameters
draftId string Format:
uuidIdentifier of the draft. A draft is a workspace that holds unpublished changes to web store content.
categoryNodeId string Format:
uuidID of a category node. Retrieves the tree starting from this category as root.
Query parameters
countryCode stringCountry code (in ISO 3166-1 alpha-2 format) to retrieve the categories' paths for. This or contentLocaleId must be provided.
languageCode stringLanguage code (in ISO 639-1 format) to retrieve the categories' paths for. This or contentLocaleId must be provided.
contentLocaleId stringThe content locale to retrieve the categories' paths for. This or countryCode and languageCode combination must be provided.
Response
The hierarchical category tree is successfully retrieved.