REST Resource: networks.contentBundles

  • 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 using list.

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

string

Identifier. The resource name of the ContentBundle. Format: networks/{networkCode}/contentBundles/{contentBundleId}

displayName

string

Required. The name of the ContentBundle. This attribute is required and has a maximum length of 255 characters.

Methods

get

API to retrieve a ContentBundle object.

list

API to retrieve a list of ContentBundle objects.