Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
Error in Publication API in IV 25.3 for MS SQL 2022 : JSON_EXISTS not recognized
Hi Team, We are unable to fetch publications using the below query in Intelligent Viewer 25.3 with MSSQL 2022 Server: /publication/api/v1/publications?contains(tags,and(key=keyName,value=keyValue)) We receive a 500 error: { "code": 500, "userMessage": "Server error", "developerMessage": "Unable to find publications:…
-
I have recently signed up for trial version for Thrust services- Facing issue
Hi Team, I have recently signed up for trial version and facing issue. The Admin Centre Overview Page is showing as loading and when i tried creating first Application it shows No organization matching provided id. Can someone help how to fix the issue.
-
Issue with API /otvimbas/pf01_inb_ingest - Exception on Sender Infomation
Hello we used the Json example and called the API and even though the sender information is optional and free text, we get an exception raised by this method : " method IF_SXML_READER~NEXT_NODE by kernel module FXKMSRD_NEXT_NODE FAIL. endmethod. " We have then the same for the receiver information. Is this related to the…
-
DQL query with select * not returning all the properties in API response
Hi Everyone I have been trying to work on DQL to get the documents based on specific modify date to extract the properties/metadata and i have used below API where select query is being used to retrieve all the fields but its not retrieving all the properites…
-
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…
-
PowerDocs Integration With Extended ECM 24.3 CE
Hi, We are working towards integrating powerdocs with our xECM 24.3 CE platform and have hit a roadblock towards its configurations. On following the attached guide for 'Document Generation Customization', we were able to setup the intial setup and authentication between 2 systems. Upon finally trying to generate a…
-
Reporting on Fax2Mail usage using REST API
Hi All, I was curious if there is a REST API way to report on Fax2Mail usage? We are keen to pull in data like number of faxes in, faxes out, which employees are using the system, etc into a more centralized dashboard that contains a bunch of data from the various products our team owns.
-
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…
-
Accessing Business Process APIs outside Appworks environment.
Can we trigger GetProcessInstances SOAP API from an external webpage (through javascript ) or SOAP UI ? I'm trying to trigger but I'm getting empty response. but same request if I try through Web service interface explorer artifact (inside appworks environment), I'm getting the response. Is there anything we need to pass…
-
REST API - extending token expiration
Hello, I have a PowerShell script making REST API calls to Content Server (24.3). One process involves a loop that downloads one document at a time, but may go on for a long time. Our CS setting for session expiry is 12 hours and this affects my PS script too, resulting in {"error":"SessionExpired"}. What would be the best…
-
Fax jobs sent to email are received without a cover page
I a question regarding the recent changes in the otpm/otpmrs (https://developer.opentext.com/services/products/messaging-service/apis/messaging-sms-fax-and-email). Currently, all fax jobs sent to email are received without a cover page. I noticed that in the updated OpenAPI specification for otpmrs, the coverpage option…
-
New CreateUpdate Workspaces API
OT has a new CreateOrUpdateWorkspaces API to do the old SOAP based CreateOrUpdate Workspaces api.It started being avilable in 24.4.4 https://developer.opentext.com/ce/products/content-management/apis/business-workspaces-24-4-0.I in y tesing i was bale to create a payload for main workspace,categories,sets (repeating…
-
How to get the data about the users created and users newly added into Opentext cloud system?
Hi Team, We wanted to ingest the data about the users , groups, users associated with groups in Opentext cloud system using OTDS APIs into data lake database. First we will perform the full load for user (/otdsws/v1/users) ,groups(/rest/groups) but I am not able to find any possible to perform the delta loads based on…
-
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,…
-
Api Test
Hello, is there a test panel where I can test the ITSM program API? Thank you.
-
Integration to Splunk
need an API that works for Splunk integration with our system. My team and I tested these URLs: https://portal.xmedius.com/api/v1/enterprise/[companyname]/events https://portal.xmedius.com/services/[companyname]/events But both URLs end up in 404s. Can anyone provide a URL that would work?
-
Invalid API call as no apiproduct match found - for Contract Approval tutorial app
I am building a contract approval thrust studio core content app base don this tutorial: OpenText™ Thrust Services Tutorial When I try to run Get 'Required Approvals' decision model in Postman (Page 200 of tutorial - {{decsion_service_url}}/runtime/decision-models?namespace=contract_approval&key=required_approvals) or when…
-
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…
-
Documentum REST Services 23.4 - POST (Create Object)
Hello everyone, I'm trying to use Documentum Rest Services 23.4 in order to create an object: My object type is 'myType' with parent type dm_sysobject. So i want , (for monitoring purposes) to create myType Object without any folder link or any other dependency. What is the purpose of the id in this call ??? : The use case…
-
Can you expose a BPM as REST API?
Hi all, Initiating a BPM from a web service in Process Automation is pretty straightforward (Execution > Generate Web Service). But is it possible to expose this initiate BPM action as a REST service? The current REST Service is automatically generated for entities, but what about other Initiate BPM services or even other…