v1

latestOpenAPI 3.1.02026-07-1740131135.9 KB

Full Iteration

Get all results from all iterations of the group.

Args: request (GroupInfoRequest): essentially just the ID of the group user (Annotated[User, Depends(get_current_user)]): current user session (Annotated[Session, Depends(get_session)]): current session

Returns: GNIMBUSAllIterationsResponse: A GNIMBUSAllIterationsResponse response containing all the results of the iterations. If last iteration was optimization, the first iteration is incomplete (i.e. the voting preferences and voting results are missing)

Raises: HTTPException: Validation errors or no results or no states and such.

post/gnimbus/all_iterations

Request body

group_idinteger required

Response

Successful Response