List an organization's information notifications.
Newest-first history of information notifications across the organization, bounded at SQL. Resolution links are minted per record for that notification’s owner.
code filters on the linked cue’s code, so cue-less sends drop out under a code filter.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization ID.
Query Parameters
Restrict to a single owner's notifications.
Restrict to a single device's notifications.
Restrict to one device type.
heat_pump, inverter, electric_vehicle, wallbox Restrict to notifications whose cue carries one of these codes (repeatable).
reauthenticate, virtual_key_required, subscription_required, remote_access_disabled, terms_not_accepted, discarded, information, steering_recovery_failed, oem_charge_cap_detected, wallbox_current_cap_detected, battery_mode_reset_failed, device_offline, fully_charged, soc_input_requested, vendor_access_required, premium_subscription_required Only notifications sent at or after this time.
Only notifications sent at or before this time.
Page size.
1 <= x <= 100Items to skip.
x >= 0Response
OK
The notification's id.
The message shown to the user.
When the notification was sent.
Whether the user has already dismissed it.
Link the caller follows to dismiss it.
The device the notification relates to, if any.
The device's type key (e.g. electric_vehicle), matching the status roll-up keys.
The originating cue code (e.g. device_offline), so callers rank/label by real severity. information for a cue-less manual/bulk send.
reauthenticate, virtual_key_required, subscription_required, remote_access_disabled, terms_not_accepted, discarded, information, steering_recovery_failed, oem_charge_cap_detected, wallbox_current_cap_detected, battery_mode_reset_failed, device_offline, fully_charged, soc_input_requested, vendor_access_required, premium_subscription_required The device owner (id + email/name), so callers skip the device→owner lookup.
