Skip to content

[v4] system.pushstore

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

This report gets push notification information about a specific backup.

  • Name: system.pushstore
  • Parameters
    • backup can be a string representing the ID, or a Backup instance.
  • Output: Object formatted like below.
{
  appNotificationCreationDate: String, // Date Created
  appNotificationTitle: String, // Title of notification
  appNotificationMessage: String, // Message of notification
  requestedDate: String, // Date requested (N/A) if not applicable
  triggerDate: String, // Trigger Date (N/A) if not applicable
}