| title | summary |
|---|---|
Alert |
/api/alert endpoints.
|
/api/alert endpoints.
For users to unsubscribe themselves from the given alert.
idvalue must be an integer greater than zero.
Fetch alerts which the current user has created or will receive, or all alerts if the user is an admin.
The optional user_id will return alerts created by the corresponding user, but is ignored for non-admin users.
-
archivednullable value must be a valid boolean string ('true' or 'false'). -
user_idnullable value must be an integer greater than zero.
Fetch an alert by ID.
idvalue must be an integer greater than zero.
Fetch all alerts for the given question (Card) id.
-
idnullable value must be an integer greater than zero. -
archivednullable value must be a valid boolean string ('true' or 'false').
Create a new Alert.
-
alert_conditionenum of rows, goal. -
cardvalue must be a map with the keysid,include_csv,include_xls, anddashboard_card_id. -
channelsone or more map. -
alert_first_onlyboolean. -
alert_above_goalnullable boolean. -
new-alert-request-body
Update a Alert with ID.
-
idvalue must be an integer greater than zero. -
alert_conditionnullable enum of rows, goal. -
alert_first_onlynullable boolean. -
alert_above_goalnullable boolean. -
cardnullable value must be a map with the keysid,include_csv,include_xls, anddashboard_card_id. -
channelsnullable one or more map. -
archivednullable boolean. -
alert-updates