GetSessionParticipantsController

Constructors

Link copied to clipboard
constructor(sessionService: SessionService)

Functions

Link copied to clipboard
open override fun get(principal: Principal, sessionId: String): GetSessionParticipantsApi.Response
Link copied to clipboard
@Status(value = HttpStatus.NOT_FOUND)
open fun onSessionNotFound(exception: SessionErrors.SessionNotFound, @PathVariable sessionId: String): GetSessionParticipantsApi.Errors.SessionNotFound
Link copied to clipboard
@Status(value = HttpStatus.FORBIDDEN)
open fun onUserNotAllowed(exception: SessionErrors.UserNotAllowed, @PathVariable sessionId: String): GetSessionParticipantsApi.Errors.UserNotAllowed