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

Request Information

URI Parameters

NameDescriptionTypeAdditional 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-09-18T09:50:27.2915548+02:00": 2,
  "2025-09-18T09:50:27.2925551+02:00": 4
}