GET horizon/v1/administration/currentmonthstats/accumulates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Milenio3.Horizon.Dto.Entities.Configuration.AccumulatesOnMonthDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentMonth | date |
None. |
|
| Overtime | decimal number |
None. |
|
| Potential | decimal number |
None. |
|
| Effective | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"CurrentMonth": "2026-06-21T01:11:51.6722914+01:00",
"Overtime": 2.0,
"Potential": 3.0,
"Effective": 4.0
}