Sort by
Foreword
The "-"
allows you to sort in a decreasing way.
It is possible to sort on as many columns (metrics and properties) as desired.
It is not possible to sort on a column not present in the “columns” parameter of the URL.
Examples
You can sort on several metrics and several properties
"sort": [
"-geo_country",
"device_type",
"-m_visits",
"m_users"
]