Files
lst_v3/brunoApi/datamart/add new query.bru
2026-02-20 12:19:32 -06:00

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
}