-
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…
-
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.…
-
Filter on multiple attributes
Hi All, With the content metadata service i'm trying to combine a filter. So when I use the filter: " status eq 'Concept' " it works. When I use the filter " name like '%test%' " it works too. Even when I do "status eq 'Concept' and name like '%%' " it works. However when I use the filter "status eq 'Concept' and name like…