| get_comments | R Documentation |
Get comments
get_comments(
task_id = NULL,
project_id = NULL,
token = get_todoist_api_token()
)
task_id |
id of the task (either task_id or project_id required) |
project_id |
id of the project (either task_id or project_id required) |
token |
todoist API token |
tibble of comments
## Not run:
get_comments(task_id = "12345")
get_comments(project_id = "67890")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.