This query returns the most recent notifications sent to a Notify device.
Developer info
- API endpoint slug
- notifyapp.notification_history
- Runtime method
- performQuery("notifyapp.notification_history"}
Query fields
No fields for this query
Ingredients
Notification The Notify id for this notification.
- Slug
- notification_id
- Filter code
- Notifyapp.notificationHistory.NotificationId
- Type
- String
- Example
- 10482
Title The notification title, empty if the sender did not set one.
- Slug
- title
- Filter code
- Notifyapp.notificationHistory.Title
- Type
- String
- Example
- Price drop
Message The body text of the notification.
- Slug
- message
- Filter code
- Notifyapp.notificationHistory.Message
- Type
- String
- Example
- Now $89.99, was $129.00
Icon url The icon the sender attached, empty if there was none.
- Slug
- icon_url
- Filter code
- Notifyapp.notificationHistory.IconUrl
- Type
- Image URL
- Example
- https://www.example.com/favicon.ico
Source Where the notification came from, such as a watched page, a beacon, or the API.
- Slug
- source
- Filter code
- Notifyapp.notificationHistory.Source
- Type
- String
- Example
- notify-json
Delivered Reads yes when Apple accepted the push, and no when it failed.
- Slug
- delivered
- Filter code
- Notifyapp.notificationHistory.Delivered
- Type
- String
- Example
- yes
Created at When Notify sent the notification.
- Slug
- created_at
- Filter code
- Notifyapp.notificationHistory.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
