Description Returns the number of new (unread) notifications for the given :account and :filter.
Filters can be set for all notification types at once with ':filter.default' or for each type
individually. For example, if you want to use specific filters for vote notifications,
you can define them with ':filter.vote'.
The vote amount filter uses absolute values. So, when setting 'minVoteAmount' to '0.1',
the results will also include downvotes with an amount equal to or lower than '-0.1'.
Example /notifications_api/getFilteredUnreadCount/steemchiller/{"default":{"minReputation":25},"mention":{"minSP":1000,"minReputation":50},"vote":{"minVoteAmount":0.1}}
Parameters Name Type Optional Allowed Values :account account_name No :filter json_object No See details
Result Integer
:filter ( json_object ) Name Type Optional Allowed Values .default json_object Yes See details .follow json_object Yes See details .mention json_object Yes See details .reply json_object Yes See details .resteem json_object Yes See details .vote json_object Yes See details
:filter.default ( json_object ) Name Type Optional Default Allowed Values .exclude bool Yes false - true
- false
- 1
- 0
.minSP float Yes 0 .minReputation float Yes -100 .minVoteAmount float Yes 0
:filter.follow ( json_object ) Name Type Optional Default Allowed Values .exclude bool Yes false - true
- false
- 1
- 0
.minSP float Yes 0 .minReputation float Yes -100
:filter.mention ( json_object ) Name Type Optional Default Allowed Values .exclude bool Yes false - true
- false
- 1
- 0
.minSP float Yes 0 .minReputation float Yes -100
:filter.reply ( json_object ) Name Type Optional Default Allowed Values .exclude bool Yes false - true
- false
- 1
- 0
.minSP float Yes 0 .minReputation float Yes -100
:filter.resteem ( json_object ) Name Type Optional Default Allowed Values .exclude bool Yes false - true
- false
- 1
- 0
.minSP float Yes 0 .minReputation float Yes -100
:filter.vote ( json_object ) Name Type Optional Default Allowed Values .exclude bool Yes false - true
- false
- 1
- 0
.minSP float Yes 0 .minReputation float Yes -100 .minVoteAmount float Yes 0
Built with ♥ by @steemchiller ©2024, Steem Blockchain Data Services Creating the Future of Steem Apps