-
Create a node with Categories and Classifications in one call? Roles do not seem to be accepted!
Hi all, I am new and experimenting with Opentexts API. We have a task of moving multiple files from one destination folder to another. In terms of the file we would like to add categorie(s), Classifications and also apply advanced versioning. What I am trying is to just create a file at the moment, while adding categories…
-
InfoCenter Customization.
We are seeking to use the IC customization platform to provide a required field based on criteria. The two areas we’ve attempted specifically. Presenting a Custom Form Using the Events elements to alter a form With the InfoCenter Customizations platform, should it possible to make a profile form field…
-
Documentation for older versions of Media Management
Is there a way I can reach the documentation for version v5 of the Media Management. I could only find documentation for V6. Is there a way that someone can provide me with the OpenAPI specification for v5 of the OpenText Media Management API?
-
Postman REST Client Chrome Extension used for Content Server API
Just would like to share my experience using Postman which is I found it very easy to use especially as it has the upload file function, not much but hopefully it will be a help. Postman Chrome Extension can be downloaded from here Authentication: Get Document: Create Document: Delete Document: Update Document:
-
Create new REST API (oScript)
Hello! I try create new REST API in Eclipse What's next step? Where I need to do registration this new API? In Postman I get error: "The REST API Url could not be found in the mappings registry" Or explain me please how I can create new API...
-
Create new REST API
Hello! I need to develop new REST API to get some data in JSON format (OScript eclipse). But I haven't information how it possible. Where do I begin? Where I need registered my new API? Explain me please, or share information about it
-
Service Group Lookup failure
When we deploy the SOAP web services, we are getting the Service Group Lookup failure response from the webservice. The deployment is successful but the Service Group is not populated in the Web Service Interface Explorer
-
Multiple concurrent calls to the same service returns failures half the time
= Environment ===== OTCS 16.2.8 8 Threads on the server in question = Question ===== If we call an API service multiple times concurrently, we get an error stating {"error":"Authentication Required"} on about half of them. Is there a reason why this would happen and how should we go about troubleshooting it? = Problem…
-
Content Server Rest API 20.4 - Search
Hello, I am trying to use the Content Server Rest API to search in content server. I have found two alternatives for searching: ### search in a special location : full text search POST https://servername/OTCS2/cs.exe/api/v2/search HTTP/1.1 OTDSTicket: {{ticket}} Cache-Control: no-cache where1=*&location_id1=1896817 ###…
-
Set folder permission through Content Server REST API
hi all, i tried to set a folder permission through Content Server REST API, i tried all the existing endpoint to update permission for example : /v2/nodes/{id}/permissions/owner /v2/nodes/{id}/permissions/group /v2/nodes/{id}/permissions/public /v2/nodes/{id}/permissions/custom but none seem to work and there's no error in…