-
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…
-
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…
-
how to test Documentum REST API
I am currently evaluating the use of Documentum and its API for my company. The link to the API can be found here: https://developer.opentext.com/ce/products/documentum/apis/documentum-d2-23-4-0. The link to install the software is here:…
-
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…
-
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: {…
-
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?
-
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…
-
Rest API to update Form or Attribute inside Workflow Package
Going over the CS RestAPI documentation, in the Process section, there isn't an endpoint to update Workflow forms or attributes. Also under the Forms section, they refer to the forms as alpaca. Whatever that is, I don't see a way to update form inside a Workflow Package. Any guidance?…
-
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…
-
How to Create a Custom API in OpenText Content Server ?
I am working with OpenText Content Server and looking for a way to create a custom API to extend its functionality. I need to expose some custom endpoints to interact with Content Server data programmatically. Could anyone guide me on: The best approach to creating a custom API inside Content Server. Whether WebReports,…