Thrust Services
Build new extensions and automation to OpenText Core apps, or develop new innovative apps that delight your customers.
-
Core Capture API Token
I realized i posted on the wrong thread, but can someone please help me with this? https://forums.opentext.com/forums/developer/discussion/313414/core-capture-swagger-test?utm_source=community-share&tab=all I am stuck with getting the token and cant call any APIs from the core capture service
-
Login failed in core capture designer !
I was trying to use core capture designer after installing it , but the login fails , not sure about the parameters , is the URL correct ?
-
API Authentication
Hello, When following this guide Documentation - Getting Started I get an "invalid username or password" error when trying to get a token. The username and password are 100% correct for the account that generated the client id and secret, though. Am I missing something? Thanks
-
Core Capture Designer get subscriptions fault
Hi, I'm trying to retrieve my subscriptions using Core Capture designer (button in the red square). I've managed to do so before and I can still login with the stored settings but, when trying to retrieve available subscriptions (using the earlier stored settings), I am prompted that I don't have the proper subscription…
-
What's new in OpenText Signature Service Thrust API for release 25.3
https://us.v-cdn.net/6030023/uploads/DRBIA1QYLVW4/core-signature-thrust-api-25-3-release-notes-28july-2025-29.pdf OpenText™ Core Signature Service Thrust API version 25.3, released on July 30, 2025, significantly updates the existing product to further empower software engineers integrating secure electronic signing…
-
Query for createTraitDefinition
Hi All , Can some one help me to understand the createTraitDefinition attribute properties. Is attribute properties are fixed or Can we add a custom property to attribute i.e like the below examples custom1,custom2, custom3 ? Swagger API :…
-
how to upload in particular folder
Hi Team, I am using 90 day's trial version. I am Integrating OpenText Content Storage Services API's to our existing App, can you tell me how to upload documents to a particular folder Thanks Kailash Singh
-
💥 NEW way to work with OpenText! 💥
We're excited to introduce a new sample application - Goose Watch 🪿 This application showcases four OpenText API Services - Content Metadata Service (CMS), Content Storage Service (CSS), Information Intelligence Service (InfoIntel) and Messaging Service, running on the OpenText Cloud Platform (hosted on GCP), and the use…
-
Issue with the platform APIs
this API is called, when i try to login . but the response says some header is missing , this same issue is raising when i try to signup for IAM 90 days trial account registration
-
Enhanced Content Metadata Service tutorials to create content with Content Storage Service v3
An enhanced API tutorial is now available for Content Metadata Service (CMS). This comprehensive guide will walk you through the process of creating CMS files using blobs uploaded to Content Storage Service (CSS) v3. With this update, developers can now take advantage of parallel upload and download capabilities, allowing…
-
Core Content User Attribute - Thrust APIs
Hey All, while exploring thrust APIs realized that it does not have any API to retrieve users in the app. Is there any way to retrieve so as to work with user attribute in core apps without using admin API as that would require admin account. Additionally, the attribute information returned by CMS do not contain if user…
-
Request Authorization Service
Recently announced The Request Authorization Service (RAS) is responsible for controlling and managing user access to resources, data, or actions within OpenText Cloud Platform (OCP) and its corresponding services. This microservice is a crucial part of any system that needs fine-grained control over user permissions and…
-
Core Capture - View Error Logs
Hi Guys, We are trying to setup an Core Capture Process with an export to Content Server. Within the Core Capture export process an error occurs. "The batch submission failed due to an internal error. Please contact administrator." To identify the issue we would like to access some form of audit/logging. Where can this be…
-
OpenText API authentication failed.
Hi Guys. I got all the details like TenantID, TenantUserName, TenantPassword, CLientId and ClientScecret. Though I applied all those it failed the authorization. Please check the attached screenshot. Any advise on how to get it authorized. Thanks.
-
Core Content Management - reserved characters and maximum item name lengths
Hi Team, Looking for any info on following. Are there any reserved characters when creating folder/document/workspace objects. i.e. akin to how ":" is reserved in xECM as it's used to denote path separator. Maximum length of name of an object - either practical or actual. Regards, David
-
How to create a file with a rendition in OCP
When attempting to create a file instance I'm getting "Failed to relate object". I've been through all the docs and tutorial and I've tried several different options to no avail. Any tips would be appreciated: Here are the details: POST cms_url/instances/file/emb_document { "parent_folder_id":…
-
OCP vs Postman
Why would the namespaces url return different results for OCP vs Postman? https://us.api.opentext.com/cms/namespaces For OCP it returns 4 namespaces: default, system and my 2 app namespaces For postman it returns only the first 2.🤔 (Using the same client id/secret) But if I paste the bearer token from OCP into Postman I…
-
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…
-
Which redirect uri we can provide to application service client when we are doing Oauth
I am trying to authenticate opentext to generate a token using Oauth 2 authorization code flow but everytime I am getting invalid redirect uri when I try to access it via another application. Is there any specific redirect uri we have to provide?