Description Usage Arguments Details Value Author(s) References Examples
Get the list of available survey templates
1 2 3 4 5 |
page |
A number indicating which page of results to return. |
page_size |
The number of results to return per API call. |
language_id |
Language Id to filter templates with. See Data types for more information. |
category_id |
Category Id to filter templates with. |
only_mine |
A boolean specifying whether to return only templates available to the user. Default is |
fields |
A character vector containing the names of fields to return in each |
api_key |
Your API key. By default, retrieved from |
oauth_token |
Your OAuth 2.0 token, as generated by |
... |
Other arguments passed to |
Retrieves the list of templates available to the user. These can then be used in createsurvey to generate a new survey.
The fields argument accepts one or more of the following values: language_id, title, short_description, long_description, is_available_to_current_user, is_featured, is_certified, page_count, question_count, preview_url, category_id, category_name, category_description, date_modified, date_created.
A list of objects of class sm_template.
Thomas J. Leeper
https://developer.surveymonkey.com/mashery/get_template_list
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.