-
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…
-
Emails of subtype 749 stored in CS and REST API (moving, getting email body...)?
Hi everybody, I have problems moving emails of subtype 749 within the Content Server from one folder to another. The request works for folders, text documents, jpegs and so on but with email objects I get the error "400 Bad request". I use the following request: .../api/v1/nodes/7620620?parent_id=7614237&OTCSTICKET=...…
-
CS FolderBrowseWidget
Hi, How can you suppress (or control) all the Attributes that appear as default in the FolderBrowserWidget? /Jacob
-
Rightfax events not firing
Hello, I am currently trying to improve a custom service using the RightFax com api library. I followed some guides such as http://rightfaxapi.com/wp-content/uploads/2013/03/IntegratingRightFax_Student-Guide.pdf and http://rightfaxapi.com/wp-content/uploads/2013/03/OpenText_RightFax_10.5_COM-Reference_Guide.pdf but I can't…
-
Content Server UI Widgets
Hi, I have a question regarding TargetPickerDialogWidget. I'd like to provide a possibility to select multiple objects and then collect them for further actions. Here is the code so far var picker = new csui.widget.TargetPickerDialogWidget({placeholder: "#picker",connector: connector,selectRows: "multiple",done: function(…