Full name: accounts.containers.workspaces.getStatus
Finds conflicting and modified entities in the workspace.
HTTP request
GET https://tagmanager.googleapis.com/tagmanager/v2/{path}/status
Path parameters
Parameters | |
---|---|
path |
GTM Workspace's API relative path. |
Request body
The request body must be empty.
Response body
The changes that have occurred in the workspace since the base container version.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "workspaceChange": [ { object ( |
Fields | |
---|---|
workspaceChange[] |
Entities that have been changed in the workspace. |
mergeConflict[] |
The merge conflict after sync. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/tagmanager.edit.containers
https://www.googleapis.com/auth/tagmanager.readonly
For more information, see the OAuth 2.0 Overview.