GET api/Group/GetOccupancyLevels?groupID={groupID}&from={from}&to={to}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupID | integer |
Required |
|
| from | date |
Required |
|
| to | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of date [key] and integer [value]Response Formats
application/json, text/json
Sample:
{
"2025-12-14T09:13:13.7148576+01:00": 2,
"2025-12-14T09:13:13.7168648+01:00": 4
}