Steem LogoSDS API Reference0.1.9


notifications_api


/ getConfig

Filtered

/ getFilteredUnreadCount / :account / :filter

/ getFilteredUnreadSummary / :account / :filter

/ getFilteredNotificationsByStatus / :account / :status / :filter / :limit? / :offset?

/ getFilteredNotificationsByStatusType / :account / :status / :type / :filter / :limit? / :offset?

Unfiltered

/ getUnreadCount / :account

/ getUnreadSummary / :account

/ getNotificationsByStatus / :account / :status / :limit? / :offset?

/ getNotificationsByStatusType / :account / :status / :type / :limit? / :offset?

Active Config


{
   "id": "notifications_api",
   "group_id": "accounts",
   "parsing_order": 355,
   "required_modules": [
      "chain_api",
      "accounts_api"
   ],
   "referenced_modules": [
      "steem_requests_api",
      "followers_api",
      "mentions_api",
      "posts_api",
      "post_resteems_api",
      "post_votes_api"
   ],
   "parse_reversible": true,
   "store_days": 180,
   "parsed_ops": [
      "custom_json"
   ],
   "event_handlers": [
      "chain_api.onCreatePost",
      "chain_api.onUpdatePost",
      "chain_api.onRemovePost",
      "posts_api.onSyncPost",
      "post_resteems_api.onResteemPost",
      "post_votes_api.onAddVote",
      "post_votes_api.onUpdateVote",
      "post_votes_api.onRemoveVote",
      "followers_api.onFollowAccount",
      "followers_api.onUnfollowAccount",
      "mentions_api.onMentionAccount",
      "mentions_api.onResetMentions"
   ]
}

Database Info


{
   "name": "notifications_api",
   "size": "5.581 GB",
   "page_size": "4096 Bytes",
   "type": "SQLITE",
   "journal_mode": "WAL",
   "busy_timeout": 10000,
   "log_level": "INFO"
}