-
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.
-
Can the CS REST API be used to interact with a user account?
I want to create a system account for my application and use the CS REST API to automatically change its password. Can that be done? I'd need the userID, yes? How would I find that? If I have a user's username, how would I (or can I) get their userID?
-
Can the CS REST API be used to interact with a user account?
I want to create a system account for my application and use the CS REST API to automatically change its password. Can that be done? I'd need the userID, yes? How would I find that? If I have a user's username, how would I (or can I) get their userID?
-
Change permissions through the CS REST API
Can the CS REST API be used to change the permission on a node? I need to be able to programmatically allow a user to upload a file into a folder and then remove their ability to do anything else but read the file they just uploaded. I assume I'd use a call to nodes using a PUT method. But variable/value would I need to…