Sign in

Find related notes

documented

Find notes related to a given note GUID.

POST /noteStore/findRelatedNotesno 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 "https://www.evernote.com/shard/{{$edam_shard}}/notestore/findRelated" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"authenticationToken":"{{OAUTH2_ACCESS_TOKEN}}","query":{"noteGuid":"{{$noteGuid}}","plainText":"{{$plainText}}","referenceUri":"{{$referenceUri}}","context":"{{$context}}","cacheKey":"{{$cacheKey}}","filter":null},"resultSpec":{"maxNotes":{{$maxNotes}},"maxNotebooks":{{$maxNotebooks}},"maxTags":{{$maxTags}}}'