# 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.
- Type:
string
- Format:
date-time
(opens new window)
# limit
An integer specifying the maximum number of notifications to retrieve.
- Type:
integer