-
Postman REST API / SSO niewbie question
Hello - I'm new to using Postman and REST API: I'm trying to test REST APIs from Postman in my 16.2.1 environment, where I have SSO enabled using OTDS. I keep getting error 401 ("Invalid username/password specified."); When I setup request HEAD and test it (http://.../OTCS162/cs.exe) with my username and password it works…
-
Node does not have any associated languages Functions
Hi All, I want to create Binder with rest-api in the Content Server16.2.4, here's an example I use: rest-api v1: "api/v1/doctemplates/53912/instances", response Staus: 200 Ok but response content empty (NOT return node_id), see . rest-api v2: "api/v2/doctemplates", response 500 Internal Server Error and message "node does…
-
Node does not have any associated languages Functions
Hi All, I want to create Binder with rest-api in the Content Server16.2.4, here's an example I use: rest-api v1: "api/v1/doctemplates/53912/instances", response Staus: 200 Ok but response content empty (NOT return node_id), see . rest-api v2: "api/v2/doctemplates", response 500 Internal Server Error and message "node does…
-
Content Server 16.2 REST API
What version of the API should I be using for content server 16.2 V1 or V2? https://SERVER/otcs/cs.exe/api/v2/auth I am not having any luck authenticating, i if I use v1 I get a 500 error and if I use v2 I get a 401 error
-
Edit AFP file
Hello, I am trying to add some TLE's to AFP files, does anyone knows a library to do this ?
-
Required Information
Hi All, Im newbie with Opentext,I would like to ask help on Opentext API,I have some employee documents in opentext and each document has unique value like Employee Number,and I need to add one more field and update all the existing records with new value which exists in another MS SQL Table Lets say ,records in Opentext…
-
attribute_key format "error": "Invalid specification. Invalid attribute entry found."
Hi, I am trying to set a value to a text popup attribute while uploading an attachment through API.I am using a POST call api/nodes/{id}/categories to assign a value to the attribute but i am getting an error in attribute_key format.I am using a text-pop up attribute but not set attribute. can anyone help me how to give an…
-
Move documents using REST API with category Merge
Hi, We are looking to move documents using REST API and also MERGE category of source & destination folder. I know we can use api/v1/nodes/{id} with PUT to move a node but I'm looking to also MERGE category of source & destination folder. Can someone suggest how to apply merge category operation? The link…
-
Get Modified documents in a date range smaller than a day.
Hi, I am currently trying to use the XML Search API (or REST API) to retrieve modified documents in let's say the last 15 minutes. I know that with this request : http://hostname/OTCS/cs.exe?func=search&outputformat=xml&lookFor1=otstarts&where1="" range "20180319~20180320"&startAt=1&goFor=50 , I can retrieve the modified…
-
PUT api/v1/nodes/{id}/categories/{category_id} works in CS16.2 not in CS10
Hello, On CS10 update 2015-09 we have: * in SSO 403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied. * in Content Server internal authentication: 401 - Unauthorized: Access is denied due to invalid credentials. You do not have permission to…