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

From Wiki Kaminari Click
(Created page with "'''Полный список метрик вы можете получить с помощью этого URL.''' |- | colspan="3" |filters |- |filters.dateFrom |String |Дата в формате Y-m-d. Если вы указываете period, dateFrom не будет учитываться, потому что period имеет больший приоритет. |- |filters.dateTo |String |Дата в формате...")
 
(No difference)

Latest revision as of 17:34, 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)
'''Full list of metrics you can get with this [[#How_to_get_all_possible_groupings_and_metrics|URL]].'''
|-
| colspan="3" |filters
|-
|filters.dateFrom
|String
|Date in the format Y-m-d. If you specify a period, dateFrom will not work. The period has high priority.
|-
|filters.dateTo
|String
|Date in the format Y-m-d. If you specify a period, dateTo will not work. The period has high priority.
|-
|filters.period
|<nowiki>today | yesterday | currentWeek | 7days| month | null</nowiki>
|If you specify a period, dateFrom and dateTo will not work. The period has high priority
|-
|filters.timezone
|Number
|From -12 to +12. Default value is 0, which means that the data will be output in UTC.
|-
|filters.filters
|['''<filters>''']
|See bellow description '''<filters>'''
|-
|compare
|'''<compare>'''
|See bellow description '''<compare>'''
|}
{| class="wikitable mw-collapsible"
|+Description <filters>
!Key
!Type
!Description
|-
|id
|String
|Column by which you would like to filter.

Полный список метрик вы можете получить с помощью этого URL. |- | colspan="3" |filters |- |filters.dateFrom |String |Дата в формате Y-m-d. Если вы указываете period, dateFrom не будет учитываться, потому что period имеет больший приоритет. |- |filters.dateTo |String |Дата в формате Y-m-d. Если вы указываете period, dateTo не будет учитываться, потому что period имеет больший приоритет. |- |filters.period |today | yesterday | currentWeek | 7days| month | null |Если вы указываете period, то dateFrom и dateTo не будут учитываться. Period имеет больший приоритет. |- |filters.timezone |Number |От -12 до +12. Значение по умолчанию равно 0, что значит, что все данные будут возвращены в UTC. |- |filters.filters |[<filters>] |См. ниже описание <filters> |- |compare |<compare> |См. ниже описание <compare> |}

Описание <filters>
Ключ Тип Описание
id String Колонка, по которой вы бы хотели фильтровать.