Collectors
Displays collector information.
Table Specific Information
Select
You must specify the survey Id or the collector Id to query from this view. The connector will execute other filters client-side in memory.
The Survey ID and ID can be processed server side. At most, only one of these filters can be used at a time.
Specifying both filters in the same query may result in an incorrect result set.
For example, the following queries are processed server side:
SELECT * FROM Collectors WHERE SurveyId = '126748712' SELECT * FROM Collectors WHERE Id = '175305200'
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | True |
The Id of the collector. |
| SurveyId | String | True |
The Id of the survey this collector belongs to. Only displays if filtering collectors by SurveyId. |
| Name | String | True |
The name of the collector. |
| Status | String | True |
The collector status. Possible values are 'open' or 'closed'. Only available if resource is being queried by Id. |
| Type | String | True |
The collector type. Possible values are 'weblink' or 'email'. Only available if resource is being queried by Id. |
| ThankYouMessage | String | True |
The message for the thank you page. Only available if resource is being queried by Id. |
| DisqualificationMessage | String | True |
The message for the disqualification page. Only available if resource is being queried by Id. |
| ClosedPageMessage | String | True |
The message shown when someone visits a closed survey. Only available if resource is being queried by Id. |
| DisplaySurveyResults | Boolean | True |
Shows respondents survey instant results when they complete the survey. Only available if resource is being queried by Id. |
| EditResponseTypes | String | True |
When respondents can edit their response. Possible values are 'until_complete', 'never', or 'always'. Only available if resource is being queried by Id. |
| AnonymousType | String | True |
Turns off IP tracking. For email collectors, also removes respondent email address and name from response. Possible values are 'not_anonymous', 'partially_anonymous', or 'fully_anonymous'. Only available if resource is being queried by Id. |
| SenderEmail | String | True |
The sender email for email collectors. The user's email is used if null. Only available if resource is being queried by Id. |
| Url | String | True |
If the collector is a Web Collector (type 'weblink'), then the URL for the collector. Only available if resource is being queried by Id. |
| RedirectType | String | True |
Determines survey end page behavior. Possible values are 'url' (redirects to URL set in redirect_url or if none is set, shows standard SurveyMonkey thank you page), 'close' (closes the survey window or tab), or 'loop' (loops the survey back to the beginning; only available for weblink collectors with 'allow_multiple_responses'='true'). Only available if resource is being queried by Id. |
| RedirectUrl | String | True |
Redirects respondent to this url upon survey completion. Only available if resource is being queried by Id. |
| AllowMultipleResponses | Boolean | True |
For weblink collectors, allows respondents to take a survey more than once from the same browser on the same computer. Only available if resource is being queried by Id. |
| PasswordEnabled | Boolean | True |
For weblink collectors, indicates whether the collector is password protected. Only available if resource is being queried by Id. |
| DateModified | Datetime | True |
The date the collector was last modified. Only available if resource is being queried by Id. |
| DateCreated | Datetime | True |
The date the collector was created. Only available if resource is being queried by Id. |
| CloseDate | Datetime | True |
The close date of the collector. Only available if resource is being queried by Id. |