25 lines
381 B
Markdown
25 lines
381 B
Markdown
### departement
|
|
|
|
#### GET /departement/TAPI
|
|
```json
|
|
{
|
|
"acronym": "TAPI",
|
|
"date_creation": "2022-08-20T12:00:00.000000+02:00",
|
|
"description": null,
|
|
"id": 1,
|
|
"visible": true
|
|
}
|
|
```
|
|
|
|
#### GET /departement/id/1
|
|
```json
|
|
{
|
|
"acronym": "TAPI",
|
|
"date_creation": "2022-08-20T12:00:00.000000+02:00",
|
|
"description": null,
|
|
"id": 1,
|
|
"visible": true
|
|
}
|
|
```
|
|
|