| get_filter_id | R Documentation |
Get filter id by name
get_filter_id(
filter_name,
all_filters = get_all_filters(token = token),
token = get_todoist_api_token()
)
filter_name |
name of the filter |
all_filters |
result of get_all_filters (optional) |
token |
todoist API token |
id of the filter
## Not run:
get_filter_id("Urgent Today")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.