-
Error using WebReport to call REST API for authenticating Content Server
Hello everyone, I have this basic WebReport as follows: [LL_WEBREPORT_EXCLUDEHTML /] [LL_WEBREPORT_RESTCLIENT @HOST:[LL_REPTAG_$host /] @PORT:[LL_REPTAG_$port /] @URI:/OTCS/cs.exe/api/v1/auth @METHOD:POST @TIMEOUT:10 @USERNAME:[LL_REPTAG_$username /] @PASSWORD:[LL_REPTAG_$password /] @OUTPUT:ASSOC:outputAssoc /]…
-
Creating a BWS without parent_id fails
Hi all! In the past i was working with my testsystem and everything was woking fine. I was able to create BWS via RestCalls with or without parent_id`s According to the documentation an early BWS requires the parent_id and the late not Example to create an early business workspace:…
-
POST on BWS results in error
Hi all! I found an interresting thing. Posting a new BWS with the parameter { "bo_id":"84", "bo_type_id":26, "ext_system_id":"dummy", "template_id":"16978932",…… results in an Error: Error message {"error": "Cross-application workspace already exists."} I can delete the node where the bo_id was given. But what to do, when…
-
Retrieving ACL permissions using Documentum REST API
Hello, as part of the web app I am developing, I am attempting to retrieve the ACL permissions on documents. When the current ACL name of that document is in the format of "dm_xxxxxxxxx", I am able to retrieve the ACL for those by passing the string of characters after the underscore to the API to get the permissions…
-
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…