Browse user's team's templates
browse_team_templates.Rd
Retrieve a dataframe of survey templates available to the user's team.
Usage
browse_team_templates(oauth_token = get_token())
Arguments
- oauth_token
Your OAuth 2.0 token. By default, retrieved from
get_token()
.
Details
This function calls the SurveyMonkey API using the current OAuth token and returns a dataframe of survey template available to the user's team.
References
SurveyMonkey API V3 at https://developer.surveymonkey.com/api/v3/#api-endpoints-get-team_survey_templates.