-
New! Forms service
recently posted to the Announcements channel: cross-posting here to reach all of our developer community members. New service added to OpenText Thrust Services bundle Forms is a robust and flexible framework that enables the creation of modern, dynamic forms and user interfaces (UI) through a WYSIWYG Designer. It allows…
-
New! Forms API
New service added to OpenText Thrust Services bundle Forms is a robust and flexible framework that enables the creation of modern, dynamic forms and user interfaces (UI) through a WYSIWYG Designer. It allows developers and business users alike to design and deploy responsive forms and UI components that seamlessly…
-
Fax callback API with incorrect Content_Type
ID edm.fax.dev@prudential.com is configured at the account level for a callback API with application/json format. This functionality is working. However, for job_id xsi-1507269286, the content_type of the callback api request payload is text/xml;charset=UTF-8, which is causing the callback response to not be processed. The…
-
Update WF Attribute with a variable value from a WebReport
I'm looking to update a WF Attribute with a variable value from a WerbReport step, for example: I have a WF attribute called "permission", and I want to update it with a variable called "hasPermissions" in a WebReport. I have tried the below but none is working. let hasPermission = "false"; [LL_REPTAG_&hasPermission…
-
"error": "Body parameter 'names' is missing" with validation api
Hi, Need assistance with content server api. I get below error when accessing validation api http://extsreamcs1624.lab.opentext.com:8080/OTCS/cs/api/v1/validation/nodes "error": "Body parameter 'names' is missing" I added the required data in the body. { "parent_id":2000, "names":["myDocument.doc","myEmail.msg","folder1"]…
-
Documentum DQL Query to make all active user read-only
Please provide the DQL Query to make all active users read-only permission. I tried below query, but after executing the query for particular user, I logged in webtop with that user, that user able to do create ,delete and export operations. UPDATE dm_user OBJECTS SET user_privileges = 1 WHERE user_name='xxxx'
-
How to use /v2/nodes/{id}/versions
I am trying to figure out how to use above method trying to connect to OpenText. We intend to upload a new version of an already existing file. Checking out this link under "Add version": It is stated that "If your REST client does not support file uploads, you will need to specify additional information in the body" one…
-
What is correct format when setting Date attributes with REST API
Does anyone know how I should format my string in my body payload when one of the attributes is a date field? I will eventually get it through trial and error, but it will take a while as I don't have CSIDE in this environment for debugging. -Hugh
-
Create Business Workspace By Template ID defined Name using REST API
Hi Folks, I am trying to create business workspace using defined template having naming convention as per category attribute, But when I execute the API, the error says - Name cannot be empty. How can I create a workspace using naming as category attribute & not as providing any name in API can anyone please help,
-
New Developer website structure
OpenText Cloud Platform (OCP) powers the OpenText Core family of multi-tenant SaaS applications and Thrust Services. Cloud Platform We created a new section on the site that documents all platform concepts such as our approach to Organization/Region/Tenancy, Authentication models, Admin Center functionality, Guides, and…