REST Resource: networks.content

Resource: Content

A piece of content from a Publisher's CMS.

JSON representation
{
  "name": string,
  "displayName": string
}
Fields
name

string

Identifier. The resource name of the Content. Format: networks/{networkCode}/content/{contentId}

displayName

string

Output only. The name of the Content.

Methods

get

API to retrieve a Content object.

list

API to retrieve a list of Content objects.