curl --request GET \
--url http://localhost:8080/menu-layout/stats{
"items": [
{
"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
}
],
"total_clicks": 123,
"period_start": "2023-11-07T05:31:56Z",
"period_end": "2023-11-07T05:31:56Z"
}Получить общую статистику кликов по всем кнопкам.
curl --request GET \
--url http://localhost:8080/menu-layout/stats{
"items": [
{
"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
}
],
"total_clicks": 123,
"period_start": "2023-11-07T05:31:56Z",
"period_end": "2023-11-07T05:31:56Z"
}