Translations:Stat API/3/en: Difference between revisions

From Wiki Kaminari Click
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
=== '''Список эндпойнтов:''' ===
=== '''Endpoint list:''' ===
{| class="wikitable"
{| class="wikitable"
! Method !! Path !! Description
! Method !! Path !! Description
|-
|-
| OPTIONS || /api/stat/get || Возвращает все возможные группировки и метрики, сгруппированные по категориям.
| OPTIONS || /api/stat/get || Returns all possible groupings and metrics grouped by categories
|-
|-
| POST || /api/stat/filter || получение данных для фильтра
| POST || /api/stat/filter || Obtaining data for filter
|-
|-
| POST || /api/stat/data || получение данных для таблицы
| POST || /api/stat/data || Obtaining data for the table
|}
|}

Latest revision as of 09:43, 18 December 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Stat API)
=== '''Endpoint list:''' ===
{| class="wikitable"
! Method !! Path !! Description
|-
| OPTIONS || /api/stat/get || Returns all possible groupings and metrics grouped by categories
|-
| POST || /api/stat/filter || Obtaining data for filter
|-
| POST || /api/stat/data || Obtaining data for the table
|}

Endpoint list:

Method Path Description
OPTIONS /api/stat/get Returns all possible groupings and metrics grouped by categories
POST /api/stat/filter Obtaining data for filter
POST /api/stat/data Obtaining data for the table