Sign in

Get notebooks

documented

Retrieve notebooks via legacy API (GET/POST to api.php with method=getNotes).

Notebookno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"http://api.toodledo.com/api.php?method=getNotes;key={{TOODLEDO_API_KEY}};modafter={{$modafter}};id={{$id}}\" \
  -X GET \
  -H \"Accept: application/xml\" \
&& npx -y keychains@latest curl \"http://api.toodledo.com/api.php\" \
  -X POST \
  -H \"Content-Type: application/x-www-form-urlencoded\" \
  -H \"Accept: application/xml\" \
  -d \"method=addNote&key={{TOODLEDO_API_KEY}}&title={{title}}&note={{note}}&folder={{folder}}&private={{private}}&addedon={{addedon}}\"
Get notebooks · Toodledo · OpenIntegrations