AnalyticsRequestParam
Query parameters for an analytics section request.
from/to and the optional compareFrom/compareTo are ISO-8601 date-time strings. When both compare bounds are set, each metric also carries previousValue and deltaPercent.
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
from | string | да | — |
to | string | да | — |
region | string | нет | — |
compareFrom | string | нет | — |
compareTo | string | нет | — |
granularity | AnalyticsGranularityDto | нет | — |
Пример
json
{
"from": "2026-05-05T08:00:00Z",
"to": "2026-05-05T08:00:00Z",
"region": "string",
"compareFrom": "2026-05-05T08:00:00Z",
"compareTo": "2026-05-05T08:00:00Z",
"granularity": "<AnalyticsGranularityDto>"
}