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.
-
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…
-
Calling Content Server API from web service operation
Hi, this is in relation to Calling External REST API - OpenText - Forums So i can call external REST APIs now and im trying to call a REST API from content-server. Below is my web service implementation for the auth endpoint. <implementation xmlns="http://httpconnector.opentext.com/1.0/implementation"…
-
Calling External REST API
I am trying to call a REST API, specifically the login API of Core DDRI(/v1/auth/login) inside process automation, I am following the ProcessModelling for AppWorks Platform 16.7 and I am doing the "Use HTTP connector to connect to an external RESTful webservice. Here is what I did so far. I created an XML Store Definition…
-
API Authentication with Thrust Services Free Trial
We are unable to get a valid bearer token for the CSS API, or make any successful API calls, for that matter. We tried the online api tool (https://developer.opentext.com/services/products/content-storage-service/apis/information-storage-css-3-0-0) As well as a direct curl to the token API: curl --location --request POST…
-
Core Capture Extract Page Error ER1109
Hi! I tried uploading a file to /session/files which gave me the uploaded file id as a return using this file id, I called /session/services/convertimages since i uploaded a pdf file and extract page does not accept pdfs. The convert images converted the pdf into a tiff (since the pdf is one page only), and i got this I…
-
Core Capture Swagger Test
Hi! I am trying to test Core Capture APIs but it seems like there is no way to test it here? APIs | Developer | OpenText I cant seem to find the "Authorize" nor the "Try it out" button. Also, i tried Authorizing in other services (for example, Capture service), and i keep getting Unauthorized. For reference, i used the…
-
Core Capture API Token
I realized i posted on the wrong thread, but can someone please help me with this? https://forums.opentext.com/forums/developer/discussion/313414/core-capture-swagger-test?utm_source=community-share&tab=all I am stuck with getting the token and cant call any APIs from the core capture service
-
CMIS - Inquiry
Hello everyone, We are looking to use CMIS to integrate between multiple systems and our Content Server, We have been testing on CS 24.4 and so far we have deployed the xecm-cmis.war and got it to work and can access it from the workbench, the war interface seems to be buggy and throwing multiple errors. however since we…
-
Can we change user Group using Core Fax API?
Can we change user Group of an existing user, using Core Fax API? I found nothing in the API docs about it. That would be useful to bulk update users. Thanks
-
REST API - paging not working on search endpoint with OTDSTicket
I am creating a custom web application and using Authorization Code Flow (OAuth 2.0) for authentication. This part is working and I am able to get an access_token (or OTDSTicket). Then I use this OTDSTicket to make CS REST API call to the search endpoint and I am getting the first page result. However, when I send another…
-
Final status callback not received for gamma code: 5000 - State: cancelled
For production account EDM.Fax@prudential.com, when invoking the https://api.us.cloudmessaging.opentext.com/mra/v1/outbound/faxes endpoint for sending a fax, the webhook callback API registered for final fax status updates is not being invoked when the final state is 'cancelled' and gamma code is 5000. For all other final…
-
Available Default Profile
Hello, I've created a user lifecycle management process via the REST user management method for Fax2Mail. I've experienced an issue that I've determined to be the default profile attribute. The documentation mentions for both REST/SOAP APIs, OT has a list of profiles. Can someone please provide the list and what each…