32 lines
555 B
Markdown
32 lines
555 B
Markdown
### formsemestre-etudiants
|
|
|
|
#### GET /formsemestre/1/etudiants
|
|
```json
|
|
[
|
|
{
|
|
"id": 1,
|
|
"code_nip": "1",
|
|
"code_ine": "INE1",
|
|
"dept_id": 1,
|
|
"nom": "COSTA",
|
|
"nom_usuel": null,
|
|
"prenom": "SACHA",
|
|
"civilite": "X",
|
|
"groups": []
|
|
},
|
|
{
|
|
"id": 2,
|
|
"code_nip": "NIP2",
|
|
"code_ine": "2",
|
|
"dept_id": 1,
|
|
"nom": "NAUDIN",
|
|
"nom_usuel": null,
|
|
"prenom": "SIMONE",
|
|
"civilite": "F",
|
|
"groups": []
|
|
},
|
|
"... etc."
|
|
]
|
|
```
|
|
|