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

From Wiki Kaminari Click
(Importing a new version from external source)
 
(No difference)

Latest revision as of 17:10, 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.

Full list of metrics you can get with this 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 |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> |}

Description <filters>
Key Type Description
id String Column by which you would like to filter.