Studies
Update a study status
Update the status of a study in your workspace. This is the only way to programatically change a study’s status
POST
/
studies
/
{studyId}
/
status
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Statuses a study can be updated to via the API
Available options:
PAUSED
, CLOSED
Response
200 - application/json
Study object
The type of study
Available options:
SURVEY
, INTERVIEWS
, UNMODERATED_TEST
, GROUP_INTERVIEW
The recruitment strategy for the study
Available options:
IN_RALLY
, EXTERNAL
The status of the study
Available options:
DRAFT
, ACTIVE
, PAUSED
, CLOSED