Edit

Share via


AlertBatchRequest interface

Request model for getting alerts by IDs with optional alert type filter.

Properties

alertIds

List of alert IDs to retrieve.

alertType

Alert type of the alert IDs.

Property Details

alertIds

List of alert IDs to retrieve.

alertIds: number[]

Property Value

number[]

alertType

Alert type of the alert IDs.

alertType: AlertType

Property Value