gtm_workspaces_get: Get workspace metadata

View source: R/workspaces.R

gtm_workspaces_getR Documentation

Get workspace metadata

Description

This returns a list containing the metadata about a single Workspace If you want to get the information for all workspaces, use gtm_workspaces_list

Usage

gtm_workspaces_get(account_id, container_id, workspace_id)

Arguments

account_id

Account Id

container_id

Container Id

workspace_id

Workspace Id

See Also

https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/get

Other workspace functions: gtm_workspaces_create(), gtm_workspaces_delete(), gtm_workspaces_list(), gtm_workspaces_preview(), gtm_workspaces_resolve(), gtm_workspaces_status(), gtm_workspaces_submit(), gtm_workspaces_sync(), gtm_workspaces_update()

Examples


## Not run: 
accountId <- 1234567
containerId <- 7654321
workspaceId <- 5

workspace <- gtm_workspaces_get(accountId, containerId, workspaceId)


## End(Not run)


jamescottrill/googleTagManageR documentation built on April 21, 2022, 5:40 p.m.