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