-
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
-
API Issue after upgrade: Browse method of Nodes API always returns 100 items
We upgraded OTCS from 16.x to 21.3. Since then, the browse method of nodes API started returning 100 items only no matter what item type or limit is. Here is how our calls are structured and what the description of this method is in API documentation. Any suggestions or insights please? 2 samples of our calls:…
-
Challenges using CS ReST API to extend Content Server UI
Hi, This is less of a question and more a series of observations. When I was first exposed to the ReST API, I thought it might be a good option for designing UI components to be used within Content Server. The main problem is authenticating between them. That is, if you are logged into the CS UI, you are not logged into…
-
Updating a draft process with attributes using CS REST API
Hello everyone, we are trying to achieve a Workflow initiation where it has from the beginning attributes filled with data. For example, initiating a WF with the attribute "email" already with a value, to be used in an Email step. We've seen the thread where this was also explained here:…