### formsemestre-etudiants-query #### GET /formsemestre/1/etudiants/query?etat=D ```json [ { "civilite": "F", "civilite_etat_civil": "X", "code_ine": "10", "code_nip": "NIP10", "dept_id": 1, "groups": [], "id": 10, "nom": "BOUTET", "nom_usuel": null, "prenom": "MARGUERITE", "prenom_etat_civil": "", "sort_key": [ "boutet", "marguerite" ] }, { "civilite": "X", "civilite_etat_civil": "X", "code_ine": "INE15", "code_nip": "15", "dept_id": 1, "groups": [], "id": 15, "nom": "DIOT", "nom_usuel": null, "prenom": "CAMILLE", "prenom_etat_civil": "", "sort_key": [ "diot", "camille" ] }, "..." ] ```