forked from ScoDoc/DocScoDoc
111 lines
2.8 KiB
Markdown
111 lines
2.8 KiB
Markdown
### formsemestres
|
|
|
|
`/api/formsemestres/query?etape_apo=XIT123&annee_scolaire=2021`
|
|
|
|
Le `titre`est celui donné par l'utilisateur dans le formsemestre, tandis que le
|
|
`titre_formation` est l'acronyme de la formation (défini dans son programme pédagogique).
|
|
|
|
```json
|
|
[
|
|
{
|
|
"id": 819,
|
|
"modalite": "FI",
|
|
"ens_can_edit_eval": true,
|
|
"formation_id": 301,
|
|
"gestion_compensation": true,
|
|
"elt_sem_apo": null,
|
|
"semestre_id": 3,
|
|
"bul_hide_xml": false,
|
|
"elt_annee_apo": null,
|
|
"titre": "DUT Informatique (PPN 2013)",
|
|
"block_moyennes": false,
|
|
"scodoc7_id": "SEM43037",
|
|
"date_debut": "01/09/2021",
|
|
"gestion_semestrielle": true,
|
|
"date_fin": "31/01/2022",
|
|
"bul_bgcolor": "white",
|
|
"etat": false,
|
|
"resp_can_edit": true,
|
|
"dept_id": 6,
|
|
"resp_can_change_ens": false,
|
|
"parcours": [],
|
|
"annee_scolaire": 2021,
|
|
"formsemestre_id": 819,
|
|
"titre_num": "DUT Informatique (PPN 2013) semestre 3",
|
|
"date_debut_iso": "2021-09-01",
|
|
"date_fin_iso": "2022-01-31",
|
|
"responsables": [
|
|
565
|
|
],
|
|
"titre_court": "DUT Info.",
|
|
"session_id": "INFO-DUT-FI-S3-2021"
|
|
},
|
|
{
|
|
"id": 909,
|
|
"modalite": "FI",
|
|
"ens_can_edit_eval": false,
|
|
"formation_id": 301,
|
|
"gestion_compensation": false,
|
|
"elt_sem_apo": null,
|
|
"semestre_id": 4,
|
|
"bul_hide_xml": false,
|
|
"elt_annee_apo": null,
|
|
"titre": "DUT Informatique (PPN 2013)",
|
|
"block_moyennes": false,
|
|
"scodoc7_id": null,
|
|
"date_debut": "17/01/2022",
|
|
"gestion_semestrielle": false,
|
|
"date_fin": "30/06/2022",
|
|
"bul_bgcolor": "white",
|
|
"etat": false,
|
|
"resp_can_edit": false,
|
|
"dept_id": 6,
|
|
"resp_can_change_ens": false,
|
|
"parcours": [],
|
|
"annee_scolaire": 2021,
|
|
"formsemestre_id": 909,
|
|
"titre_num": "DUT Informatique (PPN 2013) semestre 4",
|
|
"date_debut_iso": "2022-01-17",
|
|
"date_fin_iso": "2022-06-30",
|
|
"responsables": [
|
|
565
|
|
],
|
|
"titre_court": "DUT Info.",
|
|
"session_id": "INFO-DUT-FI-S4-2021"
|
|
},
|
|
{
|
|
"id": 912,
|
|
"modalite": "FC",
|
|
"ens_can_edit_eval": true,
|
|
"formation_id": 332,
|
|
"gestion_compensation": false,
|
|
"elt_sem_apo": null,
|
|
"semestre_id": 4,
|
|
"bul_hide_xml": false,
|
|
"elt_annee_apo": null,
|
|
"titre": "DUT Informatique (PPN 2013)",
|
|
"block_moyennes": false,
|
|
"scodoc7_id": null,
|
|
"date_debut": "17/01/2022",
|
|
"gestion_semestrielle": false,
|
|
"date_fin": "30/06/2022",
|
|
"bul_bgcolor": "white",
|
|
"etat": false,
|
|
"resp_can_edit": true,
|
|
"dept_id": 6,
|
|
"resp_can_change_ens": true,
|
|
"parcours": [],
|
|
"annee_scolaire": 2021,
|
|
"formsemestre_id": 912,
|
|
"titre_num": "DUT Informatique (PPN 2013) semestre 4",
|
|
"date_debut_iso": "2022-01-17",
|
|
"date_fin_iso": "2022-06-30",
|
|
"responsables": [
|
|
565
|
|
],
|
|
"titre_court": "DUT Info. FC",
|
|
"session_id": "INFO-DUT-FC-S4-2021"
|
|
}
|
|
]
|
|
```
|