Skip to main content
GET
/
menu-layout
/
stats
/
by-type
Get Stats By Button Type
curl --request GET \
  --url http://localhost:8080/menu-layout/stats/by-type
{
  "items": [
    {
      "button_type": "<string>",
      "clicks_total": 123,
      "unique_users": 123
    }
  ],
  "total_clicks": 123
}

Query Parameters

days
integer
default:30

Response

Successful Response

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

items
ButtonTypeStats · object[]
required
total_clicks
integer
required