Skip to main content
POST
Search screener/survey responses for a 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

Body

application/json
includeQuestions
boolean
default:false

When true, the response includes a questions array (id, name, order) for the study screener

pageInfo
object

Pagination: size and optional startCursor (submission id)

Example:

Response

The study responses

results
object[]
required
total
number
required

The total number of items in your workspaces based on your search parameters

pageInfo
object
required

Information about the current page

questions
object[]

Present when includeQuestions was true on the request; maps screenerQuestionId in responses to question text