Get paginated list of studies in your workspace.
Filtering currently not supported
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Pagination arguments. Use startCursor from the result of the endCursor of the response to get the next page. Pagination in reverse is not currently supported
The cursor to start from
The number of items to return
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Response
The type of study
SURVEY
, INTERVIEWS
, UNMODERATED_TEST
, GROUP_INTERVIEW
The recruitment strategy for the study
IN_RALLY
, EXTERNAL
The status of the study
DRAFT
, ACTIVE
, PAUSED
, CLOSED
The internal name of the study
The external name of the study
The internal description of the study
The external description of the study
The start date of the study in ISO 8601 in UTC(with no offset)
The end date of the study in ISO 8601 in UTC(with no offset)
The URL of the research plan
The participation limit of the study
The ID of the consent form
The incentive details for the study
The type of incentive
MONEY_OR_GIFT_CARD
, MONEY_OR_GIFT_CARD_WITH_TREMENDOUS
, EXTERNAL_MONEY_OR_GIFT_CARD
, CHARITY
, CUSTOM
, RESPONDENT_MONEY
, RECRUITMENT_FEE
The ID of the incentive budget
The amount of the incentive
Whether to include a screener. If type is SURVEY
the default is true, if not then false
The ID of the branding configuration
The language code for the study
en
, es
, fr
, it
, ro
, pt
, pl
, de
, nl
, ja
The total number of items in your workspaces based on your search parameters
x > 0
Information about the current page
Whether there are additional pages of results
Whether there is a prior page of results
The start of the current page of results
The end of the current page of results. Use to fetch the next page