Get alerts
Query alerts from your Domo instance.Playground
GETEndpoint:
/api/social/v4/alerts?all=true&limit=5
Code Example
Query Parameters
Response
Returns the alerts based on the included query params.Get an alert
Gets an existing alert by id.Playground
GETEndpoint:
/api/social/v4/alerts/{alertId}
Code Example
Path Parameters
Query Parameters
Response
Returns the alert.Delete an alert
Deletes an existing alert by id.Playground
DELETEEndpoint:
/api/social/v4/alerts/{alertId}
Code Example
Arguments
Response
Returns the parameter of success or error based on the alert id being valid.Subscribe user to an alert
This endpoint subscribes a Domo user to an existing alert.Playground
POSTEndpoint:
/api/social/v4/alerts/{alertId}/subscriptions
Code Example
Arguments
Response
Returns the parameter of success or error based on the alert id being valid.Unsubscribe user from an alert
This endpoint unsubscribes a Domo user from an existing alert.Playground
POSTEndpoint:
/api/social/v4/alerts/{alertId}/subscriptions?subscriberId={subscriberId}&type={type}
Code Example
Arguments
Query Parameters
Response
Returns the parameter of success or error based on the alert id being valid.Share an alert
This endpoint shares an existing alert with a Domo user.Playground
POSTEndpoint:
/api/social/v4/alerts/{alertId}/share