forked from ScoDoc/DocScoDoc
37 lines
771 B
Markdown
37 lines
771 B
Markdown
### moduleimpl
|
|
|
|
#### GET /moduleimpl/1
|
|
```json
|
|
{
|
|
"computation_expr": null,
|
|
"ens": [],
|
|
"formsemestre_id": 1,
|
|
"id": 1,
|
|
"module": {
|
|
"abbrev": "Init aux r\u00e9seaux informatiques",
|
|
"app_critiques": [],
|
|
"code": "R101",
|
|
"code_apogee": "",
|
|
"coefficient": 1.0,
|
|
"ects": null,
|
|
"formation_id": 1,
|
|
"heures_cours": 0.0,
|
|
"heures_td": 0.0,
|
|
"heures_tp": 0.0,
|
|
"id": 1,
|
|
"matiere_id": 1,
|
|
"module_id": 1,
|
|
"module_type": 2,
|
|
"numero": 10,
|
|
"parcours": [],
|
|
"semestre_id": 1,
|
|
"titre": "Initiation aux r\u00e9seaux informatiques",
|
|
"ue_id": 1
|
|
},
|
|
"module_id": 1,
|
|
"moduleimpl_id": 1,
|
|
"responsable_id": 2
|
|
}
|
|
```
|
|
|