-
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,…
-
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…
-
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#…
-
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…
-
How to get the list of groups using the NetIQ Identity Applications REST API
Dear Community, I've an issue when trying to get the list of groups using the following endpoint: https://<IP>:<PORT>/IDMProv/rest/access/groups I'm using IDM 4.8 and according to the NetIQ Identity Applications REST API Documentation page, that endpoint should list the groups in chunks as pages. Instead, I always get the…
-
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…