System Broadcast
Get System Broadcast History
Past "Informação" announcements, newest first. Any authenticated user.
The archive is platform-wide, so there is no company parameter and nothing to scope — see app/db/system_broadcasts.py.
Operator identity (created_by / created_by_label) is stored but deliberately NOT serialized here. Today it only ever appears in the system_admin-only POST response and in a Z_APIAuditLog row that platform_paths.py hides from tenants; publishing it to every authenticated user of every tenant would quietly undo that (docs/claude/02-security.md §10).
Paging is keyset on the (sent_at, id) TUPLE — pass both cursor values back from next_cursor, or neither.
get/api/system-broadcast/history
Query parameters
limitinteger
before_sent_atstring nullable
before_idinteger nullable
Headers
x-api-tokenstring nullable
Response
Successful Response
{"stackTrail":"paths:/api/system-broadcast/history:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.