GET api/Sensors/acknowledge/{slug}
Route to acknowledge incidents created by the monitoring system.
Request Information
URI Parameters
| Name | Description | Type | Additional 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.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.