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 edit summary
 
Line 1: Line 1:
'''Полный список метрик вы можете получить с помощью этого [[#How_to_get_all_possible_groupings_and_metrics|URL]].'''
|-
|-
| colspan="3" |filters
| colspan="3" |filters
Line 27: Line 26:
|См. ниже описание '''<compare>'''
|См. ниже описание '''<compare>'''
|}
|}
{| class="wikitable mw-collapsible"
|+Описание <filters>
!Ключ
!Тип
!Описание
|-
|id
|String
|Колонка, по которой вы бы хотели фильтровать.

Latest revision as of 14:17, 1 July 2026

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)
|-
| 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>'''
|}

|- | 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> |}