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

KeyDatatypeRequiredDescription
fromstring(Required) The date you wish to count tests from, in the format YYYY-MM-DD
tostring(Required) The date you wish to count tests until, in the format YYYY-MM-DD
groupBystringThe field to group results by

Request Body

{
  "filters": "${filters}"
}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring