REST Resource: accounts.containers.folders
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[],[],null,["# REST Resource: accounts.containers.folders\n\n- [Resource: Folder](#Folder)\n - [JSON representation](#Folder.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Folder\n----------------\n\nRepresents a Google Tag Manager Folder.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------|\n| ``` { \"accountId\": string, \"containerId\": string, \"folderId\": string, \"name\": string, \"fingerprint\": string } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------------------------------------------------------------------------------------------|\n| `accountId` | `string` GTM Account ID. |\n| `containerId` | `string` GTM Container ID. |\n| `folderId` | `string` The Folder ID uniquely identifies the GTM Folder. |\n| `name` | `string` Folder display name. |\n| `fingerprint` | `string` The fingerprint of the GTM Folder as computed at storage time. This value is recomputed whenever the folder is modified. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------------------|---------------------------------------|\n| ### [create](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.folders/create) | Creates a GTM Folder. |\n| ### [delete](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.folders/delete) | Deletes a GTM Folder. |\n| ### [get](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.folders/get) | Gets a GTM Folder. |\n| ### [list](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.folders/list) | Lists all GTM Folders of a Container. |\n| ### [update](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.folders/update) | Updates a GTM Folder. |"]]