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.
-
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…
-
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 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…
-
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…
-
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…
-
how to upload in particular folder
Hi Team, I am using 90 day's trial version. I am Integrating OpenText Content Storage Services API's to our existing App, can you tell me how to upload documents to a particular folder Thanks Kailash Singh
-
How to assign a ACL to a folder using REST
I am trying to update the ACL on a folder using REST. The call does not return an error but the ACL is not updated. Here are the details: POST Request: https://<server>/dctm-rest/repositories/<REPO>/folders/<objectid> BODY: {"properties" : {"acl_name" : "<acl>", "acl_domain" :"<domain>"}} The call executes and returns a…
-
How can i generate a user token for an SSO account using Core Fax API?
How can i generate a user token for an SSO account using Core Fax API? The doc only refer methodology using local user. Thanks for your help.
-
how to configure OTDS Oauth2 to use on JSAPI authentication viewer.
OTDS version 22.4, Ihub version 16.7 The purpose is to get a token automaticately (Oauth2 probably) to set the credential of the JSAPI configuration, to view some rptdesign. Since the implementation of OKTA authentication with SAML, i have to define the credentials for the connexion : var extOTCredentials ="TOKEN VALID";…
-
Automate Object Importer/Exporter
Hello everyone, I would like to manage via script the export/import of data from a Content Server instance to another using Object Importer/Exporter. Is there any way to start the the object export emulating what happens in the page /otcs/cs.exe?func=oe.ManualExport? In the same way than I would like to start object import…
-
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,…
-
Can I add a folder reference when the document is created?
Is it possible to include a folder reference when creating a document via the REST API to avoid having to follow up with another API call?
-
Is it possible to upload a file streaming when creating a node
Is it possible to upload a file streaming when creating a node, we are using NodeJS + typescript and now I have to read a whole file into memory before I can upload it. Can this be done differently?