Skip to main content
POST
Publish a draft study

Authorizations

Authorization
string
header
required

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

Path Parameters

studyId
string
required

Response

The published study

Study object including its screener

studyId
string
required
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
status
enum<string>
required

The status of the study

Available options:
DRAFT,
ACTIVE,
PAUSED,
CLOSED
studyPlan
object
required

Study plan object

createdAt
string<date-time>
required
createdFromTemplateId
string | null
required

The ID of the template this study was created from, or null if not created from a template

owners
object[]
required
screener
object | null
required

The study's screener with all of its questions. Null when the study has no screener or the caller cannot read screeners. Not included in list responses.