Skip to content

[v4] notes

Rich Infante edited this page Apr 19, 2018 · 2 revisions

This report gets information about notes app notes.

  • Name: notes
  • Parameters
    • backup can be a string representing the backup ID, or a Backup instance.
  • Output: Array of Objects formatted like below.
{
  id: Number, // Record ID for the note.
  identifier: String, // UUID for the note (coredata notes only)
  modified: String, // Last modified string
  passwordProtected: Boolean, // Is it password protected?
  title: String, // Note title
  content: String // Note content. (null for newer iOS notes versions)
}