I am using evernote with my application, with webhooks. If any updates happen in note, I will get a response in query params like
"guid": "045d3f4e-3b5a-4096-8d03-09dba59ac606",
"notebookGuid": "58f761a8-dfbb-4387-986e-2a82db3a4fc3",
"reason": "update",
"userId": "602849"
With this data I am unable to get current updated information. Can anyone suggest how to resolve my problem. Quick help is needed. Thanks in advance.
If you want the latest note, use NoteStore#getNote with the guid you got from the webhook.