Get Alerts
GET/v1/alert
Get all alerts for current Organization.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
pagination | number greater than 0 | optional | Start paginating result by a given number of items on the page. Next page link is available in the response header Link.E.g.: <https://api.signageos/v1/alert?pagination=50&createdUntil=2020-10-22T16%3A10%3A00.000Z>; rel="next" |
createdUntil | string | optional | Filter by alert createdAt lower than (exclusive) date time in ISO-8601 format. Internally used for pagination (see pagination parameter). |
archived | boolean | optional | Filter archived/active alerts. Accepted values '0', '1', 'true', 'false' |
Request
Responses
- 200
Example of successful response