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
The id of the member you would like to find surveys for.

Required

Response Description

ExtMembersSurveys
Collection of SurveyModel v2
List of Surveys available for a external member.

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"
    }
  ]
}