-
Business Workspace API not updating a category attribute for a Workspace
Hello everyone, we are trying to test a request where we update a category attribute for a Business Workspace, we saw in the API documentation for BW REST 21.4 that they show an example for "updating" a late business workspace with the POST Create BW request. We tried this request: { "name": "Solicitation A1",…
-
Download or open document in browser using REST service
I'm having trouble downloading or openning in the browser a document from Content Server using the REST service "/api/v1/nodes/{{doc_id}}/content".From Postman it works well and you can even see a preview of the document (image, text, pdf). I know Postman shows code examples in different languages, but I have not been able…
-
REST API presence in Content Server
Hello, I would like to know how can we verify the presence of REST API in a Content Server instance and whether all the functions are present. Thanks Glen
-
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",…