GET api/v{version}/Group/GetOccupancyLevels?groupID={groupID}&from={from}&to={to}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
}