Translations:Stat API/31/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:
'''Full list of metrics you can get with this [[#How_to_get_all_possible_groupings_and_metrics|URL]].'''
|-
|-
| colspan="3" |filters
| colspan="3" |filters
Line 27: Line 26:
|See bellow description '''<compare>'''
|See bellow description '''<compare>'''
|}
|}
{| class="wikitable mw-collapsible"
|+Description <filters>
!Key
!Type
!Description
|-
|id
|String
|Column by which you would like to filter.

Latest revision as of 07:11, 19 February 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 |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 |today | yesterday | currentWeek | 7days| month | null |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> |}