-
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
-
CS REST API: How do you upload a newer version of a file?
If a file already exists, how do you upload a newer version of a file? Posting and Putting are giving me a 400 error.
-
CS folderbrowser widget and required attributes
Hi, Is it possible to get the CS folder browse widget to prompt for required attributed when using drag and drop? If so how? Example FOLDERA (attribute NAME is required) User drags and drops 5 documents into the folder browse widget this should prompt for required attributes (i.e. NAME). However, this errors with NAME is…
-
Using REST API to Sync Users
Our Content Server deployment currently uses a Java program which makes calls to the old LAPI interface to synchronize CS users with LDAP users. We would like to reconstruct this process to use the more current (and supported) REST API. What specific provisioning is required for the REST user account to be able to add,…
-
OTCS REST API Add a document with a Category with one or more required Attributes
I am trying to build a script in .NET that will upload scanned documents from a folder to a given place in OTCS using the REST API. I have OTCS 2014-09. The place is a Templated Workspace with a category attached that has required attributes, so documents uploaded there need to have attribute values or OTCS will refuse to…
-
Content Server REST API
Can I upload PDFs with the Content Server REST API?
-
CS UI Widgets & OTDS
I have an environment with Content Server and OTDS. I have installed the UI Widgets upon calling the example HTML file I am requested for the user login details, I enter the correct details but get a 403 error. Is there something specific I need to do if using OTDS for enabling the UI Widgets. Thanks Tim.