DocScoDoc/docs/samples/sample_formsemestre-etudiants-query.json.md
2022-08-14 10:04:11 +02:00

57 lines
1.3 KiB
Markdown

### formsemestre-etudiants-query
#### GET /formsemestre/1/etudiants/query?etat=D
```json
[
{
"id": 5,
"code_nip": "5",
"code_ine": "INE5",
"dept_id": 1,
"nom": "VILLENEUVE",
"nom_usuel": null,
"prenom": "FRAN\u00c7OISE",
"civilite": "F",
"groups": [
{
"partition_id": 1,
"id": 1,
"formsemestre_id": 1,
"partition_name": null,
"numero": null,
"bul_show_rank": false,
"show_in_lists": true,
"groups_editable": true,
"group_id": 1,
"group_name": null
}
]
},
{
"id": 10,
"code_nip": "NIP10",
"code_ine": "10",
"dept_id": 1,
"nom": "BOUTET",
"nom_usuel": null,
"prenom": "MARGUERITE",
"civilite": "F",
"groups": [
{
"partition_id": 1,
"id": 1,
"formsemestre_id": 1,
"partition_name": null,
"numero": null,
"bul_show_rank": false,
"show_in_lists": true,
"groups_editable": true,
"group_id": 1,
"group_name": null
}
]
}
]
```