AI-generated Key Takeaways
-
A ContentBundle groups individual Content based on filter rules and explicit inclusions/exclusions of Content IDs.
-
Each ContentBundle has a unique resource name identifier and a required display name up to 255 characters.
-
Available methods include retrieving a single ContentBundle object using
get
or a list of ContentBundle objects usinglist
.
Resource: ContentBundle
A ContentBundle
is a grouping of individual Content
. A ContentBundle
is defined as including the Content
that match certain filter rules along with the option to explicitly include or exclude certain Content IDs.
JSON representation |
---|
{ "name": string, "displayName": string } |
Fields | |
---|---|
name |
Identifier. The resource name of the |
displayName |
Required. The name of the |
Methods |
|
---|---|
|
API to retrieve a ContentBundle object. |
|
API to retrieve a list of ContentBundle objects. |