Method: workspaces.getStatus

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

string

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 (Entity)
    }
  ],
  "mergeConflict": [
    {
      object (MergeConflict)
    }
  ]
}
Fields
workspaceChange[]

object (Entity)

Entities that have been changed in the workspace.

mergeConflict[]

object (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.