-
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.…