This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Populate AcknowledgedNote field in AlertActive table via Acknowledge Rest API call

Hi,

I am using the Rest API Method to acknowledge an active alert

bool Acknowledge(int[] alertObjectIds, string note).

With this method the note is appended in the AlertsStatus.Note field which is fine.

However I also want to populate the AcknowledgedNote field in the ActiveAlert table with a value when I acknowledged an Alert.

Are there any Rest API calls to do this? I know that the data in the  "ActiveAlert.AcknowledgeNote" field will be deleted once an Alert is not active and that's exactly what I want to achieve.

Thanks in Advance

Hitesh