-
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…
-
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…
-
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,…
-
Multiple references (soft/symbolic links?) to a single document, each with own metadata.
Hello all, For all 'normal' documents uploaded to core content we currently store a customer reference in the custom properties attribute of the metadata for each document, along with some other data like the 'read date'. The first time a customer downloads/reads a document, we set this 'read date'. This is all handled…
-
Documentation for ACL permissions in CMS
I could not find any documentation about the different ACL permissions in Content Metadata Service (e.g., the difference between 'write' and 'write_content'). Is the full list documented in detail anywhere?
-
Error while creating namespace in Content metadata service
Hi team, I am trying to create namespace in cms using postman as well as swagger ui in portal, but getting error as below { "path": "https://us.api.opentext.com/cms/namespaces", "title": "Internal Server Error", "status": 500, "details": "Current user could not be found; nested exception is…
-
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
-
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"