These parameters are used as querystring parameters. For example:
`/api/alerts?dashboardId=1`
-**dashboardId** – Return alerts for a specified dashboard.
-**panelId** – Return alerts for a specified panel on a dashboard.
-**limit** - Limit response to x number of alerts.
-**state** - Return alerts with one or more of the following alert states: `ALL`,`no_data`, `paused`, `alerting`, `ok`, `pending`. To specify multiple states use the following format: `?state=paused&state=alerting`
**Example Response**:
HTTP/1.1 200
...
...
@@ -40,6 +51,13 @@ This API can also be used to create, update and delete alert notifications.
"name": "fire place sensor",
"message": "Someone is trying to break in through the fire place",