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
- 200
- 401
- 403
- 404
Returns csv with a ; as delimiter
application/json
text/json
text/plain
Schema
Schema
string
Schema
Schema
string
Schema
Schema
string
Unauthorized
application/json
text/json
text/plain
Schema
Example (from schema)
Schema
error string nullable
statusCode int32
{
"error": "string",
"statusCode": 0
}
Schema
Example (from schema)
Schema
error string nullable
statusCode int32
{
"error": "string",
"statusCode": 0
}
Schema
Example (from schema)
Schema
error string nullable
statusCode int32
{
"error": "string",
"statusCode": 0
}
Forbidden
application/json
text/json
text/plain
Schema
Example (from schema)
Schema
error string nullable
statusCode int32
{
"error": "string",
"statusCode": 0
}
Schema
Example (from schema)
Schema
error string nullable
statusCode int32
{
"error": "string",
"statusCode": 0
}
Schema
Example (from schema)
Schema
error string nullable
statusCode int32
{
"error": "string",
"statusCode": 0
}
Not Found
application/json
text/json
text/plain
Schema
Example (from schema)
Schema
error string nullable
statusCode int32
{
"error": "string",
"statusCode": 0
}
Schema
Example (from schema)
Schema
error string nullable
statusCode int32
{
"error": "string",
"statusCode": 0
}
Schema
Example (from schema)
Schema
error string nullable
statusCode int32
{
"error": "string",
"statusCode": 0
}
Loading...