-
Create document in CS16 using REST API and set create + modify date?
Hi, Is it possible to create a new document in Content Server 16 using REST API (v2) and then also set the create and modify date for the document? The documentation (see https://developer.opentext.com/webaccess/#url=/awd/resources/apis/content-server-v2#!/nodes/updateNode_put_33&tab=501) indicates that the parameters list…
-
Not able to add a folder with a category associated
Hello, I´m trying to add folders and documents with a category associated and with the attributtes filled cause there are mandatory attributes. The only thing I have obtained is adding the node without category and after add the category. But as the category has mandatory fields, when I add the category I obtained an error…
-
CS16 REST API CAD Document read/write specific properties
Hi, How to read/write the CAD Document's specific properties using REST and CS16? Tried GET /api/v[1|2]/nodes/ already. Regards, Cristian
-
Use REST API to change modification date of a document in Content Server?
Hi, One of my customers wants to move documents from a file server to Content Server. They want to keep the original modification date (from the file server) when they upload the file to Content Server. Is this possible using REST API or is the only option to capture the original modification date in a custom…
-
Identify referenced webtop document
I am trying to find a method to identify what document / jsp page is being referenced when different links are selected within webtop. Is there method that can be used that will reliably show what jsp page(s) are being accessed or have been accessed?
-
Are there Content Server Rest API to get node by Path?
I am currently working on a project which use LAPI, but want to convert it to use Rest API. I don't see any rest api to get node by path and get node by name. Are there any rest API for them or any plan to release in future?
-
CS 16 - REST API - Error 500 when trying to create a document
Hi Guys, We are trying to use the REST API on Content Server 16 to create documents. When running the Postman app on the server directly we can sucessfully authenticate, create folders and create documents. When running the Postman app on the client we can successfully authenticate and create folders. When we try to create…