Create survey
You can create a survey with either sections -> questions or just questions. This allows you to decide
how much flexibility you want in your survey design. However, if you want to render the survey in the Prolific Application, you must use sections.
Authentication
AuthorizationToken
Header authentication of the form Token <token>
Request
This endpoint expects an object.
researcher_id
The Prolific researcher ID.
title
The survey title.
sections
An array of sections in the survey, or use questions.
questions
An array of questions in the survey, or use sections.
Response
Successful Response
researcher_id
The Prolific researcher ID.
title
The survey title.
_id
Auto generated by the system.
date_created
The date/time the survey was created (UTC).
date_modified
The date/time the survey was modified (UTC).
sections
Optional: An array of sections in the survey, otherwise questions will be defined.
questions
Optional: An array of questions in the survey, otherwise sections will be defined.