DocScoDoc/docs/samples/sample_formsemestre-etudian...

44 lines
873 B
Markdown
Raw Permalink Normal View History

### formsemestre-etudiants-query
#### GET /formsemestre/1/etudiants/query?etat=D
```json
[
{
"civilite": "F",
2023-05-11 17:08:35 +02:00
"civilite_etat_civil": "X",
2022-11-02 08:52:44 +01:00
"code_ine": "10",
"code_nip": "NIP10",
"dept_id": 1,
"groups": [],
2022-11-02 08:52:44 +01:00
"id": 10,
"nom": "BOUTET",
"nom_usuel": null,
2022-11-02 08:52:44 +01:00
"prenom": "MARGUERITE",
2023-05-11 17:08:35 +02:00
"prenom_etat_civil": "",
2022-11-02 08:52:44 +01:00
"sort_key": [
"boutet",
"marguerite"
]
},
{
2022-11-02 08:52:44 +01:00
"civilite": "X",
2023-05-11 17:08:35 +02:00
"civilite_etat_civil": "X",
2022-11-02 08:52:44 +01:00
"code_ine": "INE15",
"code_nip": "15",
"dept_id": 1,
"groups": [],
2022-11-02 08:52:44 +01:00
"id": 15,
"nom": "DIOT",
"nom_usuel": null,
2022-11-02 08:52:44 +01:00
"prenom": "CAMILLE",
2023-05-11 17:08:35 +02:00
"prenom_etat_civil": "",
2022-11-02 08:52:44 +01:00
"sort_key": [
"diot",
"camille"
]
},
"..."
]
```