2022-08-04 19:02:20 +02:00
|
|
|
### group-etudiants-query
|
2022-08-02 20:58:45 +02:00
|
|
|
|
2022-08-11 18:19:20 +02:00
|
|
|
#### GET /group/1/etudiants/query?etat=D
|
2022-08-02 20:58:45 +02:00
|
|
|
```json
|
|
|
|
[
|
2022-08-11 18:19:20 +02:00
|
|
|
{
|
|
|
|
"id": 5,
|
|
|
|
"code_nip": "5",
|
|
|
|
"code_ine": "INE5",
|
|
|
|
"dept_id": 1,
|
|
|
|
"nom": "VILLENEUVE",
|
|
|
|
"nom_usuel": null,
|
|
|
|
"prenom": "FRAN\u00c7OISE",
|
|
|
|
"civilite": "F"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": 10,
|
|
|
|
"code_nip": "NIP10",
|
|
|
|
"code_ine": "10",
|
|
|
|
"dept_id": 1,
|
|
|
|
"nom": "BOUTET",
|
|
|
|
"nom_usuel": null,
|
|
|
|
"prenom": "MARGUERITE",
|
|
|
|
"civilite": "F"
|
|
|
|
}
|
2022-08-02 20:58:45 +02:00
|
|
|
]
|
|
|
|
```
|
|
|
|
|