24 lines
320 B
Plaintext
24 lines
320 B
Plaintext
meta {
|
|
name: Exports contents of a Memori object to a CSV file-
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: https://backend.memori.ai/api/v2/ImportExport/ExportCSV/{strToken}/{strMemoriID}
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strToken:
|
|
strMemoriID:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"csvSpecs": "",
|
|
"password": ""
|
|
}
|
|
}
|