GET api/v{version}/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 |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Dictionary of date [key] and integer [value]Response Formats
application/json, text/json
Sample:
{
"2025-12-14T09:39:49.5369456+01:00": 2
}