2022-08-03 08:06:44 +02:00
|
|
|
### moduleimpl-evaluations
|
|
|
|
|
2022-08-11 18:19:20 +02:00
|
|
|
#### GET /moduleimpl/1/evaluations
|
2022-08-03 08:06:44 +02:00
|
|
|
```json
|
|
|
|
[
|
2022-08-11 18:19:20 +02:00
|
|
|
{
|
2022-08-21 12:13:57 +02:00
|
|
|
"apresmidi": 0,
|
2022-08-11 18:19:20 +02:00
|
|
|
"coefficient": 1.0,
|
|
|
|
"date_debut": null,
|
|
|
|
"date_fin": null,
|
|
|
|
"descrheure": " de 08h00 \u00e0 09h00",
|
2022-08-21 12:13:57 +02:00
|
|
|
"description": null,
|
|
|
|
"duree": "1h",
|
|
|
|
"evaluation_id": 1,
|
|
|
|
"evaluation_type": 0,
|
|
|
|
"heure_debut": "08h00",
|
|
|
|
"heure_fin": "09h00",
|
|
|
|
"id": 1,
|
|
|
|
"jour": "",
|
|
|
|
"jouriso": null,
|
2022-08-11 18:19:20 +02:00
|
|
|
"matin": 0,
|
2022-08-21 12:13:57 +02:00
|
|
|
"moduleimpl_id": 1,
|
|
|
|
"note_max": 20.0,
|
|
|
|
"numero": 0,
|
|
|
|
"poids": {},
|
|
|
|
"publish_incomplete": true,
|
|
|
|
"visibulletin": true
|
2022-08-19 11:47:13 +02:00
|
|
|
},
|
2022-08-21 12:13:57 +02:00
|
|
|
"..."
|
2022-08-03 08:06:44 +02:00
|
|
|
]
|
|
|
|
```
|
|
|
|
|