DocScoDoc/docs/samples/sample_formsemestre_etudiants.json.md

38 lines
793 B
Markdown
Raw Normal View History

2024-07-27 13:34:32 +02:00
### formsemestre_etudiants
#### GET /formsemestre/1/etudiants/query
```json
[
{
"civilite": "M",
"civilite_etat_civil": null,
"code_ine": "4",
"code_nip": "NIP4",
"dept_id": 1,
"groups": [],
"id": 4,
"nom": "BARTHELEMY",
"nom_usuel": null,
"prenom": "G\u00c9RARD",
"prenom_etat_civil": null,
"sort_key": "barthelemy;gerard"
},
{
"civilite": "M",
"civilite_etat_civil": null,
"code_ine": "INE9",
"code_nip": "9",
"dept_id": 1,
"groups": [],
"id": 9,
"nom": "BENOIT",
"nom_usuel": null,
"prenom": "EMMANUEL",
"prenom_etat_civil": null,
"sort_key": "benoit;emmanuel"
},
"..."
]
```