GET horizon/v1/administration/companystats/employeesbymonth
Return number of employee by month (on current year)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Milenio3.Horizon.Dto.Entities.Configuration.EmployeeVsMonthDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| NumberOfEmployees | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Date": "2026-06-21T01:15:57.5466509+01:00",
"NumberOfEmployees": 2
},
{
"Date": "2026-06-21T01:15:57.5466509+01:00",
"NumberOfEmployees": 2
}
]