-
Unable to retrieve the Favorites of Selected member
Is there any way to retrieve the favorites of selected member. I didnt find any way to get it. Seems there is only an option to get favorites of authenticated user.…
-
OTDS REST API - Creating users - getting an error
Hi hope you can help. I need to build a service which will bulk create users in a non-sync partition in OTDS (10.5). So, in the first instance, I am trying to create a user through the REST API examples via http://:8080/otdsws/api/?rest and also via http://:8080/otdsws/api/?v1 In either case, I try the following example…
-
looking for documentation/best practices on creating a api to extend rest services
we're needing to create a single call that gets the current version of a document for a r_object_id that may no longer be current and open the document for viewing. Needing to combine the call to get the current version with the content display into 1 call for the calling applications to use. looking for white…
-
Session time in Content Server - how does it work?
When you create a new session with Content Server using API (either using the 'auth' API or an 'Impersonate User' API), a ticket is created. This ticket is valid for a specific period of time (I think 30 minutes). Two questions: Suppose you use this ticket directly after you have created it. And then you don't use it for…
-
EasyLink Messaging AddressBlockRetrieve Opt-Out
I am currently developing an SMS Opt-Out component to one of our features. I am sending an AddressBlockRetrieveRequest with a blockstore value of MR, blocklevel with types customer and user along with a date range. I am utilitizing the AddressBlockRetrieve service by passing in the request and assigning the resulting value…
-
Error uploading file via REST API
Hi together, we are struggeling uploading files to OTCS via REST API. When we user the Postman integrated file selection to select the file we want to send, everything works fine. But when i'm trying to do the same with python it does not work. I'm getting the error "File could not be found within the upload directory".…
-
Business Workspace API not updating a category attribute for a Workspace
Hello everyone, we are trying to test a request where we update a category attribute for a Business Workspace, we saw in the API documentation for BW REST 21.4 that they show an example for "updating" a late business workspace with the POST Create BW request. We tried this request: { "name": "Solicitation A1",…
-
Download or open document in browser using REST service
I'm having trouble downloading or openning in the browser a document from Content Server using the REST service "/api/v1/nodes/{{doc_id}}/content".From Postman it works well and you can even see a preview of the document (image, text, pdf). I know Postman shows code examples in different languages, but I have not been able…
-
REST API presence in Content Server
Hello, I would like to know how can we verify the presence of REST API in a Content Server instance and whether all the functions are present. Thanks Glen