-
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…
-
Recurse through all children in a node - Get all documents from a parent folder and sub-folders
My folder structure has 1 parent folder, 4 sub-folders and documents inside each of the 4 sub-folders. I need to get all the documents inside the parent folder through the REST API. The problem is when I do a get 'api/v1/nodes//nodes' I only get the 4 sub-folders return in 'data' and not the documents within each of these.…
-
Content Server RestAPI
Hi. Trying to update user's Lastname in Content Server. What I'm doing wrong? $.ajax({ type: "PUT", dataType: "json", url: BASE_URL+"/members/296018", headers: {"OTCSTicket": otcsticket}, data: {last_name: 'Test'}, success: function(data){ console.log(data); }}); If I just try to retrieve user's details that works fine.
-
How to set creation date to an past date?
Hi Folks, Can we set creation date of a case to a past date with ReSTFul API? I'm creating a case with ReST API and it doesn't have any provision to pass values for a creation date. wondering if this is possible with any other API in ReSTful web services. Appreciate any help or pointer! thanks! Maqsood