Answer the question
In order to leave comments, you need to log in
Todoist API - how to get all posts with a specific tag?
Hello.
The task is to pull all tasks with specific tags from todoist (todoist.com) with a php script
In general terms (without tags), the task is easily solved like this:
$url = "https://todoist.com/api/v7/sync";
$post_data = [
'token' => "ace72b3c3c3e2995c95b7f383f2a13397b893547",
'sync_token' => "*",
'resource_types' => '["items"]'
]; // и дальше curl'ом...
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question