-
Documentum REST API to get file content as binary
We have a Java application which is deployed on cloud and uses Documentum REST API to connect with Documentum. Our requirement is to get file content as binary. We have the documentumid and currently we are using this API to get file binary - @GetMapping("/objects/{id}/content-media") ResponseEntity<byte[]>…
-
Check if file exists
Hi, Is there any API call to check if file exists or not in Content Server WS based on objectID? BR, Mika
-
Problem in search with where1 adding 'AND'
Hello, I am working with the API (Content Web Services 16.2.0) of OpenText Content Server, I am creating a function to perform searches using the SingleSearchRequest class among others, I indicate the query to perform to the setResultSetSpec parameter and everything seems to work fine, when I launch this query…
-
How to send data in PerformTaskAction API?
I want to send task data to be used later in the process. I have 2 elements in the input schema of the external user interface I'm using. Is there a way to send values for these elements? The documentation has the <Data> tag but without a sample on how to send the actual message.
-
RightFax COM API (RFCOMAPILib)
Hi, I am trying to create an application that using RightFax COM API (RFCOMAPILib) that connect to our CloudRrightFax server but I am getting an "Access Denied" when running the command OpenServer() in my code. I am able to login in the RightFax cloud using the account used on the API. Appreciate any help. Thanks
-
Core Case API problem with Postman when trying to create a case instance
Hello I try to create an instance of a case but we receive an error {"errors":[{"code":4059,"message":"Error while creating case instance"}]} POST https://eu-1.api.opentext.com/case/api/v1/case-definitions/96313279-a1ca-43a4-8144-a47c5af043f5/cases The problem seems to be linked to the file testCase.json in the console…
-
eDocs - Rest API - Lookups
What Am I supposed to set in the key value and where I can find it using the api? Thanks.
-
Hiding some of items from the Add itemmenu/function menu on SmartUI
1. How can we hide some of items from the Add item menu/function menu on SmartUI ? Also, how can we achieve that on a folder level? . 2. Can we hide this some of those items from the functions menu in smart UI based on group or role? 3. Can anything that has been created using active view(similar to we have in classic UI)…
-
How to Update a Repeating Attribute of a given Object ID using the REST API
Hello all, I am working on a .NET web application that connects to the Documentum REST API and I need to be able to update a Repeating attribute of a known object (Document) ID. Can anyone give information on how to do that or the resources where that information would be located?
-
How to Search Nodes By Name Using Rest API - Extended ECM - Content Server 16.2
Is it possible search nodes by name? Is there any endpoint for this?