get_all_workspaces: List Available Workspaces in the Asana

View source: R/get-available-workspaces.R

get_all_workspacesR Documentation

List Available Workspaces in the Asana

Description

List Available Workspaces in the Asana

Usage

get_all_workspaces(access_token = Sys.getenv("ASANA_ACCESS_TOKEN"))

Arguments

access_token

An Asana access token.

Value

A list containing a dataframe of all available workspaces to the Asana user.

References

https://asana.com/developers/api-reference/workspaces#get

Examples


## Marked as don't test because an access token is needed
get_all_workspaces()


datacamp/asana documentation built on Sept. 18, 2023, 8:51 a.m.