Skip to content

[v4] safari.bookmarks

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

This report gets information about bookmarks

  • Name: safari.bookmarks
  • Parameters
    • backup can be a string representing the backup ID, or a Backup instance.
  • Output: Array of Objects formatted like below.
{
  id: Number, // Bookmark ID
  title: String, // Webpage title, extracted from <title> tag.
  url: String, // Webpage URL
  parent: String, // Parent folder
}