21 lines
390 B
Markdown
21 lines
390 B
Markdown
### etudiant-formsemestre-groups
|
|
|
|
#### GET /etudiant/etudid/11/formsemestre/1/groups
|
|
```json
|
|
[
|
|
{
|
|
"partition_id": 1,
|
|
"id": 1,
|
|
"formsemestre_id": 1,
|
|
"partition_name": null,
|
|
"numero": null,
|
|
"bul_show_rank": false,
|
|
"show_in_lists": true,
|
|
"groups_editable": true,
|
|
"group_id": 1,
|
|
"group_name": null
|
|
}
|
|
]
|
|
```
|
|
|