ExportCreateBody
- settingsType: object · ExportSettingsrequired
Settings available for generate exports
- valueType: string
Type requiredWhat kind of value that should be used in the export.
Valid values:- ORDER_NUMBER: E.g. Display alternative orderno - '4'
- TEXT: E.g. Display alternative text - 'Very Satisfied'
- WEIGHT (n/a SPSS): E.g. Display Alternative weight - '5'
- expandType: null | boolean
Multiple Choice To Columns If you want a column for each alternative for questions that allows multiple choice
- exportType: string
Type Which format you want the raw export.
Valid values:- CSV: Create a csv file
- EXCEL: Create a Microsoft Excel document
- SPSS: Create a IBM SPSS statistics document
- fieldType: null | string
Separator Only applicable for exports of type CSV. Denotes the separator used between fields/columns.
Valid Values:- COMMA: ,
- SEMICOLON: ;
- TAB: \t (tabulator value)
- PIPE: |
- includeType: null | boolean
Respondent Information If you want to include respondent information. E.g. Email or Phone
- showType: null | boolean
Other As Text For alternative questions that has enabled Other, possible to give free text answer. Should the actual text be returned or just indication that Other was used.
- filterType: object · ExportFilter
Available filters when generation the raw export
- since
Filter on responses created since the given date time
- until
Filter on responses created until the given date time