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