Lapses
Lapse is a parameter by which data is filtered by date and this data is what will be returned by the API
today
: Filter by today's datayesterday
: Filter by data from yesterdaylast_7_days
: Filter the data of the last 7 dayslast_30_days
: Filter the data of the last 30 days
If a lapse is not placed, absolutely all the data will be brought.
Drivers
It is a Drivers parameter to filter the data by the id
of the driver. These must be in a chain separated by commas as shown below.
drivers=1,2,3,4,5
Timezone
This parameter is used to associate the report with the time of a specific timezone, otherwise it will work with UTC.
The timezones that can be used in this request are those compatible with PHP timezones