DocScoDoc/docs/samples/sample_departement-etudiants.json.md
2022-08-04 17:01:30 +02:00

416 B

etudiants

/api/etudiants/9537

[
  {
    "id": 1,
    "code_nip": "11103639",
    "code_ine": null,
    "dept_id": 1,
    "nom": "GYSELINCK",
    "nom_usuel": null,
    "prenom": "MARIE",
    "civilite": "F"
  },
  {
    "id": 2,
    "code_nip": "11102517",
    "code_ine": null,
    "dept_id": 1,
    "nom": "IDRI",
    "nom_usuel": null,
    "prenom": "ANAIS",
    "civilite": "F"
  },
  ...
]