DocScoDoc/docs/samples/sample_moduleimpl-evaluations.json.md
2022-08-11 18:19:20 +02:00

32 lines
661 B
Markdown

### moduleimpl-evaluations
#### GET /moduleimpl/1/evaluations
```json
[
{
"id": 1,
"moduleimpl_id": 1,
"jour": "",
"heure_fin": "09h00",
"note_max": 20.0,
"visibulletin": true,
"evaluation_type": 0,
"heure_debut": "08h00",
"description": null,
"coefficient": 1.0,
"publish_incomplete": true,
"numero": 0,
"evaluation_id": 1,
"date_debut": null,
"date_fin": null,
"poids": {},
"jouriso": null,
"duree": "1h",
"descrheure": " de 08h00 \u00e0 09h00",
"matin": 0,
"apresmidi": 0
}
]
```