Get Stats
Return submission statistics for this form over a given time period
This endpoint returns submission counts for this form within the time bound range that you specify in the filter. Calling this endpoint means you must send both the filter[created_at.since]
and filter[created_at.until]
parameters.
You can choose a granularity for the response data. Make sure that you pick one that is appropriate to the time bounds you request. It is likely that in the future, we will prevent too many buckets being returned based on the bounds.
For example, if you are retrieving stats from 1st June to the 30th June, daily
is a good granularity.
Authorizations
To understand how to authenticate, see the auth docs
Path Parameters
The ID of the organisation
Query Parameters
The start time for the filter (in RFC 3339 format)
The end time for the filter (in RFC 3339 format)
The granularity of the time buckets that we place the number of submissions into
year
, month
, day
, hour
, minute
The author of the submissions to return