-
How to list all the nodes within a particular folder in content server using REST API's
Hello All I have about 1500 sub-folders in a folder within the enterprise workspace. However the following piece of code returns only the first 25 nodes based on the default CS settings. Is there away to fetch all the 1500 folders in one shot. Appreciate your help! function ListSubFolders(objID) { var respData; $.ajax({…
-
Downloading using CS REST API (V2) using Java HttpClient
Hi, I've been doing what should be a dead simple file download using Apache HttpClient. However, for whatever reason, I hit a limit of about 5 MB for the file transfer before the connection gets reset. Anything up to that size, and this method works just fine. I've tested this on Content Server 16 on Windows Server 2012,…
-
upload document without OTCSTICKET - (for auth we use applicationKey)
Hi, we have requirement upload document to particular location based on some metadata from REST Call. we will use application key to authentication instead of OTCSTICKET. currently I can see similar one "api/v1/ping" not required otcsticket. I am bit confused to create new RH like ping, csnode has explained how to add…
-
Is there a way to get auth token expiration date?
Hi, I have a question about authentication token expiry in REST. I tried looking at the CS API (both v1 and v2) for a method that for a given auth token would tell me when it expires. In the WS API, there is a method to get this info, but there doesn't seem to be in the REST API. Am I mistaken? If not, is this something…