get_detailled_report_paged: get detailled report

View source: R/get_detailled_report.R

get_detailled_report_pagedR Documentation

get detailled report

Description

by user then projet

Usage

get_detailled_report_paged(
  api_token = get_toggl_api_token(),
  workspace_id = get_workspace_id(api_token),
  since = Sys.Date() - lubridate::years(3),
  until = Sys.Date() + lubridate::days(1),
  page = 1,
  user_agent = "togglr"
)

get_detailled_report(
  api_token = get_toggl_api_token(),
  workspace_id = get_workspace_id(api_token),
  since = Sys.Date() - lubridate::years(1),
  until = Sys.Date(),
  user_agent = "togglr",
  max_page = 10
)

Arguments

api_token

the toggl api token

workspace_id

the workspace id

since

begin date

until

stop date

page

page

user_agent

user_agent

max_page

max_page


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