DocScoDoc/docs/samples/sample_moduleimpl_evaluations.json.md

29 lines
558 B
Markdown
Raw Normal View History

2024-07-27 13:34:32 +02:00
### moduleimpl_evaluations
2022-08-03 08:06:44 +02:00
#### GET /moduleimpl/1/evaluations
2022-08-03 08:06:44 +02:00
```json
[
{
2024-07-27 13:34:32 +02:00
"blocked": false,
"blocked_until": "",
"coefficient": 1.0,
2024-07-27 13:34:32 +02:00
"date": "",
"date_debut": "",
"date_fin": "",
"description": "Evaluation-R101",
"evaluation_type": 0,
2024-07-27 13:34:32 +02:00
"heure_debut": "",
"heure_fin": "",
"id": 1,
"moduleimpl_id": 1,
"note_max": 20.0,
"numero": 0,
"poids": {},
"publish_incomplete": true,
2023-08-26 17:08:28 +02:00
"visibulletin": true
},
"..."
2022-08-03 08:06:44 +02:00
]
```