-
Authentication REST API call from C# or Java
Hello, does anyone have an example to connect to CS using the CS authentication REST API from C# or Java. I am also trying to create a Template Workspace Binder using the APIs however in vain. Any sample would be helpful. Thanks in advance
-
Punlish documents to LiveLink using SOAP
Hi All, We are trying to publish the documents to Livelink using SOAP webservice. The WSDL from Livelink has several Operations linked to it. We are using CreateDocument operation for publishing the document. Can anyone please provide any sample code for the same. Thanks in advance. Regards, Samyak Jain
-
Open property page while copying a document
Hi, We have a requirement, where we need to open the property page while copying the document from one folder to another folder. Scenario is, when a document is copied from one folder to another folder then before copying the document, property page should be opened so that the attribute values can be modified. Any pointer…
-
Rest Api to get a Content Server Node id based on path
Is there a Rest API, to get Content Server Node id based on path. E.g.: if there is a folder “/enterprise/Sales/Customers” in Content Server, I want to get the Node Id for the same using Rest API, once I get the Node Id, we will be adding files and Categories.
-
How can I add a new document to Content Server 10.5 using the REST api?
How can I add a new document to Content Server 10.5 using the REST api? I am following the Swagger docs for creating a node, but it is not clear how I attach the file to the request. Here is (roughly) the code I am using: var folderId = 2000;var docName = "test";var uri =…
-
Enabling & troubleshooting the RM Rest API for CS 10.5
I want to add a cross reference between two items using the Content Server Rest API. I've found this link, but when I try this url http://localhost/otcs/llisapi.dll/api/v1/xrefs/ I just get a session expired - I don't think it is the OTCSTicket at fault, because I can use the same ticket in a susequent call successfully.…
-
Copy folder using REST API
how to copy folder/document using REST api?
-
Code for uploading set of documents to livelink using webservices/REST API
Hi There, am trying to find code which can perform uploading documents to LiveLink using REST API or Webservices. Kindly provide me ful sample code. am very new to this. Thanks in advance
-
What is Content Server Forms API used for?
The Content Server API has a forms API defined for so-called Alpacea forms. It looks like this API, just like the nodes API allows for the creation and update of Content Server objects. Some questions: 1) When would one use forms instead of nodes, 2) is there an API for accessing Content Server forms (i.e. WebForms), and…