32 lines
533 B
Plaintext
32 lines
533 B
Plaintext
meta {
|
|
name: add new query
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/lst/api/datamart
|
|
body: multipartForm
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "active av",
|
|
"description":"this is just the query on what it dose",
|
|
"query": "select * \nfrom tableA"
|
|
}
|
|
}
|
|
|
|
body:multipart-form {
|
|
name: sqlStats
|
|
description: returns all active articles for the server with custom data
|
|
options: ""
|
|
queryFile: @file(C:\Users\matthes01\Nextcloud2\sqlQuerys\basisArticles.sql)
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|