-
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…
-
LiveLink user permission for a given document
Hello all, For a search application we want to present a document as download when the user has LiveLink access (READ or higher permission). The question is for retrieving permission for a specific user on a document. Is there a LAPI method which I can use? Furthermore I have database access and was trying to find the…
-
REST API How does /nodes/{id}/actions work?
Could someone give me examples of how 'actions' work in the REST API? For example, if I need to download a file, is the action '/otcs/cs.exe?func=ll&objId=101197&objAction=download' supposed to give me the url that I need to make the call for a download?
-
OTDS RestAPI with Windows Authentication
We are using CS with OTDS that contains the Windows AD users. When accessing CS no login in necessary because of the windows integrated authentication. Can I authenticate in a similar way with OTDS though the RestAPI to get a ticket for further use for the API? I have seen the POST /authentication/credentials method which…