Articles
Articles written by OpenText Developers that focus on examples, tips, walk-throughs, and other topics to help with your build.
-
Postman collection for Core Content Workspace API
The requests in this Postman collection show how to create workspace types, templates and instances retrieve workspace types, templates and instance change roles and appy permissions update folder structure of a workspace templad add or modify attributes add or modify picklists See the documentation within the collection…
-
Postman collection for Core Content Business Objects API
Postman Collection for CCBO provides examples for the CCBO REST API calls. Included are: OAuth Obtains a token to be used on the rest of the requests. Create/Update BOConfig Pushes a Business Object Configuration (BOConfig) to ccbo for storage. Get BOConfigs Retrieves all the known BOConfigs. Get BOConfig Retrieves a…
-
Javascript Sample to demonstrate managing the lifecycle of your application
As a developer on OpenText Cloud Platform, the lifecycle of your application can be represented by the flow above. You deploy your application; when they sign-up you provision your subscriber; your subscriber adds users to the application and then they use the application. The Develop Application step is really just a…
-
Core Signature - New sample Postman collection
Sample Postman Collection With this sample Postman collection, developers can evaluate commonly used API endpoints provided as part of Core Signature Service. Preloaded endpoints include: Documents and Templates Document Attachments Signature Request and QuickCreate Webhooks and Events Branding Defaults Click here for the…
-
AppWorks Web Access service configuration
🕐️ 2min read Introduction The Common Header (otag.webaccess) module allows launching of apps in the browser and provides common functionality such as authentication and profiles for web based apps. Usage - technical overview The video covers the following: webaccess.json file overview App installation and presentation…
-
AppWorks Notifications
🕐️ 6 min read What are AppWorks Notifications The AppWorks Gateway provides a backchannel, which allows trusted servers to send messages to clients. Trusted servers call the notifications API with a secret key, a JSON message, and a list of users. Client containers receive these messages and pass them on to registered…
-
Protecting data transfer in Documentum REST Services
originally posted March 2019 | 🕐️ 11 minute read Overview Web security is a field that includes many threat models and counter-attack techniques. Since from Documentum REST Services release 7.3, we have provided users with a number of web security related configuration parameters that help to protect the transfer data in…
-
Connected Workspaces – Using the REST API
originally posted March 2019 | 🕐️ 11 minute read Overview Connected Workspaces are the main integration element used in OpenText Content Suite and OpenText Extended ECM. A business-centric API is available as part of Extended ECM Platform that saves the application developer from knowing about OpenText Content Server…
-
CSNODE Quick Start Guide
originally published May 2019 | 🕐️ 14 minute read Introduction This document will explain how to use and extend csNode. In a nutshell, csNode is a wrapper for LLNode, to provide a more consistent interface that can be used in a programmatic way for various applications (the REST API is the first consumer). Although still…
-
OAuth 2.0 Authentication with OTDS
originally posted August 2019 | 🕐️ 17 minute read This article details how to configure OTDS 10.5 Patch 6 as an OAuth 2.0 Authorization Server and walks through an example scenario where access to a RESTful API is authorized with the OAuth 2.0 Resource Owner Password Credentials Grant. Prerequisites OTDS 10.5 Patch 6 (or…
-
Content Server REST API - Quick Start Guide
originally posted May 2019 | 🕐️ 8 minute read Introduction This article will explain how to use and extend the REST API. It should be read in conjunction with the Content Server 16.2 API Reference. The REST API (as its name may imply) is a web API implementation using the HTTP protocol and REST principles. While Content…
-
Introduction to the AppWorks Gateway 16.1 Proxy
originally published December 2019 | 🕐️ 8 minute read This article introduces the AppWorks Gateway Proxy and walks through some example configurations. Prerequisites: AppWorks Gateway 16 or above. You can download it from My Support. Introduction The AppWorks Gateway Proxy is an integral component of the OpenText AppWorks…
-
Magellan Chrome Extension to Summarize Websites
originally posted July 2019 | 🕐️ 9 minute read Overview The purpose of this post is really two-fold. It's a relatively simple use case for Magellan's NLP capabilities and shows how easy they are to consume. The end tool is actually pretty useful - if you just want to skim read different sites. The full source code for the…
-
Adding a URL rewrite to AppWorks Gateway 16.x
originally posted April 11, 2019 | 🕐️ 2 minute read When upgrading from AppWorks Gateway 1.2.x to 16.x, you may want your users to access your configured services via the same URL as before. This article describes how to use URL rewriting to achieve this. In AppWorks Gateway 16.x both the Gateway and the Administration…
-
Adjusting OAuth 2.0 Token Life Times and Revoking Tokens with OTDS 16
originally posted June 14, 2019 | 🕐️ 3 minute read This article details how to configure OTDS 16 (and OTDS 10.5 Patch 6 and onwards) with customized Access Token and Refresh Token life times. It also shows how to revoke user's OAuth 2.0 tokens. Prerequisites OTDS 16 (or 10.5 Patch 6 or later). You can download it from the…