-
OTDS REST API - Getting error while adding user to a group
Good morning, We are trying to add users to groups on OTDS using the OTDS REST APIs. The group ID contains blank spaces, for example "Finances - Managers". The call the following: POST - http://servername:8080//otdsws/v1/groups/Finances - Managers/members Within the body of the request we entered the stringList parameter…
-
REST API Create Virtual Folder
Hi, We're trying to create a Virtual Folder via the REST API. Currently we're having some issues with passing the correct "datatype" for the Selected Facets list. We're getting the following error: Error: Could not process object, invalid datatype for 'Selected Facets' . The request we're sending to test is: var xmlhttp =…
-
Proper use of the "fields" parameter on CS REST API
Hi All, I have a question on using the "fields" parameter on a REST call to the CS API. I've been using Postman to test the results from different GET calls to the API for nodes. When I try to filter out the list of fields I want returned I get nothing. Is this functionality actually enabled or am I just be doing something…
-
OTDS Auth via API questions
Hi - Trying to get the basic auth flow working via API. I have been working with the following process flow: 1 - /otdsws/rest/authentication/credentials 2 - /otdsws/rest/authentication/ticketforuser unfortunately I am getting an error when passing the ticket from the first call to the second: { "status": 1009, "error":…
-
CSUI Widget TargetPickerDialogWidget re-open with no data
Hi, I'm trying to use the TargetPickerDialog and open it with an html button. Just following the examples provided. It does open correctly and point to Enterprise Workspace. However if i cancel the Widget and reopen it, it it come up empty. Using ContentServer 10.0 SP2 (2014-09) Any idea ? Thx Here is the code: `<!DOCTYPE…
-
Loading Spinner in Cordys 4.2 and AngularJS on Ajax Call
How to get "Loading" Spinner in Cordys 4.2,AngularJs Project on $.cordys.ajax() function call if the request is taking time to load. I am Using HTML, AngularJS, Cordys BOP4.2 . Please help..Thanks..
-
CSUI Widget and OTDS Authentication
Hello Folks, I have a CSUI (10.5) Browse widget html hosted on IIS. We need to enter Username & Password to see the contents of the folder in CS. Since I have the latest OTDS (16.2), I can directly get the OTDSSSO ticket by making OTDS REST call to otdsws/v1/authentication/headers. Wondering if anyone had any luck to use…
-
GET api/v1/members cannot return more than 20 results
I've found that when setting limit parameter to something bigger than 20 returns a "400 Bad Request" response. Any way to fix this?