DocScoDoc/docs/samples/sample_departement-etudiants.json.md

31 lines
416 B
Markdown
Raw Normal View History

### etudiants
`/api/etudiants/9537`
```json
[
{
"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"
},
...
]
```