From 434df35d15dba5643359d3222160d39aef13bcba Mon Sep 17 00:00:00 2001 From: Faizan Date: Tue, 6 Dec 2022 11:33:26 +0530 Subject: [PATCH] added documentation for default timezone usage --- docs/5.x/reporting-api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/5.x/reporting-api.md b/docs/5.x/reporting-api.md index 14f79d423..6eee4a015 100644 --- a/docs/5.x/reporting-api.md +++ b/docs/5.x/reporting-api.md @@ -7,6 +7,9 @@ This is the Matomo API Reference. It lists all functions that can be called, doc The APIs let you programmatically request any analytics reports from Matomo, for one or several websites and for any given date and period and in any format (CSV, JSON, XML, etc.). Matomo also provides Management APIs to create, update and delete websites, users, user privileges, custom dashboards, email reports, goals, funnels, custom dimensions, alerts, videos, heatmaps, session recordings, custom segments, and more. +Sites have their own timezone and this is used when requesting data for a single site. +When requesting data for all sites the SitesManager.getDefaultTimezone() is used. + ## API Request ### Standard API parameters