get_survey_name.RdGet the name of a Qualtrics survey from the survey ID
get_survey_name(creds, survey_id, user = creds$user, token = creds$token, format = "JSON", version = "2.4")
| creds | Qualtrics credentials. A list with values for user and token. |
|---|---|
| survey_id | Qualtris survey id. |
| user | Qualtrics username. |
| token | Qualtrics API token. |
| format | The format of the requested data. Default is JSON. |
| version | The API version to use. Defaults to the latest version, 2.4. |