DocScoDoc/docs/samples/sample_formations.json.md

29 lines
661 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
[
{
"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,
2022-08-13 19:29:08 +02:00
"date_creation": "2022-08-14T10:00:33.575071+02:00"
},
"formation_id": 1
}
2022-08-03 08:06:44 +02:00
]
```