bruno/memori-backend/ImportExport/Exports contents of a Memori object to a CSV file.bru

35 lines
628 B
Plaintext
Raw Permalink Normal View History

2025-03-26 15:08:31 +01:00
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": ""
}
}