コンテンツにスキップ

bee notification count

Count notifications

By default, counts all notifications regardless of read status.

For details, see:
https://developer.nulab.com/docs/backlog/api/2/count-notification/

Terminal window
bee notification count [flags]
--already-read <value>
Filter by read status. If omitted, count all. {read|unread|all}
--resource-already-read <value>
Filter by resource read status. If omitted, count all. {read|unread|all}
--json <fields>
Output as JSON (optionally filter by field names, comma-separated)
-s , --space <hostname>
Space hostname

Count all notifications

Terminal window
bee notification count

Count only unread notifications

Terminal window
bee notification count --already-read unread

Count only read notifications

Terminal window
bee notification count --already-read read

Output as JSON

Terminal window
bee notification count --json
BACKLOG_SPACE
Space hostname
BACKLOG_API_KEY
Authenticate with an API key