DocScoDoc/docs/samples/sample_moduleimpl.json.md

37 lines
771 B
Markdown
Raw Normal View History

2022-08-03 08:06:44 +02:00
### moduleimpl
#### GET /moduleimpl/1
2022-08-03 08:06:44 +02:00
```json
{
"module_id": 1,
2022-08-13 19:29:08 +02:00
"id": 1,
"responsable_id": 2,
"formsemestre_id": 1,
"computation_expr": null,
"moduleimpl_id": 1,
"ens": [],
"module": {
"coefficient": 1.0,
"code_apogee": "",
"titre": "Initiation aux r\u00e9seaux informatiques",
"ects": null,
"module_type": 2,
"id": 1,
"ue_id": 1,
"abbrev": "Init aux r\u00e9seaux informatiques",
"formation_id": 1,
"code": "R101",
"matiere_id": 1,
"heures_cours": 0.0,
"semestre_id": 1,
"heures_td": 0.0,
"numero": 10,
"heures_tp": 0.0,
"parcours": [],
"app_critiques": [],
"module_id": 1
}
2022-08-03 08:06:44 +02:00
}
```