[[["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.workspaces.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| ``` { \"path\": string, \"accountId\": string, \"containerId\": string, \"workspaceId\": string, \"folderId\": string, \"name\": string, \"fingerprint\": string, \"tagManagerUrl\": string, \"notes\": string } ``` |\n\n| Fields ||\n|-----------------|-----------------------------------------------------------------------------------------------------------------------------------|\n| `path` | `string` GTM Folder's API relative path. |\n| `accountId` | `string` GTM Account ID. |\n| `containerId` | `string` GTM Container ID. |\n| `workspaceId` | `string` GTM Workspace 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| `tagManagerUrl` | `string` Auto generated link to the tag manager UI |\n| `notes` | `string` User notes on how to apply this folder in the container. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|\n| ### [create](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.folders/create) | Creates a GTM Folder. |\n| ### [delete](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.folders/delete) | Deletes a GTM Folder. |\n| ### [entities](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.folders/entities) | List all entities in a GTM Folder. |\n| ### [get](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.folders/get) | Gets a GTM Folder. |\n| ### [list](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.folders/list) | Lists all GTM Folders of a Container. |\n| ### [move_entities_to_folder](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.folders/move_entities_to_folder) | Moves entities to a GTM Folder. |\n| ### [revert](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.folders/revert) | Reverts changes to a GTM Folder in a GTM Workspace. |\n| ### [update](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.folders/update) | Updates a GTM Folder. |"]]