Help: API Read Request NOTES

Hi,
I would like to be able to display Zotero notes and attachments with the API Read Request, how can I do it?

I tried this command:

for (var j=0;j<notes.length;j++) {
var note = z.Items.get(notes[j]);
var note_html = note.getNote;
}

… found here:
https://www.zotero.org/support/dev/client_coding/javascript_api#get_child_notes_for_an_item

… but it doesn’t work. Is it deprecated?

Thanks a lot in advance,

Loraine
Sign In or Register to comment.