get Change Note

open fun getChangeNote(updateId: String, noteId: String): Note

Method used to query a change note with the identifier of the update and the identifier of the change note

Return

the change note attached to the update as Note if exists, null otherwise

Parameters

updateId

The identifier of the update

noteId

The identifier of the note