Description Usage Arguments Details Value Author(s) References Examples
Get the list of collectors for a survey
| 1 2 3 4 5 | 
| survey | A Survey Monkey survey ID number (or an object of class “sm_survey” from which it can be extracted), possibly returned by  | 
| page | A number indicating which page of results to return. | 
| page_size | The number of results to return per API call. Default is 1000. | 
| start_date | A start datetime to restrict result to. Any returned collectors must have been created on or after this datetime. Required format is  | 
| end_date | An end datetime to restrict result to. Any returned collectors must have been created strictly before this datetime. Required format is  | 
| name | A character string containing a name of a survey collector to search for. | 
| order_asc | A boolean indicating whether results should be sorted in ascending or descending (the default) order. | 
| 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 collectors for a specified survey.
The fields argument accepts one or more the following values: url, open, type, name, date_created, date_modified.
A list of objects of class sm_collector.
Thomas J. Leeper
https://developer.surveymonkey.com/mashery/get_collector_list
| 1 2 3 4 5 6 | ## Not run: 
smlogin()
s <- surveylist()
collectors(s[[1]]$survey_id)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.