Function events_notifications_list

Source
pub async fn events_notifications_list(
    configuration: &Configuration,
    body: Option<&str>,
    created: Option<String>,
    event: Option<&str>,
    ordering: Option<&str>,
    page: Option<i32>,
    page_size: Option<i32>,
    search: Option<&str>,
    seen: Option<bool>,
    severity: Option<&str>,
    user: Option<i32>,
) -> Result<PaginatedNotificationList, Error<EventsNotificationsListError>>
Expand description

Notification Viewset