-
Getting Attribute Extensions values
We have the Attribute Extensions (AE) module installed on CS 10.5, and we wanted to create a simple html form that will create a folder and add/populate categories with AE fields. Everything is working, the only problem is we have to populate the html form's drop-down with the valid AE values. Is there a way to get the AE…
-
Rest API not working
Hi, I am trying to call api/v1/apiinfo (to get started on Rest API) but its repeatedly prompting for login/password. User is valid and can browse CS on same url. I have checked the RestAPI module and it is installed. Am i missing anything here? Please suggest. Thank you... regards, Khurram Shahzad
-
How to Post a documents using REST API with required category attributes
I’m trying to post a document to Content Server, using REST API, to folders that have categories with required attributes on them. We are currently on CS10 Update 2015-12, Service Pack 2, but I couldn’t find any specific documentation indicating how to populate the structure of the Categories with the required attributes…
-
How to trigger action "Apply to Sub items" via ReST API?
Hi, Is it possible to initiate "Apply to Sub items" action (i.e inherit parent metadata to children) via ReST API? I'd like to achieve this task for a business workspace (or case). I could able to create a case with ReST API, however, its metadata is not applied to its children (sub folders). if I manually create a case it…
-
Requesting category information when getting subnodes
Is there a way to request category information when querying subnodes? Or do you have to make an additional calls for the category information. For instance say if I have 25 documents in a folder in Content Server, the node id of the folder is 55020391. I can get all of the documents (subnodes) by:…
-
Put Permissions on a Node for a user through CS Rest API
Hi, Is there any way to "Put" or Modify permissions on a node for a user through CS rest API.. Thanks and regards, Dushyanth Vihari Kadiapu
-
Get NodeId by Path
Hi, Is there any way we can get node id from Livelink folder location? We need to upload files to different folders and to upload it needs parent id.So I want to know if there is any method that can provide node id by path or any way to upload document using path instead of parent id? Thanks, Shekhar
-
Metadata update for a document
I am trying to use rest api for document upload and metadata update using Category. I am testing it using Advanced rest client : * Create a Document * Add a category to document * Update attribute to category. First two steps are working fine but not the last one for update category. I get a 200 code back indicating…
-
Sample code in java using rest API for content server
Please help with sample code in Java or C# for adding document with categories and attribute in content server 10.5 using REST API.