### departement_etudiants #### GET /departement/TAPI/etudiants ```json [ { "civilite": "X", "civilite_etat_civil": null, "code_ine": "INE1", "code_nip": "1", "dept_id": 1, "id": 1, "nom": "GROSS", "nom_usuel": null, "prenom": "SACHA", "prenom_etat_civil": null, "sort_key": "gross;sacha" }, { "civilite": "F", "civilite_etat_civil": null, "code_ine": "2", "code_nip": "NIP2", "dept_id": 1, "id": 2, "nom": "WALTER", "nom_usuel": null, "prenom": "SIMONE", "prenom_etat_civil": null, "sort_key": "walter;simone" }, "..." ] ```