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.
-
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…
-
id and user data type
In VS Code plugin, there are "user" and "id" datatypes. What is the significance of them? And how they are used.
-
Accessing Application Groups
We need to get list of application groups. We found two different APIs for this. One in admin API and one in Content Metadata Service APIs. What is the difference between these two APIs? Which one is recommended if we want to access group by user who is not application administrator? Which API supports filter using group…
-
How to get openapi specifications from developer website
In the new developer website, there is now way to download the openapi specification anymore. This was crucial for development, is it just a missing feature that will be added later?
-
New Dictionary Service
Content Metadata Service: new Dictionary API now available The new Dictionary service provides APIs to create, manage, and access dictionaries. This API works hand in hand with the metadata generated by the Content Metadata Service (CMS). The service will allow developers to create lists of values with localized labels.…
-
HTTP 429 Too Many Requests error when making API request
Information Management Services notice This error can be returned when making a request to the backend. Requests can be scoped to the Organization (e.g. when using the Developer Admin API) or globally (when using the Content Metadata Service (CMS) API). This error code is returned when there have been too many API requests…