API, SDK, REST and Web Services
Topics included: REST, Web Services, LiveReports, IDE Development, Smart View SDK, LAPI, Search API
-
OR operator changes to AND operator in CM version 23.4.300.260 version
When using the “OR” operator in a search, has anyone had an issue when you save or refine the search that the 'OR' changes to an “AND” operator? Which mean when you re-run the search it is not the correct results. If yes how did you resolve this issue?
-
CWS.jar - We have upgraded our CS 22.1 to 25.1 in Non Production Environment.
Hi Team, We have upgraded our CS 22.1 to CS 25.1. Coming to issue description. We have created some wbesrvices calls like upload document, Get document which were deployed in Tomcat 9 and with Java 11 to support previous version 22.1. Now, As we have upgraded to Content Server 25.1. We want to know the steps how we can…
-
Create a retention policy through api to Core Content
Within our project, we are trying to create a retention policy via the API. Unfortunately, we have not been successful and keep receiving an error message. We have consulted the available documentation (https://developer.opentext.com/services/products/retention/apis/retention-service), but this has not helped us move…
-
Content Server Records Management - REST API for Disposition Search Results and Actions?
Hi, I have an existing web application that interfaces with Content Server via the REST API. For the most part I'm able to do everything I need in terms of user and document management with the existing REST API. I have a need to interact with the records management module as well however, and I have noticed that both CWS…
-
Publications API using Contains query
Currently we've been trying to figure out how to use the Contains Query of the Publications API within Intelligent Viewing, but either this feature is incomplete or we are missing context. Even something as simple as publications?contains(tags,keyTest=valueTest) yields in the following error. { "code": 500,…
-
Is there Regex in Webreport?
I need to extract a specific string from a string. Let's say i have the following : "this is a sentence ends up with 80-30" or "some word 80-30 some word" in both cases i need to get the "80-30" out of the string. usually you can do the extraction with regex. any ideas how can you achieve that with webreport?
-
Is It Possible To Show A WebReport Screen After The Initiation Of A Workflow?
I want to show a custom WR screen that I've created to a user when the user press "Initiate" on a Workflow. Lets say i have this WF structure : If the WF goes to reject it goes to the webreport afterwards and shows HTML page with some simple message "Rejected". In the documentation of the WR configuration in the WF it has…
-
Sending/Rejecting Workflow Task with rest
I try to send on a workflow process using CS rest from js (Within a WebReport). const input = { comment: 'aaaabbb', action: 'reject', "authentification_info": { password: 'ppppp!' } }; $.ajax( { url: "[LL_REPTAG_URLPREFIX /]/api/v2/processes/[LL_REPTAG_!workid /]/subprocesses/[LL_REPTAG_!workid /]/tasks/[LL_REPTAG_!taskid…
-
REST API - Create Folder with a Category
Hi Friends, I am trying to create a folder and attach the category at the same time using the POST /nodes call and couldn't able to make it work. Wondering if anyone has any luck. I can make multiple calls like first call to create a folder and second call to update the category but I want to do this in a single call. Env…
-
Upgrading OTAC server from Tomcat 9.x to Tomcat 10.x
We are planning to upgrade Apache tomcat on our OTAC server from tomcat 9.0.105 to Tomcat 10.x . 1.Is tomcat 10 supported for my exact OTAC version which 23.3 2.Any compatibility issues with OTAC WAR files (javax → jakarta )? 3.Any knows issues reported after migrating from 9 to 10 ? 4.Are there Opentext recommended steps…
-
Getting error while configuring with postman.
Hi team, I’m trying to configure and test the OpenText API using Postman, but I’m encountering an authentication error during setup or request execution. Even though I’m able to successfully generate the access token in the Authorization tab, when I send a request to the server, I receive the following error response: {…
-
Object Exporter not exporting all versions metadata
Hi, We are using object exporter for cs 16.2.10 and we noticed a bug that its not exporting metatdata for all the versions of the document although we are not specifying "current" do any of you can help here.
-
Transport Package upload
I am trying to automate migration of transport packages between xECM instances. I can successfully download a package with /v2/nodes/{id}/versions/{version_number}/content but I am not sure what the corresponding upload call would be. I suspect it involves the 'multipart' set of calls but I have not been able to verify it…
-
Retrieve documents from OpenText cloud Platform via REST API?
Is there any REST API from OpenText cloud platform to fetch employee document? which will return JSON Data { employee : "", filename : "", content: "" }
-
How to Stop Object Exporter
Hi Everyone, I was wondering if there is a way to stop a manual Object Exporter process once started. There is no page to see the status (as for object Importer) and there is no way to stop it. Can you help me? Thank you, Simone
-
How to change \ update Workflow attributes after it's been initiated with REST API
Hi, I want to change the attributes of a Workflow somewhere in the middle of it's lifespan but i need to that externally with an "Execute step" which will run a custom .exe that will call a rest api call that will update the relevant attributes of that process. I saw some posts in the forum regarding this call : Somewhat…
-
Shortcut tiles order on the homepage
I have a question regarding Core Content in relation to the shortcut tiles. How is their order determined? In our tenant (see attached image), the order does not appear to be alphabetical nor based on the creation date. Could you explain how the order is structured and whether it can be adjusted on the front end?
-
Outlook add-in to Core Content
We are currently in the process of integrating Microsoft Outlook with OpenText Core Content. We have carefully followed the steps as outlined in the Core Content Management Administrator Guide, but we are encountering issues that we are unable to resolve. Actions Completed Azure Configuration: Created an Azure AD single…
-
Is it possible to show a pop up message upon Workflow initiation to the user?
I was wondering if there is an option to show a feedback message if something went wrong or a condition that wasn't fulfilled when pressing the initiate button of a workflow? Lets say I got this flow : If the process went to the milestone [5] instead of milestone[4] I want that the user that pressed initiate will receive a…
-
Content Server Intelligent Viewer Not Loading Documents - Stuck on Loading Screen
Hello everyone, I’m facing an issue with the Content Server Intelligent Viewer where documents won't load. The viewer gets stuck with the loading circle spinning indefinitely, and the documents never appear. I've checked the logs, but there’s nothing unusual or indicative of a problem. OpenText support has been…