Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Follow the format below to create a recontact surveRequestsurvey

...

Overview:

By supplying us with a list of persistent PureSpectrum Respondent ID's (PSID's), you may attempt to recontact these specific respondents.

There are 2 steps to creating a recontact survey.: 

1: ) Specify that the survey is a recontact survey by setting the parameter "incl_excl": 1 in the POST /surveys call.

2: ) Specify the list of respondents allowed to take the survey by creating a PSIDref list using the POST /surveys/:survey_id/PSIDref call.

Warning

You may not launch a survey where "incl_excl": 1 if there are no values in the PSIDref list.

...

You may not change the value of "incl_excl" after you have created the draft.

Passing in the parameter "incl_excl" with value 1 will set this survey up as a recontact survey.  PSID's present in the survey's PSIDref list will be the only respondents allowed in.  You may not change the value of this parameter at any time.  By default, all surveys are created with "incl_excl": 0, which is the format of an exclude survey - if "incl_excl": 0, the PSID's in the PSIDref list will not be allowed to take the survey.

...