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

This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.

Sign In or Register to comment.