-
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?
-
API to remove holds
Is there a web service or REST service I can use to remove holds on a node?
-
Authentication when using OTDS 'Patch' REST API
We have a successfully running python script to create / delete users and groups. However, the script that works for these APIs fails with a 403 (authentication) when trying to execute the Patch API. Any assistance or ideas?