Sessions
It is used to retreive the sessions of an event or to create or update a session.
Endpoints
| Type | URI | Description |
|---|---|---|
| POST | ./groups/sessions | It is used to add a new session for a group event. |
| GET | ./groups/sessions | Can be used to retrieve lists of sessions with various filters. |
| PUT | ./groups/sessions | It is used to update a session. |
| DELETE | ./groups/sessions | Delete an event session with all assigned members. |
| POST | ./groups/sessions/mark | It is used to add mark to a member. |
| PUT | ./groups/sessions/mark | It is used to update a member's mark. |
