-
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(…
-
Open Text Widgets Not Loading in IE 11
Hello! I originally created a ticket for this, but was referred to the forum instead. So, here I am! My colleagues and I are unable to load Open Text widgets via IE 11. They do however, work in Firefox and Chrome. The widgets being used are the Open Text module widgets and the function we want is to integrate SAP WDA into…
-
How to retrieve deleted nodes via REST API
In Content Server 10 and Content Server 10.5 we can fetch a node via the REST API even if the document has been deleted. This is because it resides in the undelete workspace. In Content Server 16, there is no longer a undelete workspace. From what I understand, the node is marked by a flag as being deleted. When requesting…
-
Impersonate Token from CWS does not work with CS REST API
Hi, We are producing CS Tokens for end users by using Content Server WebServices (CWS). We are connecting with a sysadmin account and retrieve a token for an end user (non admin account). With this impersonated token we can work with Content Server WebServices without any problem. Now we would try to run some calls via…