Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
New! Supply Chain Traceability app
Sample application demonstrated during the OpenText World 2024 keynote for OpenText AI Data Cloud See the power of OpenText Thrust APIs with a sample application demonstrating Supply Chain Traceability. Step into the premise of a battery supply chain management where different raw materials are procured from different…
-
New! Sample Apps
Introducing Sample Apps The sample apps are built by OpenText staff to highlight how to get the most out of the Thrust Services APIs on the OpenText Cloud Platform. These are a new addition to our collection of developer resources available on developer.opentext.com. Check out the sample apps that we have in the library so…
-
New Thrust Services available!
OpenText™ Thrust Services Accelerate your solution development: Multiple services, one platform, unlimited possibilities Forms Forms is a robust and flexible framework that enables the creation of modern, dynamic forms and user interfaces (UI) through a WYSIWYG Designer. It allows developers and business users alike to…
-
New! Retention Service
Retention, Qualification, and Disposition Thrust Services API Records Management and Retention are fundamental components of any Content Management System or legal-focused application. Records and Retention are heavily integrated into the Content Metadata Service along with the Job Scheduler service. This integration…
-
New! Information Intelligence Service
Information Intelligence - Thrust Services API With OpenText Information Intelligence Thrust Services API, developers can get thorough information for any document using one single API. Information Intelligence API is based on Intelligent Classification and IDOL components and embeds several AI models. This multifunctional…
-
New! Forms service
recently posted to the Announcements channel: cross-posting here to reach all of our developer community members. New service added to OpenText Thrust Services bundle Forms is a robust and flexible framework that enables the creation of modern, dynamic forms and user interfaces (UI) through a WYSIWYG Designer. It allows…
-
New! Forms API
New service added to OpenText Thrust Services bundle Forms is a robust and flexible framework that enables the creation of modern, dynamic forms and user interfaces (UI) through a WYSIWYG Designer. It allows developers and business users alike to design and deploy responsive forms and UI components that seamlessly…
-
Developer Tools Extension Pack for VS Code
The OpenText Cloud Developer Tools Extension Pack for Microsoft Visual Studio Code is now available! The extension pack is a collection of extensions that support creating and deploying various IM (Information Management) configuration models directly from within Microsoft Visual Studio Code. Several of the benefits of…
-
"Is the Sign-In Delay Impacting Your Journey? Let’s Fix It!"
Hi team, We've encountered a couple of issues that need attention: Issue Identified: The primary challenge lies with the sign-in page of the website. Users are experiencing significant delays when attempting to access the platform. Specifically, there are three notable issues: Loading Page Issue: Users face prolonged…
-
Introduction to Sustainability in MedTech
Hacknosis is back and if you've been wondering what sustainability has to do with technology and how it impacts the medical industry, you're not alone. Let's get into it! What is sustainability and how does it apply to technology? Sustainability is not a new concept and the term is broadly used to indicate programs,…
-
Hacknosis is back!
OpenText is happy to announce our second hackathon, Hacknosis: Sustainable MedTech. This hackathon is about respecting the environment and standing united for the climate by driving sustainable innovation through technology. Sustainable development is the critical point where human, social, environmental, and economic…
-
How to deploy a workflow model ?
I'm facing an issue in deploying a workflow model that's desinged using the workflow modeler in vs code using the api call POST /runtime/models (N.B : The hole app has been deployed with success to default tenant) The model content is in json format, how to export it in xml or BPMN2.0 from workflow modeler ? How to…
-
NEW! Signature service now available on OCP
OpenText Signature Signature Service provides developers one unified cloud-based electronic and digital signature service on OpenText Cloud Platform (OCP). Signature Service is comprised of several APIs that enable developers to easily embed electronic signing into new or existing applications, including the ability to…
-
CMS: Error 404 in Create Dictionary Definition !
I was trying to create a dictionary definition but faced an error 404 , don't know if this is this API available with Ot Developer trial account ? or is the API url is incorrect ? https://na-1-dev.api.opentext.com/dictionary/v1/dictionaries
-
Hacknosis is back!
Learn more and Register today! OpenText is happy to announce our second hackathon, Hacknosis: Sustainable MedTech. This hackathon is about respecting the environment and standing united for the climate by driving sustainable innovation through technology. Sustainable development is the critical point where human, social,…
-
OpenText Developer Tools for VS Code
The latest version of the extension pack can be found on the Visual Studio Code Marketplace. However, we recommend installing it directly from within VS Code via the Extensions View by searching for “opentext” and installing the OpenText Cloud Developer Tools – Extension Pack. Installing the Extension Pack will install all…
-
Introducing the Thrust for Partners Program
New Partner program Get ready for AI adoption by leveraging the APIs, tools, resources, support, and market experience that OpenText offers. Learn how to: boost AI performance and power productivity to deliver the right solutions to your customers. keep your costs under control. make APIs a key component of your…
-
CMS : Full-Text Query : Search using trait in facet
I have a requirement to search using trait in facet , but the query is returnig emty results for trait fields and "cms_not_found" for trait field in "facet_fields_label"
-
Creating case instance with child nodes
I can't figure the correct syntax for creating a case instance with chid nodes
-
CMS : Cases : Metadata inheritance file/case ?
Hello , I have some questions about the CMS Cases API : Could a document(file) inherit some metadata from the case instance ? What are the possible values for the other the caseNode Obect Type other than "object_type": "Folder_type" ? My understanding is that a case is like a folder with certain structure and permissions ,…
-
CMS:Cases : Create case instance
I am trying to create a case instance for a case model already created , but faced an issue "unable to find type" , Is there another step after creating the case model like publishing the case model ? If so how to do that ?