Review Notifications by ID

This operation reviews and acknowledges notifications asynchronously based on the list of message UUIDs provided. Once reviewed and acknowledged, notifications disappear from the Control Center Preview Panel and are moved to the Reviewed folder in Control Center.

Body Params

A list of Notification Message UUIDs.

string

The category name to which the notification message belongs. The category name is associated with the category through the event type to which it belongs.

externalIds
array of strings

An list of external IDs.

externalIds
messageIds
array of strings

A list of unique IDs for a notification message, such as UUIDs.

messageIds
boolean

A deprecated Boolean that no longer performs any function.

itemIds
array of strings

A list of reference IDs of the entity associated with the notification message. This is also the reference ID of the request for a request notification.

itemIds
string

A list of reference IDs of persons.

boolean

A Boolean indicator of whether or not to review or delete notifications interactively.

Responses
200

A list of notifications successfully reviewed for the logged in user.

400

[CONTROL_CENTER-10001]-Notifications could not be reviewed. Try again.

Language
Click Try It! to start a request and see the response here!