Notifications
Notification endpoint can be used to retrieve a list of notifications for user.
Resource representation
{
"id": "42",
"type": "entry",
"action": "43",
"date": "2013-06-19T16:23:05+00:00Z",
"modified": "2012-09-04T13:55:15Z",
"deleted": false
}
Properties
id readonly string
|
Notification id. |
type read, write string
|
Notification type. Possible values:account, connection, entry, budget, balance, news, add_entry, add_budget, upgrade, connections, export |
action read, write string
|
Notification action, depends on |
text read, write string
|
Notification text. |
date read, write string
|
Notification date. Format:date-time |
deleted readonly boolean
|
Is notification deleted. |
modified readonly string
|
Specifies when the notification was last modified. |
* denotes required field/parameter.