Skip to main content

Exports respondents from a survey or dataset

Path Parameters
    projectId string required
    surveyId string required
Query Parameters
    exportType int32

    Possible values: [0, 1, 2]

    0 (default) = All types, 1 = Completes only, 2 = Exclude completes

    fromDate date-time

    Respondents with a first access (set when first accessing the survey) prior to this will be filtered out, YYYY-MM-DD

    toDate date-time

    Respondents with a last access (set when answering a question) after this will be filtered out, YYYY-MM-DD

    includeOpenRowCodes boolean

    if true open row data will be prefixed with the row code. "answer" will be "CODE_answer"

    includeVersion boolean

    Adds a column called "Version" with the version of the survey, where 1 is the first published version

Responses

Returns csv with a ; as delimiter


Schema

    string

Loading...