-
GET api/v1/members cannot return more than 20 results
I've found that when setting limit parameter to something bigger than 20 returns a "400 Bad Request" response. Any way to fix this?
-
API to remove holds
Is there a web service or REST service I can use to remove holds on a node?
-
Authentication when using OTDS 'Patch' REST API
We have a successfully running python script to create / delete users and groups. However, the script that works for these APIs fails with a 403 (authentication) when trying to execute the Patch API. Any assistance or ideas?
-
Deletion of Documentum Groups...
Due to an change in our organization, we are looking at re-organizing our Documentum groups. In DA - User Management - Groups, if I pick a group and "View Current Group Memberships" and see that the group is not part of documents, ACLs, workflow or groups, can it be safely deleted? These groups in question are no longer…
-
Content Server REST API - ACL information for Document/node
Hi, How can i get the ACL information for the Document/Node using the Content Server REST API. eg: permitted users (view/modify/etc). permitted groups. Thanks, Thiru
-
Directory Services 16 - PATCH call removes user from groups
When running the following REST call to the user patch operation the user is removed from all groups it is a member of. Example: The user is a member of: REST Call example After a successful call the result is the email is update, however the user is deleted from all its groups: This seems to be a pretty serious bug. Is…
-
How to list all the nodes within a particular folder in content server using REST API's
Hello All I have about 1500 sub-folders in a folder within the enterprise workspace. However the following piece of code returns only the first 25 nodes based on the default CS settings. Is there away to fetch all the 1500 folders in one shot. Appreciate your help! function ListSubFolders(objID) { var respData; $.ajax({…
-
Downloading using CS REST API (V2) using Java HttpClient
Hi, I've been doing what should be a dead simple file download using Apache HttpClient. However, for whatever reason, I hit a limit of about 5 MB for the file transfer before the connection gets reset. Anything up to that size, and this method works just fine. I've tested this on Content Server 16 on Windows Server 2012,…