DocScoDoc/docs/samples/sample_moduleimpl-evaluations.json.md

32 lines
661 B
Markdown
Raw Normal View History

2022-08-03 08:06:44 +02:00
### moduleimpl-evaluations
#### GET /moduleimpl/1/evaluations
2022-08-03 08:06:44 +02:00
```json
[
{
2022-08-13 19:29:08 +02:00
"jour": "",
"id": 1,
"moduleimpl_id": 1,
"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
}
2022-08-03 08:06:44 +02:00
]
```