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