35 lines
628 B
Plaintext
35 lines
628 B
Plaintext
meta {
|
|
name: Exports contents of a Memori object to a CSV file.
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/v2/ImportExport/ExportCSV/:strToken/:strMemoriID
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strToken:
|
|
strMemoriID:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"csvSpecs": {
|
|
"newLine": "",
|
|
"hasHeaders": "",
|
|
"headerNames": [],
|
|
"questionColumnName": "",
|
|
"answerColumnName": "",
|
|
"contextVarsToMatchColumnName": "",
|
|
"contextVarsToSetColumnName": "",
|
|
"memoryTagsColumnName": "",
|
|
"csvSeparator": "",
|
|
"questionTitleVariantsSeparator": ""
|
|
},
|
|
"password": ""
|
|
}
|
|
}
|