-
How to execute REST actions
When using Content Server API v1 and browsing through nodes we can see they have many "actions". Some actions have a "url" attribute. eg: /OTCS/cs.exe?func=ll&objId=259064&objAction=download When I redirect user to that url then a login page is shown. How can I execute those actions? ps: I'm trying to download/visualize a…
-
Find category by name
When uploading a file I don't want to hard code its categories ids. How can I find a category by its name by using Content Server API v1?
-
List of Types of Nodes can be created with Rest API
Hi, Is there any document which lists alt the types of nodes we can create using Rest API. I have randomly tried with couple of node types and have a mix results like Email folder, folder, Document are fine and can be created whereas when i tried to create Compound E-Mail (557) its not working. Regards, Khurram
-
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:…