# getNotifications

State Resource

This is a State Resource as provided by the tymly-cardscript-plugin plugin.

# Purpose

Gets notifications for a user

# Usage

# Example

{
  "GetNotifications": {
    "Type": "Task",
    "Resource": "module:getNotifications",
    "InputPath": "$",
    "End": true
  }
}

# Options

# Optional properties

# startFrom

An optional timestamp denoting the earliest time notifications should be returned from.


# limit

An integer specifying the maximum number of notifications to retrieve.

  • Type: integer
Last Updated: 9/10/2023, 11:30:14 AM