forked from ScoDoc/DocScoDoc
Merge pull request 'dept et formation ok' (#32) from jmplace/DocScoDoc:complements_5.docs into master
Reviewed-on: https://scodoc.org/git/viennet/DocScoDoc/pulls/32
This commit is contained in:
commit
296c2e020c
1142
docs/ScoDoc9API.md
1142
docs/ScoDoc9API.md
File diff suppressed because it is too large
Load Diff
Binary file not shown.
19128
docs/img/API_Chart.svg
19128
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
|
- name: mermaid
|
||||||
class: mermaid
|
class: mermaid
|
||||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- search
|
||||||
|
- inline-svg
|
||||||
|
|
Loading…
Reference in New Issue
Block a user