DocScoDoc/docs/samples/sample_etudiant-formsemestr...

23 lines
423 B
Markdown
Raw Permalink Normal View History

2022-08-13 19:29:08 +02:00
### etudiant-formsemestre-groups
2022-08-13 19:29:08 +02:00
#### GET /etudiant/etudid/11/formsemestre/1/groups
```json
[
2022-08-13 19:29:08 +02:00
{
"bul_show_rank": false,
"formsemestre_id": 1,
2022-08-13 19:29:08 +02:00
"group_id": 1,
2022-11-02 08:52:44 +01:00
"group_name": "",
"group_numero": 0,
"groups_editable": true,
"id": 1,
2022-11-02 08:52:44 +01:00
"numero": 0,
"partition_id": 1,
"partition_name": null,
"show_in_lists": true
},
"..."
]
```