-
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…
-
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…