Skip to main content

Evolution

Foreword

The parameter evo describes the context of the evolution of the analysis. It is composed of different mandatory parameters:

ParameterDescriptionValues
granularityGranularity of the evolutionM (Month), W (Week), D (Day), H (Hour)
topDescription of the selected elements, top of the elements according to the period, pagination and sorting, the number of elements depends on the parametersSee table below
Top parameterDescriptionValues
max-results-Any number
page-num-Any number
sortsort by metricsAny metrics

Examples

Querying one site

{
// ...
"space": {
"s": [123456789]
}
// ...
}

Querying multiple sites

{
// ...
"space": {
"s":[123456789, 1234567890]
}
// ...
}