Skip to main content
GET
/
menu-layout
/
stats
/
by-hour
Get Clicks By Hour
curl --request GET \
  --url http://localhost:8080/menu-layout/stats/by-hour
{
  "items": [
    {
      "hour": 123,
      "count": 123
    }
  ],
  "button_id": "<string>"
}

Query Parameters

button_id
string | null
days
integer
default:30

Response

Successful Response

Статистика кликов по часам дня.

items
HourlyStats · object[]
required
button_id
string | null