forked from ScoDoc/DocScoDoc
21 lines
392 B
Markdown
21 lines
392 B
Markdown
|
### etudiant-formsemestres-groupes
|
||
|
|
||
|
#### 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
|
||
|
}
|
||
|
]
|
||
|
```
|
||
|
|