Attention summary counts

GET /api/v1/attention/summary

Counts used by the bell badge and the Action Items card. Combines unread inbox messages with live alert counts.

Operation ID: get_attention_summary_api_v1_attention_summary_get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Query

client_view boolean default: False

Responses

200 Successful Response

total integer required

All unread/undismissed items.

action_required integer required

Items requiring user action (drives the action items card).

urgent integer required

Urgent priority items.

high integer required

High priority items.

inbox_unread integer required

Persistent inbox unread count (separate from live alerts).

live_alerts integer required

Active live alerts (overdue bills, low balance, ...).

401 Unauthorized - Authentication required

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object