I have one use case where third party application is sending the business workspace name to content server and i want to search the business workspace using the same name.
However, I have found one API
"https://<otcs>/cs/cs/api/v2/businessworkspaces?where_name=<bw_name>" in that if I pass the query parameter <bw_name> I am getting the result.
But nowhere in result I am getting the child items of business workspaces, child items means folders that are present in business workspace.
Thanks
Nitesh