-
JavaScript API's for AppWorks platform client operations
The new JavaScript client API’s on AppWorks client can be used for developing custom pages/navigation as per the need of the application. Till now any custom logic written outside and embedded in the AppWorks client (as XForm or HTML page in a Webcontent panel) doesn’t have a tighter integration which requires a hard…
-
Quick start guide for cloud fax and notifications trial subscribers
Get a test account by signing up for a free trial for "cloud fax and notifications developer plans" at Plans | Developer | OpenText How to submit a request to send a fax? Here is the curl sample to submit a request to send a fax with a text file with basic authentication (user name and password). curl -H "Content-Type:…
-
How to send SMS request using SMS REST API
How to submit a request to send SMS notification using SMS REST API? Here is an example of curl command to submit a request to send SMS Notification. curl -H "Content-Type: application/json" \ -u <userid:password> \ --data-binary "{ \"destinations\": [ { \"sms\": \"recipient sms address\" } ], \"sms_text\": \"Hi There,…
-
Fax REST API Quick Start Guide
Faxing remains a universal method of secure document delivery with billions of faxes sent every year. While it’s the foundation of secure communications for healthcare, government, manufacturing and other industries, traditional faxing has limitations, such as maintaining fax hardware, telephony infrastructure, lack of…
-
Core Signature Sample App
Overview A user creates a signing flow and Core Signature will email the signers with a link to sign that document online. When the signers complete that document, the sender and the signers will receive an email with the signed document and the sender will also receive a signing log, containing information about that…
-
Postman Collection for Magellan Risk Guard
You can configure Magellan Risk Guard service using an API Client tool such as Postman. With this sample Postman collection, you can also evaluate the endpoints provided as part of Magellan Risk Guard Service. The Getting Started doc will walk you through how to authenticate the service and post a call to process content…
-
Legal Hold Postman Collections
Legal Hold Legal Hold reduces the complexity and pain of legal holds and data preservation efforts. It automates interrelated hold, preservation and collection activities to drive greater efficiency and control over data for legal, HR, compliance and IT teams. Highlights Postman collections has aggregation of various…
-
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…