get.toggl.v2.group.details: Fetch a page of entries for a group using the V2 API

Description Usage Arguments Value See Also

View source: R/toggl-helpers.R

Description

Fetch a page of entries for a group using the V2 API

Usage

1
2
3
get.toggl.v2.group.details(toggl_token, workspace_id, group,
  since = Sys.Date() - 7, until = Sys.Date(), page = 1,
  verbose = FALSE)

Arguments

toggl_token

A toggl API token to access https://toggl.com.

workspace_id

The workspace id for the wanted workspace.

group

The group Id for the wanted group

since

The start date of the wanted time interval, Default value: Sys.Date() -7

until

The end date of the wanted interval, Default value: Sys.Date()

page

Which page of the data to fetch, Default value: 1

verbose

A flag to enable more verbose output, Default value: FALSE

Value

A httr response object with the paged data for the wanted group.

See Also

Other get.toggl: get.toggl.clients, get.toggl.group.data, get.toggl.groups, get.toggl.v8.data, get.toggl.v8


Praqma/toggleR documentation built on April 11, 2020, 7:36 p.m.