2022-08-11 18:19:20 +02:00
|
|
|
### formsemestres-query
|
|
|
|
|
|
|
|
#### GET /formsemestres/query?annee_scolaire=2022&etape_apo=A2
|
|
|
|
```json
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"dept_id": 1,
|
|
|
|
"etat": true,
|
|
|
|
"resp_can_change_ens": true,
|
|
|
|
"id": 1,
|
|
|
|
"modalite": "FI",
|
|
|
|
"ens_can_edit_eval": false,
|
|
|
|
"formation_id": 1,
|
|
|
|
"gestion_compensation": false,
|
|
|
|
"elt_sem_apo": null,
|
|
|
|
"semestre_id": 1,
|
|
|
|
"bul_hide_xml": false,
|
|
|
|
"elt_annee_apo": null,
|
|
|
|
"titre": "Semestre test",
|
|
|
|
"block_moyennes": false,
|
|
|
|
"scodoc7_id": null,
|
|
|
|
"date_debut": "01/09/2021",
|
|
|
|
"gestion_semestrielle": false,
|
|
|
|
"date_fin": "31/08/2022",
|
|
|
|
"bul_bgcolor": "white",
|
|
|
|
"resp_can_edit": false,
|
|
|
|
"parcours": [],
|
|
|
|
"annee_scolaire": 2021,
|
|
|
|
"date_debut_iso": "2021-09-01",
|
|
|
|
"date_fin_iso": "2022-08-31",
|
|
|
|
"departement": {
|
|
|
|
"id": 1,
|
|
|
|
"acronym": "TAPI",
|
|
|
|
"description": null,
|
|
|
|
"visible": true,
|
2022-08-13 19:29:08 +02:00
|
|
|
"date_creation": "2022-08-14T10:00:33.575071+02:00"
|
2022-08-11 18:19:20 +02:00
|
|
|
},
|
|
|
|
"etape_apo": "A1, A2, A3",
|
|
|
|
"formsemestre_id": 1,
|
|
|
|
"formation": {
|
|
|
|
"id": 1,
|
|
|
|
"acronyme": "BUT R&T",
|
|
|
|
"titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications",
|
|
|
|
"formation_code": "V1RET",
|
|
|
|
"code_specialite": null,
|
|
|
|
"dept_id": 1,
|
|
|
|
"titre": "BUT R&T",
|
|
|
|
"version": 1,
|
|
|
|
"type_parcours": 700,
|
|
|
|
"referentiel_competence_id": 1,
|
|
|
|
"departement": {
|
|
|
|
"id": 1,
|
|
|
|
"acronym": "TAPI",
|
|
|
|
"description": null,
|
|
|
|
"visible": true,
|
2022-08-13 19:29:08 +02:00
|
|
|
"date_creation": "2022-08-14T10:00:33.575071+02:00"
|
2022-08-11 18:19:20 +02:00
|
|
|
},
|
|
|
|
"formation_id": 1
|
|
|
|
},
|
|
|
|
"responsables": [],
|
|
|
|
"titre_court": "BUT R&T",
|
|
|
|
"titre_num": "Semestre test semestre 1",
|
|
|
|
"session_id": "TAPI-BUT-FI-S1-2021"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
```
|
|
|
|
|