get_project_task_detail: get all task from a project

View source: R/get_dashboard.R

get_project_task_detailR Documentation

get all task from a project

Description

get all task from a project

Usage

get_project_task_detail(
  project_name = get_context_project(),
  api_token = get_toggl_api_token(),
  workspace_id = get_workspace_id(),
  since = Sys.Date() - lubridate::years(1),
  until = Sys.Date(),
  humain = TRUE
)

Arguments

project_name

project name

api_token

the toggl api token

workspace_id

the workspace id

since

a date

until

a date

humain

boolean humain readable time


togglr documentation built on July 11, 2022, 9:06 a.m.