DocScoDoc/docs/samples/sample_etudiant-formsemestres.json.md

135 lines
3.9 KiB
Markdown
Raw Normal View History

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