-
Notifications
You must be signed in to change notification settings - Fork 52
[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 aBackup
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)
}