2022-08-03 08:06:44 +02:00
|
|
|
### formations
|
|
|
|
|
2022-08-11 18:19:20 +02:00
|
|
|
#### GET /formations
|
2022-08-03 08:06:44 +02:00
|
|
|
```json
|
|
|
|
[
|
2022-08-11 18:19:20 +02:00
|
|
|
{
|
|
|
|
"id": 1,
|
|
|
|
"acronyme": "BUT R&T",
|
|
|
|
"titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications",
|
|
|
|
"formation_code": "V1RET",
|
|
|
|
"code_specialite": null,
|
|
|
|
"dept_id": 1,
|
|
|
|
"titre": "BUT R&T",
|
|
|
|
"version": 1,
|
|
|
|
"type_parcours": 700,
|
|
|
|
"referentiel_competence_id": 1,
|
|
|
|
"departement": {
|
|
|
|
"id": 1,
|
|
|
|
"acronym": "TAPI",
|
|
|
|
"description": null,
|
|
|
|
"visible": true,
|
|
|
|
"date_creation": "2022-08-10T10:07:53.423920+02:00"
|
|
|
|
},
|
|
|
|
"formation_id": 1
|
|
|
|
}
|
2022-08-03 08:06:44 +02:00
|
|
|
]
|
|
|
|
```
|
2022-08-11 18:19:20 +02:00
|
|
|
|