Skip to contents

Get all workspaces

Usage

get_all_workspaces(token = get_todoist_api_token())

Arguments

token

todoist API token

Value

tibble of all workspaces

Examples

if (FALSE) { # \dontrun{
get_all_workspaces()
} # }