Get test counts
POST {{baseUrl}}/reporting/counts/tests?from=ex velit elit&to=ex velit elit&groupBy=ex velit elit
Returns the number of tests conducted within a time frame. This data is updated in real time.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| from | string | (Required) The date you wish to count tests from, in the format YYYY-MM-DD | |
| to | string | (Required) The date you wish to count tests until, in the format YYYY-MM-DD | |
| groupBy | string | The field to group results by | 
Request Body
{
  "filters": "${filters}"
}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string |