Skip to content

AnalyticsKpiRequestParam

← Analytics DTO

Query parameters for a KPI panel request.

from/to are calendar dates (YYYY-MM-DD) resolved in the analytics time zone (Europe/Berlin), and to is inclusive. There is no granularity: a KPI panel is a single aggregate per metric.

region is an ISO 3166-2 code (DE-BE). It does not apply to e-mail metrics — an e-mail has no address of its own — so the mail panel ignores it.

Поля

ПолеТипОбязательноеОписание
fromstringда
tostringда
regionstringнет

Пример

json
{
  "from": "2026-05-05T08:00:00Z",
  "to": "2026-05-05T08:00:00Z",
  "region": "string"
}