REST Resource: networks.contentBundles

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.