Skip to content

Run multi-dimensional report​

POST
/api/reports

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"dimensions": [
  
  
"string"
  
],
  
"metrics": [
  
  
"string"
  
],
  
"filters": [
  
  
{
  
  
  
"dimension": "string",
  
  
  
"operator": "string",
  
  
  
"values": [
  
  
  
  
"string"
  
  
  
]
  
  
}
  
],
  
"date_from": "string",
  
"date_to": "string",
  
"drill_into": "string",
  
"drill_value": "string",
  
"order_by": "string",
  
"order_dir": "string",
  
"limit": 0,
  
"offset": 0,
  
"with_names": true,
  
"with_totals": true
}

Responses​

Report results

application/json
JSON
[
  
{
  
}
]

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI