get_survey | R Documentation |
Retrieve a JSON object that has information on a given survey.
There are currently three different api calls that can be specified by
the type
argument:
survey
gives the structure of the survey in a similar
but not identical format as downloading the metadata
definitions
contains information about the survey's body such as the flow, blocks, questions ect.
metadata
holds information about survey settings such as the name and status
get_survey(survey_id, type = c("survey", "definitions", "metadata"))
survey_id |
string of the survey id, begins with 'SV_' |
type |
specify which API call to perform |
a list containing the results of the API call
Sven Halvorson (svenpubmail@gmail.com)
API call references:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.