Google Tag Manager · Schema

ListWorkspacesResponse

List Workspaces Response.

AnalyticsConversion TrackingMarketingTag ManagementTracking

Properties

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

JSON Schema

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