This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Public Method Annotations API

getId()

Get the id of the sticky note in context.

Examples

const myNote = itemsApp.assessApp().annotationsApp().module('stickynote').addNote();

myNote.getId();
// -> "e69f3c88-69f1-419c-8c89-daaf6fde66ef"

Arguments

None.

Return value

string

Was this article helpful?