Is it possible to use the Box API to get the text content of a Boxnote?
I can extract text from other types of documents, but when I try to download a Boxnote, all I get is a JSON containing the metadata, with a blank field for 'text', regardless of what is in the note itself. I have the feeling it may be because the ITEM_UPLOAD event is tracking the contents of the boxnote when it was first created, and not after I've saved content, so I'm seeing the blank text that it started with before I filled it in and saved. Is there a different event type generated when a Boxnote is saved that I can pull the text from?