### formsemestre-etudiants #### GET /formsemestre/1/etudiants ```json [ { "civilite": "X", "code_ine": "INE1", "code_nip": "1", "dept_id": 1, "groups": [], "id": 1, "nom": "COSTA", "nom_usuel": null, "prenom": "SACHA" }, { "civilite": "F", "code_ine": "2", "code_nip": "NIP2", "dept_id": 1, "groups": [], "id": 2, "nom": "NAUDIN", "nom_usuel": null, "prenom": "SIMONE" }, "..." ] ```