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

getCollectionId()

Get the collection id of the collection that the sticky note in context belongs to. A group of sticky notes is known as a collection. The collection id string will be populated from the name of the Item in context.

Examples

myNote.getCollectionId();
// -> "Demo3"

Arguments

None.

Return value

string

Was this article helpful?