-
Hello, Can you point me in the direction of how I can archieve this? Is there any API access to Recent changes? Or I have to use the api.searchForNotes and generate changelog manually? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, have you noticed "Edited Notes" on day notes? It does basically what you want and is compiled from the same data as recent changes (note created/modified dates + revisions). If you want to store it really in notes, then there's a private REST API for both edited notes and recent changes. |
Beta Was this translation helpful? Give feedback.
Hi, have you noticed "Edited Notes" on day notes? It does basically what you want and is compiled from the same data as recent changes (note created/modified dates + revisions).
If you want to store it really in notes, then there's a private REST API for both edited notes and recent changes.