GET horizon/v1/administration/companystats/effectivevsovertime
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.EffectiveVsOvertimeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| EfectiveHours | decimal number |
None. |
|
| OvertimeHours | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Date": "2026-06-21T01:14:34.6246206+01:00",
"EfectiveHours": 2.0,
"OvertimeHours": 3.0
},
{
"Date": "2026-06-21T01:14:34.6246206+01:00",
"EfectiveHours": 2.0,
"OvertimeHours": 3.0
}
]