| get_completed_tasks | R Documentation |
Get completed tasks
get_completed_tasks(
project_id = NULL,
since = NULL,
until = NULL,
limit = 50,
token = get_todoist_api_token()
)
project_id |
project id to filter by (optional) |
since |
return tasks completed since this date (optional, format: YYYY-MM-DDTHH:MM:SS) |
until |
return tasks completed until this date (optional, format: YYYY-MM-DDTHH:MM:SS) |
limit |
maximum number of tasks to return (default 50, max 200) |
token |
todoist API token |
tibble of completed tasks
## Not run:
get_completed_tasks()
get_completed_tasks(project_id = "12345")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.