POST (Header:PUT) api.ashx/v2/systemnotifications/{id}.{json|xml}
Enables external applications to resolve system notifications. If GroupId is set, the calling user must have Modify Group permissions to send a notification. If GroupId is not set, the calling user must have Manage Settings permissions or be a recipient of the notification. If the notification is not resolvable, the calling user must be the Service User.
Request Parameters
Name | Type | Location | Description | Required | Default | Options |
---|---|---|---|---|---|---|
GroupingKey | string | Request Body | Either Id or GroupingKey is required. | Optional | ||
Id | string | Request Body | Either Id or GroupingKey is required. | Optional | ||
IsResolved | bool | Request Body | Status of this notification. If the notification is non-resolvable, it can only be resolved by the Service User. | Optional | False |