Google Tag Manager · Schema

ListContainersResponse

List Containers Response.

AnalyticsConversion TrackingMarketingTag ManagementTracking

Properties

Name Type Description
container array All Containers of a GTM Account.
nextPageToken string Continuation token for fetching the next page of results.
View JSON Schema on GitHub

JSON Schema

google-tag-manager-v2-list-containers-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListContainersResponse",
  "type": "object",
  "description": "List Containers Response.",
  "properties": {
    "container": {
      "type": "array",
      "description": "All Containers of a GTM Account."
    },
    "nextPageToken": {
      "type": "string",
      "description": "Continuation token for fetching the next page of results."
    }
  }
}