bee notification count
Overview
Section titled “Overview”Count notifications
By default, counts all notifications regardless of read status.
For details, see:
https://developer.nulab.com/docs/backlog/api/2/count-notification/
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
Examples
Section titled “Examples”Count all notifications
bee notification countCount only unread notifications
bee notification count --already-read unreadCount only read notifications
bee notification count --already-read readOutput as JSON
bee notification count --jsonEnvironment variables
Section titled “Environment variables”-
BACKLOG_SPACE - Space hostname
-
BACKLOG_API_KEY - Authenticate with an API key