forked from ScoDoc/DocScoDoc
dept et formation ok
This commit is contained in:
parent
f382df8ae3
commit
aa571a3cca
1130
docs/ScoDoc9API.md
1130
docs/ScoDoc9API.md
File diff suppressed because it is too large
Load Diff
Binary file not shown.
19126
docs/img/API_Chart.svg
19126
docs/img/API_Chart.svg
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 420 KiB After Width: | Height: | Size: 267 KiB |
14
docs/samples/sample_departement.json.md
Normal file
14
docs/samples/sample_departement.json.md
Normal file
@ -0,0 +1,14 @@
|
||||
### departements
|
||||
|
||||
`/api/departement/1`
|
||||
|
||||
|
||||
```json
|
||||
{
|
||||
"id": 1,
|
||||
"acronym": "BIO",
|
||||
"description": "migré de ScoDoc7",
|
||||
"visible": true,
|
||||
"date_creation": "2021-11-04T15:38:09.397095+01:00"
|
||||
}
|
||||
```
|
17
docs/samples/sample_departements.json.md
Normal file
17
docs/samples/sample_departements.json.md
Normal file
@ -0,0 +1,17 @@
|
||||
### departements
|
||||
|
||||
`/api/departements`
|
||||
|
||||
|
||||
```json
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"acronym": "BIO",
|
||||
"description": "migré de ScoDoc7",
|
||||
"visible": true,
|
||||
"date_creation": "2021-11-04T15:38:09.397095+01:00"
|
||||
},
|
||||
...
|
||||
]
|
||||
```
|
20
docs/samples/sample_formation.json.md
Normal file
20
docs/samples/sample_formation.json.md
Normal file
@ -0,0 +1,20 @@
|
||||
### formations
|
||||
|
||||
/api/formations
|
||||
|
||||
```json
|
||||
{
|
||||
"id": 1,
|
||||
"acronyme": "BUT R&T",
|
||||
"titre_officiel": "Bachelor technologique réseaux et télécommunications",
|
||||
"formation_code": "V1RET",
|
||||
"code_specialite": null,
|
||||
"dept_id": 1,
|
||||
"titre": "BUT R&T",
|
||||
"version": 1,
|
||||
"type_parcours": 700,
|
||||
"referentiel_competence_id": null,
|
||||
"formation_id": 1
|
||||
}
|
||||
|
||||
```
|
@ -71,3 +71,8 @@ markdown_extensions:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||
|
||||
plugins:
|
||||
- search
|
||||
- inline-svg
|
||||
|
Loading…
Reference in New Issue
Block a user