Get all alerts from a plant

To retrieve all alerts belonging to a specific plant, you can use the api/Alert/GetAlertsByStatus endpoint.

You can filter by the start date, end date, and status of the alerts.
  1. Go to the Alert section and find the GET /api/Alert/GetAlertsByStatus endpoint.

    The {URL} and {BASEURL} keys can be found on Plugin 145, allocated on Configuration.xml. For further details, visit this web site.

    Layer 1
  2. In the Parameters section, do the following:
    1. Fill in the query parameters with the corresponding values.
    2. Enter your bearer token.
      Layer 1
  3. Click Try It Out.
  4. If the server accepts the token, it returns a "200 HTTP" response along with the corresponding response parameters.
    ayer 1
You obtain information on the plant's alerts.
Note: If you receive a HTTP Status Code related to an error, first check if all the data were added in the corresponding format.Otherwise, contact the Dev or Product team.