GET api/Sensors/acknowledge/{slug}

Route to acknowledge incidents created by the monitoring system.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
slug

The slug associated with the notification record that provided the link.

string

Required

Body Parameters

None.

Response Information

Resource Description

Text indicating acknowledgment status or a 500 error if there is no match.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.