Description Usage Arguments Value Examples
Updates a survey
https://api.qualtrics.com/reference#update-survey
[] not all args handled atm
1 2 3 4 5 6 7 8 9 | updateSurvey(
surveyId,
name = NULL,
isActive = c(TRUE, FALSE),
expirationStartDate = NULL,
expirationEndDate = NULL,
ownerID = NULL,
yourapitoken = Sys.getenv("QSI_TOKEN")
)
|
surveyId |
String. Survey ID |
name |
String. New survey name |
isActive |
Boolean. Survey status |
expirationStartDate |
String. Defines the active time range for the survey. Example: "startDate":"2016-01-01T01:00:00Z", "endDate":"2016-03-01T01:00:00Z". See Dates and Times for more information on the date and time format. |
expirationEndDate |
String. See expirationStartDate |
ownerID |
String. The new owner of the survey. Note that the caller must own the survey to set a new owner. |
yourapitoken |
String from renviron |
response() object
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.