-
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?