on ‎2019 Jul 02 10:56 AM
Request clarification before answering.
There is a categoryController defined in cmswebservices extension.
If we pass the categoryid and catalog id and version id we can get the list.
/productcatalogs/{catalogId}/versions/{versionId}/categories/{code}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In cmswebservice extension, you will find in NavigationController
@Controller @IsAuthorizedCmsManager @RequestMapping(API_VERSION + "/sites/{siteId}/catalogs/{catalogId}/versions/{versionId}/navigations") public class NavigationController
But it will come all, not in a hierarchy way. So, If you want to write in a hierarchy way, you can make a v2 controller.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.