Function export_events

Source
pub async fn export_events(
    configuration: &Configuration,
    notification_id: &str,
    app_id: &str,
) -> Result<ExportEventsSuccessResponse, Error<ExportEventsError>>
Expand description

Generate a compressed CSV report of all of the events data for a notification. This will return a URL immediately upon success but it may take several minutes for the CSV to become available at that URL depending on the volume of data. Only one export can be in-progress per OneSignal account at any given time.