curl --request GET \
--url http://localhost:8080/menu-layout/stats/buttons/{button_id}{
"button_id": "<string>",
"stats": {
"button_id": "<string>",
"clicks_total": 0,
"clicks_today": 0,
"clicks_week": 0,
"clicks_month": 0,
"last_click_at": "2023-11-07T05:31:56Z",
"unique_users": 0
},
"clicks_by_day": [
{}
]
}Получить статистику кликов по конкретной кнопке.
curl --request GET \
--url http://localhost:8080/menu-layout/stats/buttons/{button_id}{
"button_id": "<string>",
"stats": {
"button_id": "<string>",
"clicks_total": 0,
"clicks_today": 0,
"clicks_week": 0,
"clicks_month": 0,
"last_click_at": "2023-11-07T05:31:56Z",
"unique_users": 0
},
"clicks_by_day": [
{}
]
}