Function onesignal_rust_api::apis::default_api::get_outcomes
source · [−]pub async fn get_outcomes(
configuration: &Configuration,
app_id: &str,
outcome_names: &str,
outcome_names2: Option<&str>,
outcome_time_range: Option<&str>,
outcome_platforms: Option<&str>,
outcome_attribution: Option<&str>
) -> Result<OutcomesData, Error<GetOutcomesError>>
Expand description
View the details of all the outcomes associated with your app 🚧 Requires Authentication Key Requires your OneSignal App’s REST API Key, available in Keys & IDs. 🚧 Outcome Data Limitations Outcomes are only accessible for around 30 days before deleted from our servers. You will need to export this data every month if you want to keep it.