Translations:Stat API/8/ru: Difference between revisions

From Wiki Kaminari Click
(Created page with "=== '''POST /api/stat/filter''' === ===== Request ===== {| class="wikitable mw-collapsible" !Key !Type !Description |- |id |String |Название фильтра |- |searchQuery |String |Поисковой запрос |}")
 
No edit summary
 
Line 1: Line 1:
=== '''POST /api/stat/filter''' ===
== Как получить все возможные значения фильтра ==
===== Request =====
Чтобы получить значения какого-то фильтра, используйте URL:
{| class="wikitable mw-collapsible"
{| class="wikitable"
!Key
! Method !! Path
!Type
!Description
|-
|-
|id
| POST || /api/stat/filter
|String
|Название фильтра
|-
|searchQuery
|String
|Поисковой запрос
|}
|}

Latest revision as of 17:21, 10 April 2024

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)
== How to get all possible values for filter ==
To obtain values  use this URL:
{| class="wikitable"
! Method !! Path
|-
| POST || /api/stat/filter
|}

Как получить все возможные значения фильтра

Чтобы получить значения какого-то фильтра, используйте URL:

Method Path
POST /api/stat/filter