POST
/
studies

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Create study input

recruitmentStrategy
enum<string>
required

The recruitment strategy for the study

Available options:
IN_RALLY,
EXTERNAL
studyPlan
object
required

Study details

studyType
enum<string>
required

The type of study

Available options:
SURVEY,
INTERVIEWS,
UNMODERATED_TEST,
GROUP_INTERVIEW
idOfStudyToDuplicate
string

The ID of the study to duplicate. Values within the studyPlan will override any values from the duplicated study

owners
object
populationId
string

ID of the population where new study sign ups will go to if the study public link is active

teamId
string

The ID of the team to associate the study with. Required in Rally For Teams

Response

201 - application/json
studyId
string
required