-
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…
-
Be a part of OpenText's first worldwide Hackathon!
OpenText World Las Vegas will bring not only a powerful Developer Summit but also our first ever worldwide in-person Hackathon. Participate in a fun and unique hands-on challenge using OpenText Developer Services. In this OpenText first, participants will be tasked with building a custom solution solving a problem within a…
-
Get Best Bets information via API
Hi all, is it possible to retrieve the following properties of a document in Content Server via an API call? Best Bets Value Best Bets Expiry These two properties are displayed in the "General" properties tab of a document. You can get most of the general properties via the Content Server REST API endpoint /v2/nodes/{id}…
-
Hide a node in Content Server through REST API
hi all, is there a way we can hide a node in content server through a REST API? i understand that there's a 'hidden' properties when we try to use 'Get Node' endpoint (GET method) and if we access a node from 'Configure' we can click hide manually, but i want to try to change this through an API and not from web service.…
-
CS 20.4 API Upload document example
Does anyone have an example to upload a file using the Content Server 20.4 API. C# would be great too. I just want to upload a document from anywhere(Local to user) into Content Server This is my code below. As is, I will get an error for an error "An illegal attempt was made to upload a document". Only way I got this far…
-
Problem authenticating in call using LL_WEBREPORT_RESTCLIENT
Hello everyone, I'm having problems callling the ContentServer REST API in a WebReport. I've seen examples here in the forum and in the knowledge base (for example https://knowledge.opentext.com/knowledge/llisapi.dll/kcs/kbarticle/view/KB19450624) but I cannot get them to work. Even copying and pasting the samples always…