Files
lst_v3/brunoApi/datamart/Run Query.bru
Blake Matthes cb00addee9
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 2m27s
feat(admin): moved server build/update to full app
2026-04-21 07:36:04 -05:00

28 lines
367 B
Plaintext

meta {
name: Run Query
type: http
seq: 2
}
get {
url: {{url}}/api/datamart/:name?articles=118,120&startDate=2026-01-01&endDate=2026-12-31&all=x
body: none
auth: inherit
}
params:query {
articles: 118,120
startDate: 2026-01-01
endDate: 2026-12-31
all: x
}
params:path {
name: deliveryByDateRange
}
settings {
encodeUrl: true
timeout: 0
}