We hope you enjoy our updated documentation! The old documentation website is still available here. Reach out to us with feedback or questions. Happy programming! 🎉
incl_excl
in the POST /surveys call (Create survey endpoint reference).incl_excl
are:0
- for an exclude survey: the PSID's present in the survey's PSIDref list will not be allowed to participate.1
- for a recontact survey: the PSID's present in the survey's PSIDref list will be the only respondents allowed to participate."incl_excl": 1
if there are no values in the PSIDref list.incl_excl
once you have created the draft.incl_excl=1
and uniqueLinks=true
in the Create survey endpoint.[
{ "psid": "75xxee23-370b-a8ye-e601-e1fzz59284c8","link":"https://mysurvey.com/1" },
{ "psid": "94xx7b3b-4608-01y4-b908-8aezzab971e1","link":"https://mysurvey.com/2" },
{ "psid": "24xx7db6-8507-47y9-9c67-0c6zz6244d98","link":"https://mysurvey.com/3" },
{ "psid": "599446a6-6388-4ffe-4c37-9bdc9f6e6edc","link":"https://mysurvey.com/4" },
{ "psid": "685330d0-a8f2-df6f-ae28-7eb89d290277","link":"https://mysurvey.com/5" }
]
"incl_excl": 1
if there are no values in the PSIDref list.incl_excl
after you have created the draft.uniqueLinks
after you have created the draft.