66 lines
1.3 KiB
Markdown
66 lines
1.3 KiB
Markdown
|
### formsemestre-programme
|
||
|
|
||
|
`/api/formsemestre/1/programme`
|
||
|
|
||
|
```json
|
||
|
{
|
||
|
"ues": [
|
||
|
{
|
||
|
"formation_id": 328,
|
||
|
"ue_code": "UCOD74",
|
||
|
"id": 1188,
|
||
|
"ects": 6.0,
|
||
|
"acronyme": "BCC1",
|
||
|
"is_external": false,
|
||
|
"numero": 1,
|
||
|
"code_apogee": "",
|
||
|
"titre": "Concevoir et maintenir une infrastructure réseau",
|
||
|
"coefficient": 0.0,
|
||
|
"semestre_idx": null,
|
||
|
"coef_rcue": 1.0,
|
||
|
"type": 0,
|
||
|
"color": null,
|
||
|
"niveau_competence_id": null,
|
||
|
"ue_id": 1188,
|
||
|
"module_ue_coefs": []
|
||
|
},
|
||
|
...
|
||
|
],
|
||
|
"ressources": [],
|
||
|
"saes": [],
|
||
|
"modules": [
|
||
|
{
|
||
|
"id": 13240,
|
||
|
"formsemestre_id": 829,
|
||
|
"computation_expr": null,
|
||
|
"module_id": 7591,
|
||
|
"responsable_id": 397,
|
||
|
"module": {
|
||
|
"id": 7591,
|
||
|
"ects": null,
|
||
|
"module_type": 0,
|
||
|
"titre": "Technologies IP",
|
||
|
"ue_id": 1188,
|
||
|
"abbrev": null,
|
||
|
"formation_id": 328,
|
||
|
"code": "rsxip",
|
||
|
"matiere_id": 3499,
|
||
|
"heures_cours": 0.0,
|
||
|
"semestre_id": 1,
|
||
|
"heures_td": 0.0,
|
||
|
"numero": 1,
|
||
|
"heures_tp": 0.0,
|
||
|
"code_apogee": "",
|
||
|
"coefficient": 6.0,
|
||
|
"parcours": [],
|
||
|
"app_critiques": [],
|
||
|
"module_id": 7591
|
||
|
},
|
||
|
"moduleimpl_id": 13240,
|
||
|
"ens": []
|
||
|
},
|
||
|
...
|
||
|
]
|
||
|
}
|
||
|
```
|