POST
/
studies

Authorizations

Authorization
string
headerrequired

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

Body

application/json

Create study input

studyType
enum<string>
required

The type of study

Available options:
SURVEY,
INTERVIEWS,
UNMODERATED_TEST,
GROUP_INTERVIEW
recruitmentStrategy
enum<string>
required

The recruitment strategy for the study

Available options:
IN_RALLY,
EXTERNAL
studyPlan
object
required

Study details

idOfStudyToDuplicate
string

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

owners
object
teamId
string

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

populationId
string

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

Response

201 - application/json
studyId
string
required