Get issue counts

POST {{baseUrl}}/reporting/counts/issues?from=ex velit elit&to=ex velit elit&groupBy=ex velit elit

Returns issue counts within a time frame. This data is updated once per hour.

Request Params

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

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring