-
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…
-
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…
-
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,…