qualtRics (version 3.2.0)

all_mailinglists: Retrieve a data frame of all mailing lists from Qualtrics

Description

Retrieve a data frame of all mailing lists from Qualtrics

Usage

all_mailinglists()

Arguments

Details

If the request to the Qualtrics API made by this function fails, the request will be retried. If you see these failures on a 500 error (such as a 504 error) be patient while the request is retried; it will typically succeed on retrying. If you see other types of errors, retrying is unlikely to help.

Examples

Run this code
if (FALSE) {
# Register your Qualtrics credentials if you haven't already
qualtrics_api_credentials(
  api_key = "",
  base_url = ""
)

# Retrieve a list of all mailing lists
mailinglists <- all_mailinglists()
}

Run the code above in your browser using DataLab