-
Get permission for Folder in REST API
I want to find out from the REST API what permsiins the user has for a folder. I specifically want to know if I can add documents to a folder and delete the folder. When I get nodes under the folder node (sample URL /otcs/cs.exe/api/v1/nodes/10247/nodes) I am returned permission under data as perm_delete, perm_create etc.…
-
Using REST API without installing AppWorks Gateway 16.1
Is there a way to use CS REST API to say create a document in an instance of Content Server without installing AppWorks Gateway 16.1 on Tomcat? What is the cost if you exceed 10 users in AppWorks Gateway?
-
CS16 REST API create advanced versioning document
Hi, How to create an "Advanced - major/minor versioning" document using REST and CS16, the same as in UI? Regards, Cristian
-
file upload using array of bytes (Java)
We are trying to use rest api "Create Node" in our Java code and implemented upload functionality. But whenever we are passing array bytes of document, we are getting success (200) but not getting node id in response and document is not getting uploaded. Is there any sample to upload file using array bytes (Java code)?…
-
Official web site and forum for CS UI Widgets announced
CS UI Widgets have been integrated to CS core in CS 16. They have become the framework to base CS Smart UI on. CS UI SDK has been released for CS 16.0.3 or newer. Downloads, documentation and forum have been placed to OpenText "My Suipport" web site: * CS UI SDK Workspace: https://knowledge.opentext.com/go/65414087 * CS UI…
-
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