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.
-
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…
-
Determine long running communications/documents
I recently had the need to identify long running communicatons/documents, i.e. the ones that take more than a few seconds between dropping the source data and the timestamp when the entire job was set to "finished". The goal is to identify bottlenecks and concurrency problems in a busy site. In Supervisor I can list the…
-
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:…
-
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: {…
-
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,…
-
Replicating DocumentCreateOrUpdate OScript logic via OOTB APIs
Hello, We have a custom OScript module that creates business attachments by calling the following function: XECMPFNA::BulkActions::DocumentCreateOrUpdate.execute(). This logic creates documents and automatically inserts related entries into the XECMPFNA_DOCUMENTS table. These entries are then used in our downstream…
-
Authentication with Thrust Services Free Trial cannot get Core content API's connected
I am trying to get core content storage services using free trail and access it via API's I have added core content management free trail in tenant. I have created service key for the same in the tenant and tries this keys to authenticate with CSS API's, unable to get bearer token instead getting 401 unauthorized also…
-
How to renew or extend the Free Trail API plan?
I am trying to explore Core Content APIs using my OT developer account but I am unable to use it the plan seems to have crossed 90days trial period. Is there a way to have my account have a renewed free trail plan or extent the current plan so that I can continue work on my POC?
-
RightFax 16.0 EP6 API integration for Fax
Any insights on RightFax 16.0 EP6 API integration for Fax in .NET Core would be much appreciated. if I'm not wrong, the api end points which needs to be leveraged for fax as below api/attachments - this is for uploading the documents api/sendjobs = this is for send the fax request. Much appreciated if there any sample C#…