Returns listing of surveys that matches the supplied members demographics.
Endpoint URL
http://api.clearvoicesurveys.com/api/v2/surveyinventory/getsurveysforexternalmember?externalmemberid={externalmemberid}
Parameters
| ExternalMemberId string |
Response Description
| ExtMembersSurveys Collection of SurveyModel v2 |
Example Response
{
"ExtMembersSurveys": [
{
"ProjectQuotaGuid": "sample string 1",
"SurveyName": "sample string 2",
"SurveyUrl": "sample string 3",
"SurveyLength": 4,
"Revenue": 1.0,
"IncidenceRate": 1.0,
"DeviceCompatibility": "sample string 5"
},
{
"ProjectQuotaGuid": "sample string 1",
"SurveyName": "sample string 2",
"SurveyUrl": "sample string 3",
"SurveyLength": 4,
"Revenue": 1.0,
"IncidenceRate": 1.0,
"DeviceCompatibility": "sample string 5"
}
]
}