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-05-27T21:24:09.202828+02:00": 2,
  "2025-05-27T21:24:09.2184706+02:00": 4
}