Get project counts
POST {{baseUrl}}/reporting/counts/projects?from=ex velit elit&to=ex velit elit
Returns project counts within a time frame. This data is updated once per hour.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| from | string | (Required) The date you wish to fetch results from, in the format YYYY-MM-DD | |
| to | string | (Required) The date you wish to fetch results until, in the format YYYY-MM-DD | 
Request Body
{
  "filters": "${filters}"
}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string |