DocScoDoc/docs/samples/sample_formsemestre-partitions.json.md

30 lines
503 B
Markdown
Raw Normal View History

2022-08-03 08:06:44 +02:00
### formsemestre-partitions
`/api/formsemestre/944/partitionse`
```json
{
"2059": {
"formsemestre_id": 944,
"numero": 0,
"show_in_lists": false,
"id": 2059,
"partition_name": "PART",
"bul_show_rank": false,
"groups_editable": true,
"groups": {}
},
"2060": {
"formsemestre_id": 944,
"numero": 2,
"show_in_lists": false,
"id": 2060,
"partition_name": "PART2",
"bul_show_rank": false,
"groups_editable": true,
"groups": {}
}
}
```