Get form metrics
GET {{base_url}}/forms/{{form_id}}/metrics?interval=weekly&since=2020-06-01&until=2020-08-31
The response will contain full weeks report within the interval dates if interval is weekly
.
For reporting purposes, weeks will start on Mondays and end on Sundays. If the dates given as start or end doesn't correspond to the exact start or end of the week, the whole week containing that date will be included in the report (see example).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
interval | string | Can be daily or weekly | |
since | string | A date in YYYY-MM-DD format | |
until | string | A date in YYYY-MM-DD format | |
platform | string | Can be desktop , mobile , tablet , other or unknown |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
organization-id | string |
RESPONSES
status: OK
{"interval":"weekly","since":"2020-06-01","until":"2020-09-06","platforms":["other","tablet","mobile","unknown","desktop"],"totals":{"landed":14,"unique_landed":3,"interacted":7,"answered":6,"completed":6},"data":[{"id":"2020-06-01","landed":0,"unique_landed":0,"interacted":0,"answered":0,"completed":0},{"id":"2020-06-08","landed":0,"unique_landed":0,"interacted":0,"answered":0,"completed":0},{"id":"2020-06-15","landed":0,"unique_landed":0,"interacted":0,"answered":0,"completed":0},{"id":"2020-06-22","landed":0,"unique_landed":0,"interacted":0,"answered":0,"completed":0},{"id":"2020-06-29","landed":0,"unique_landed":0,"interacted":0,"answered":0,"completed":0},{"id":"2020-07-06","landed":0,"unique_landed":0,"interacted":0,"answered":0,"completed":0},{"id":"2020-07-13","landed":0,"unique_landed":0,"interacted":0,"answered":0,"completed":0},{"id":"2020-07-20","landed":0,"unique_landed":0,"interacted":0,"answered":0,"completed":0},{"id":"2020-07-27","landed":0,"unique_landed":0,"interacted":0,"answered":0,"completed":0},{"id":"2020-08-03","landed":0,"unique_landed":0,"interacted":0,"answered":0,"completed":0},{"id":"2020-08-10","landed":8,"unique_landed":1,"interacted":4,"answered":4,"completed":4},{"id":"2020-08-17","landed":5,"unique_landed":2,"interacted":3,"answered":2,"completed":2},{"id":"2020-08-24","landed":1,"unique_landed":1,"interacted":0,"answered":0,"completed":0},{"id":"2020-08-31","landed":0,"unique_landed":0,"interacted":0,"answered":0,"completed":0}]}