-
"Try it out" feature doesn't support authentication across all the servers
Hi Team, After choosing a server in the developer portal UI for any of the API services as shown below. Now, when we try to Authorize, we see the NA Build & Test URL Should this be a bug? CC: @A George
-
Available authorizations Server
I have made my organization on us server but the only available server available are na servers and every time i try to autherize api i get authentication error, is it due to different servers or i am entering my creds wrong?
-
Extension of prototype submission deadline
Hi Team, Since the deadline for the ideation phase has been extended from 14th to 20th July, it would also be great to extend the deadline for prototype submission.
-
How to consume the API 'VAS4_ILC_QUERY_CDS'
Hi Experts, We are using Opentext to process supplier invoices in SAP. Need to call the API "VAS4_ILC_QUERY_CDS" from external system to get the supplier invoice data from SAP. Need help on how to consume this API and how to test it using Postman. Thanks, Sagar
-
How to display image in web platform stored on server
I'm using /v2/content/{id}/download I'm getting bytes data which is visible in network preview tab, but not able to convert it in some format so that it can be passed to src attribute of image to make it visible on my web application. I have tried many solutions but nothing working.
-
Category attribute value update
Any idea how to copy this TKL multiline value to a text field. I can get both the value using livereport but cant update in text filed only second value is getting copied. Kindly advise.
-
REST API request
Hello, we have a problem with a self-written REST call, which works without problems under Tomcat as WebServer for the Content Server, but not with IIS. Using the extended IIS logging, we can see that the request arrives in full (including the file), but this file and other metadata is truncated in the CGI log of the CS.…
-
Content access gives 404
I'm using Content Storage v2. When I tried to access my uploaded content after two days, the api call gives 404. Before two days it was accessible.
-
OpenText APIs Quick Start Guide
The following steps will help you try out the APIs quickly after you've signed up for one of the free trials. We have 3 trials available: Services bundle, Signature, and Messaging. This guide is also available in the website, along with other key resources to help you get started. First, confirm the region where you have…
-
How to set multi-value attributes using REST API in PowerShell
I am trying to copy a set of attribute values from one Category to another using PowerShell and REST … I have it working for all attribute value types except multi-value, I just can't seem to get the syntax correct. "/v1/nodes/36500965/categories/3310115" $body = @{ 3310115_16 = "Track 1" 3310115_17 =…