Skip to content

AnalyticsChartSeriesDto

← Analytics DTO

Time series of one metric. Every bucket of the requested period is present — empty ones come as zero, so nothing needs densifying on the client.

Поля

ПолеТипОбязательноеОписание
keystringда
bucketsTimeBucketDto[]да

Пример

json
{
  "key": "string",
  "buckets": []
}