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
|
|
|
{
|
2022-08-19 11:47:13 +02:00
|
|
|
"acronyme": "BUT R&T",
|
2022-08-21 12:13:57 +02:00
|
|
|
"code_specialite": null,
|
2022-08-11 18:19:20 +02:00
|
|
|
"departement": {
|
|
|
|
"acronym": "TAPI",
|
2022-08-21 12:13:57 +02:00
|
|
|
"date_creation": "2022-08-20T12:00:00.000000+02:00",
|
2022-08-11 18:19:20 +02:00
|
|
|
"description": null,
|
2022-08-21 12:13:57 +02:00
|
|
|
"id": 1,
|
|
|
|
"visible": true
|
2022-08-11 18:19:20 +02:00
|
|
|
},
|
2022-08-21 12:13:57 +02:00
|
|
|
"dept_id": 1,
|
|
|
|
"formation_code": "V1RET",
|
|
|
|
"formation_id": 1,
|
|
|
|
"id": 1,
|
|
|
|
"referentiel_competence_id": 1,
|
|
|
|
"titre": "BUT R&T",
|
|
|
|
"titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications",
|
|
|
|
"type_parcours": 700,
|
|
|
|
"version": 1
|
2022-08-19 11:47:13 +02:00
|
|
|
},
|
2022-08-21 12:13:57 +02:00
|
|
|
"..."
|
2022-08-03 08:06:44 +02:00
|
|
|
]
|
|
|
|
```
|
2022-08-11 18:19:20 +02:00
|
|
|
|