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.
-
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"
-
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 ?
-
CMS : Full-Text Query : Repeating attribute comparison
Hello , I have an issue with full-text query repeating attribute comparison using 'contains' , I don't konw if I'm using the correct syntax !
-
CMS : Full-Text Query : execute full-text search ?
Hello , I have a requirement to use the full-text query but I faced some issues : error "Search" is not enabled for tenant" 2) The documentation for this API is insufficient
-
CMS : List of Validators of attributes in type definition
I'm looking for the list of attributes validators when creating a new attributes
-
CMS API : Generating unique values based on sheme for attribute when creating new type instance
Is there a way for generating unique values for an attribute when creating a new type instance , for example : Type Definition : Contract Attribute : contract_id and the values will be : CONT-LOA-0011 ?
-
CMS API : Fetching typeDefinitions / namespaces for regular users ?
I noticed that for a given namespace/typeDefinition , only users that are tenant or owner of that namespace/typeDefinition can fetch it through the API GET /cms/namespaces , GET /cms/type-definitions/ , GET /cms/type-definitions/attributes , What could be the solution for this issue ? maybe user impersonation ?
-
CMS Api : Is there a way to map or link a Dictionnary to an attribute in a type definition ?
I need a way to use the Dictionnary with an attribute in a type defintion in Content Metadata ? - Thank you
-
CMS API : filtering type instance query by multivalued attribute
Hello to all, I am using the CMS api /cms/instances/file/{type}?filter={attribute}={value} I need help finding the correct syntax to use for the filter when the attribute is multivalued , in my case the attribute is "receiver_s_email" and is an array - THANKS
-
CMS API : Retrieving child type attributes
In the Contract Approval tutorial we have two types : The Loan Contract type definition model which is a subtype of the Contract type definition model . When executing the API call GET {{base_url}}/cms/type-definitions/ca_loan_contract/attributes , shouldn't it return the attributes of the loan_contract + attributes of…