All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 2m27s
28 lines
367 B
Plaintext
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
|
|
}
|