-
New Developer website structure
OpenText Cloud Platform (OCP) powers the OpenText Core family of multi-tenant SaaS applications and Thrust Services. Cloud Platform We created a new section on the site that documents all platform concepts such as our approach to Organization/Region/Tenancy, Authentication models, Admin Center functionality, Guides, and…
-
New Developer site structure
OpenText Cloud Platform (OCP) powers the OpenText Core family of multi-tenant SaaS applications and Thrust Services. Cloud Platform We created a new section on the site that documents all platform concepts such as our approach to Organization/Region/Tenancy, Authentication models, Admin Center functionality, Guides, and…
-
How to use /v2/nodes/{id}/versions
I am trying to figure out how to use above method trying to connect to OpenText. We intend to upload a new version of an already existing file. Checking out this link under "Add version": It is stated that "If your REST client does not support file uploads, you will need to specify additional information in the body" one…
-
Integration of css / cms api's with workfront which required specific endpoints
We are working on integrating Workfront with OpenText using CSS and CMS APIs to store files or images on OpenText and access them from the Workfront side. However, we are encountering an issue where Workfront appends certain fixed endpoints to the base URLs, such as /files (which we have for the CSS API), /metadata,…
-
Deleting or Purging SAP Archive File from OpenText Archive Server
Hi there, We're using OpenText Archive Server to Archive Files from both SAP CRM and S/4 HANA. Based on the privacy act standards, we need to delete Archive Files which are older than a certain period/date to achieve the compliance. Does OpenText offer some out of box solution, if not what's the practice around deleting…
-
Test via POSTMAN REST services for POST
I am trying to test via POSTMAN the REST call from D2SV-Client2Server-Logging (D2-Smartview/clientlog using the POST method) but I get the error below { "status": 415, "code": "E_UNSUPPORTED_MEDIA_TYPE",…
-
How to decrypt a 'SIP Package' after it has been exported by executing a 'Rebuild SIP' on a Package
In InfoArchive it is possible to perform a 'Rebuild SIP' on a 'Package', either via the UI or via an API call. However, when the 'Package' has been encrypted in InfoArchive, this results in a 'SIP Package' being encrypted as well. Because of this, it is not possible to ingest the 'SIP Package' in a new InfoArchive…
-
Rule: An item is deleted
When you create a rule with even An item is Deleted, which triggers a BPM with true conditions, does the BPM run after or before item is deleted?
-
Developer Workbench authentication
This discussion was created from comments split from: OCP Developer Workbench - API testing app.
-
Starting a Paused Job
Hi, I need to create a job definition with the following specifications: I need to pause a job that will be generated from 5:00 PM. Then these paused jobs should automatically resume at 3 AM the next day. Note these pausing and resuming of the job should only happen on a particular day of the month. I have already the step…