Business Case:
KPI to be measured
KPI to be measured
Bookmark this resource Follow
Ask a question
Was this article helpful? 1 out of 1 found this helpful
Ask a question
Was this article helpful? 1 out of 1 found this helpful
In order to retrieve all the root folders that a specific user can see you will have to invoke the findByProperties2 web service, providing the following JSON:
{ "client": { "clientId": "clientIdHere" }, "properties": { "categoryTypes": ["PUBLIC"], "excludeLevelHigherThan": 1 }, "locale": "EN", "offset": 0, "orderBy": "categoryName_A", "numberOfResult": 50, "categoryFieldOption": { "returnNumberOfContents": false, "returnNumberOfUnreadContents": false, "returnNumberOfUnreadContentsInSubCategories": false, "returnNumberOfSubCategories": true } }