DocScoDoc/docs/samples/sample_formations.json.md

32 lines
730 B
Markdown
Raw Normal View History

2022-08-03 08:06:44 +02:00
### formations
#### GET /formations
2022-08-03 08:06:44 +02:00
```json
[
{
"acronyme": "BUT R&T",
2023-05-11 17:08:35 +02:00
"code_specialite": "",
"commentaire": "",
"departement": {
"acronym": "TAPI",
"date_creation": "2022-08-20T12:00:00.000000+02:00",
2022-12-27 09:54:58 +01:00
"dept_name": "TAPI",
"description": null,
"id": 1,
"visible": true
},
"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-03 08:06:44 +02:00
]
```