DocScoDoc/docs/samples/sample_partition_info.json.md

26 lines
431 B
Markdown
Raw Normal View History

2024-07-27 13:34:32 +02:00
### partition_info
2022-08-02 20:58:45 +02:00
2024-07-27 13:34:32 +02:00
#### GET /partition/1
2022-08-02 20:58:45 +02:00
```json
{
2024-07-27 13:34:32 +02:00
"bul_show_rank": false,
2022-08-13 19:29:08 +02:00
"formsemestre_id": 1,
"groups": {
"1": {
2024-07-27 13:34:32 +02:00
"edt_id": null,
2022-11-02 08:52:44 +01:00
"group_name": "",
2022-08-13 19:29:08 +02:00
"id": 1,
"numero": 0,
"partition_id": 1
}
},
"groups_editable": true,
"id": 1,
2024-07-27 13:34:32 +02:00
"numero": 0,
2023-05-11 17:08:35 +02:00
"partition_id": 1,
2024-07-27 13:34:32 +02:00
"partition_name": null,
"show_in_lists": true
2022-08-02 20:58:45 +02:00
}
```