-
API Issue after upgrade: Browse method of Nodes API always returns 100 items
We upgraded OTCS from 16.x to 21.3. Since then, the browse method of nodes API started returning 100 items only no matter what item type or limit is. Here is how our calls are structured and what the description of this method is in API documentation. Any suggestions or insights please? 2 samples of our calls:…
-
Challenges using CS ReST API to extend Content Server UI
Hi, This is less of a question and more a series of observations. When I was first exposed to the ReST API, I thought it might be a good option for designing UI components to be used within Content Server. The main problem is authenticating between them. That is, if you are logged into the CS UI, you are not logged into…
-
Updating a draft process with attributes using CS REST API
Hello everyone, we are trying to achieve a Workflow initiation where it has from the beginning attributes filled with data. For example, initiating a WF with the attribute "email" already with a value, to be used in an Email step. We've seen the thread where this was also explained here:…
-
How to run Documentum Rest APIs
Hi, I am new user to OpenText Documentum. I want to evaluate Documentum for my organization. I have created a Free Trial Account on OpenText, I am going through API documents. The Documentum APIs are well documented, but the URL points to localhost, for example -…
-
Technical name for one attribute is different in each environment (OTAP) - How to solve this?
In Content Server it is possible to define one or more 'Categories', and within each 'Category' one or more 'Attributes'. Next to the 'User Friendly' name of these attributes (such as 'DocumentNumber' or 'Organization'), these attributes also get technical names such as 'Attr_60633_2' or 'Attr_69320_3'. When you want to…
-
eDocs Search Rest API does not return version number
It returns something like this, how am I supposed to know which version it is? "APP_ID": "MS WORD", "ITEM_TYPE": "D", "DOCNAME": "NVCA_Model_Legal-Opinion", "DOCNUM": "12", "LAST_EDIT_DATE": "2022-02-25 04:34:19 UTC", "DOCS_LIBRARY_NAME": "EDOCS_DM", "AUTHOR_ID": "Author User", "STATUS": "0", "SEC_REASON_LINK": "1",…
-
Unable to Resolve MTOMFeature Refrence in Java 11
This Reference was Resolved in Java 8 and was used for the ContentService Binding below import javax.xml.ws.soap.MTOMFeature ContentService contentServiceClient = contentService.getBasicHttpBindingContentService(new MTOMFeature()); Since going to Java 11 (zulu-11) Using Eclipse I'm getting the Message The type…
-
Add multiple document in folder using REST API (Content Server)
Hi All, I want to add multiple document to a node in Content Server, I am aware using Endpoint as mentioned https://developer.opentext.com/alpha/cs.exe/api/v2/nodes , I can upload a file to a respective node but what if I want to attach more than 1 file in a single call. thanks in advance. Regards, Ankur
-
Create document and set custom attributes in one API call
Currently I am using an API call to create a new document, which at the same time fills in custom attributes. The screenshot below shows that particular API call. This API call works fine. However: the 'parent_id' where this document is stored, has 3 categories. When the API as shown above is executed without the 'body'…