Retrieve population statistics of funnel stage

Retrieve the population history of the audience. The history is returned per day and those days are calculated in the timezone of the audience.

Request
path Parameters
id
required
integer <int64>

Funnel Stage ID to get statistics

Example: 1234
funnelId
required
integer <int64>

Funnel ID to get statistics

Example: 1234
query Parameters
from
string <date>

from date

Example: from=2019-01-01
to
string <date>

to date (inclusive)

Example: to=2019-04-30
Responses
200

array of tuple of statistics

get/entities/funnels/{funnelId}/stages/{id}/statistics
Request samples
Response samples
application/json
[
  • [
    ]
]