HCMS Container type global data

When setting the CMS container type to “Global data”, is there a way to make this container available via the API without having to create a specific web page for it?

Which API do you refer to (I assume the REST endpoints)? We use global containers ALOT and return these in our endpoints. The HCMS container instance doesn’t validate on having a webpage set, when the type is global.

Simply filter on the type in with an expression:

cms_content_group_type.equals(webpageorglobal:load(1))
2 Likes