Skip to content

Analysis Module: Params

Richard Barad edited this page Nov 19, 2019 · 2 revisions

Usage

The params property is used to specify any static query params you want to pass along with the request. This property should be an array of objects. The objects should have two properties name and value.

Example

"params": [
  {
    "name": "aggregate_values",
    "value": "true"
  }
]