-
"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": https://developer.opentext.com/ce/products/extended-ecm/documentation/content-server-rest-api-quick-start-guide/6 It is stated that "If…
-
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…
-
New Developer site 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…
-
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": https://developer.opentext.com/ce/products/extended-ecm/documentation/content-server-rest-api-quick-start-guide/6 It is stated that "If…
-
Integration of css / cms api's with workfront which required specific endpoints
We are working on integrating Workfront with OpenText using CSS and CMS APIs to store files or images on OpenText and access them from the Workfront side. However, we are encountering an issue where Workfront appends certain fixed endpoints to the base URLs, such as /files (which we have for the CSS API), /metadata,…
-
Deleting or Purging SAP Archive File from OpenText Archive Server
Hi there, We're using OpenText Archive Server to Archive Files from both SAP CRM and S/4 HANA. Based on the privacy act standards, we need to delete Archive Files which are older than a certain period/date to achieve the compliance. Does OpenText offer some out of box solution, if not what's the practice around deleting…