Files
lst_v3/brunoApi/datamart/Run Query.bru

25 lines
248 B
Plaintext

meta {
name: Run Query
type: http
seq: 2
}
get {
url: {{url}}/api/datamart/:name?historical=x
body: none
auth: inherit
}
params:query {
historical: x
}
params:path {
name: inventory
}
settings {
encodeUrl: true
timeout: 0
}