Folders.entities: list

需要授權

列出 GTM 資料夾中的所有實體。 立即試用

要求

HTTP 要求

GET https://www.googleapis.com/tagmanager/v1/accounts/accountId/containers/containerId/folders/folderId/entities

參數

參數名稱 說明
路徑參數
accountId string GTM 帳戶 ID。
containerId string GTM 容器 ID。
folderId string GTM 資料夾 ID。

授權

這項要求至少需要以下其中一個範圍的授權 (進一步瞭解驗證和授權)。

範圍
https://www.googleapis.com/auth/tagmanager.edit.containers
https://www.googleapis.com/auth/tagmanager.readonly

要求主體

請勿使用這個方法提供要求主體。

回應

如果成功的話,這個方法會傳回回應內文,其結構如下:

{
  "tag": [
    accounts.containers.tags Resource
  ],
  "variable": [
    accounts.containers.variables Resource
  ],
  "trigger": [
    accounts.containers.triggers Resource
  ]
}
屬性名稱 說明 附註
tag[] list 資料夾內的標記清單。
variable[] list 資料夾內的變數清單。
trigger[] list 資料夾內的觸發條件清單。

試試看!

您可以使用下方的 APIs Explorer,針對即時資料呼叫這個方法,然後查看回應。