22 lines
319 B
Plaintext
22 lines
319 B
Plaintext
meta {
|
|
name: Get Consumption
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{urlv2}}/api/eom/productionconsumption?startDate=9/1/2025&endDate=9/30/2025&includePlantToken=true
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
startDate: 9/1/2025
|
|
endDate: 9/30/2025
|
|
includePlantToken: true
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|