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

getNote()

Returns a reference to an instance of one sticky note as an object for manipulation. It takes one argument, a string containing the sticky note id. The sticky note id format is a set of hyphen-delimited letters and numbers such as 61e2d437-6a34-4a14-b8f8-d07f1d5c7ef6. If the object does not exist, null will be returned.

Examples

const myNote = itemsApp.assessApp().annotationsApp().module('stickynote').getNote('61e2d437-6a34-4a14-b8f8-d07f1d5c7ef6');

Arguments

  • id string

Return value

Value object

An object describing a rectangular bounding box, which contains individual drawings.

Properties

Was this article helpful?