Open this page in the API Guide

NotificationController.RunNotifications Method

Runs multiple notifications.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPostAttribute("Run")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
public ActionResult RunNotifications(
	[FromBodyAttribute] IList<Guid> notificationIds,
	Guid? sessionId = null
)

Parameters

notificationIds
Type: System.Collections.Generic.IList<Guid>
A collection of notification IDs .
sessionId (Optional)
Type: System.Nullable<Guid>
Current session ID.

Return Value

Type: ActionResult
See Also