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-05-27T21:52:33.1528289+02:00": 2 }