Distribution links can only be generated for distribution ids associated with mailing lists. It is not possible to retrieve survey links for distributions to only one contact id.

list_distribution_links(distribution_id, survey_id)

Arguments

distribution_id

the distribution id

survey_id

the id of survey

Value

A tibble.

Examples

if (FALSE) { lst_distri <- list_distributions("SV_dg0P0pcZoDYvpNX") df <- list_distribution_links("EMD_3rrDZa8AQBnACYl", "SV_dg0P0pcZoDYvpNX") }