-
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,…
-
upload document without OTCSTICKET - (for auth we use applicationKey)
Hi, we have requirement upload document to particular location based on some metadata from REST Call. we will use application key to authentication instead of OTCSTICKET. currently I can see similar one "api/v1/ping" not required otcsticket. I am bit confused to create new RH like ping, csnode has explained how to add…
-
Is there a way to get auth token expiration date?
Hi, I have a question about authentication token expiry in REST. I tried looking at the CS API (both v1 and v2) for a method that for a given auth token would tell me when it expires. In the WS API, there is a method to get this info, but there doesn't seem to be in the REST API. Am I mistaken? If not, is this something…