Hi All,
I'm new to OT CS and trying to retrieve following categories using CWS (Java).
Category Structure in CS10.5:
Category Volume
|-- HR (Type: Category Folder)
|-- HR Sub Category1 (Type: Category)
|-- HR Sub Category2 (Type: Category)
|-- Retail (Type: Category)
Question: How can I retrieve nested categories of type "category" from CS by passing root catogry name/ id?
I tried with below method call but it doesn't provide me with nested categories:
CatWS = docManClient.getRootNode("CategoriesWS");
CatFolder = docManClient.getNodeByName(CatWS.getID(), "HR Categories");
Appreciate any help or pointer.
Maqsood Khan