2022-08-11 18:19:20 +02:00
|
|
|
### departement
|
2022-08-04 10:56:05 +02:00
|
|
|
|
2022-08-21 12:13:57 +02:00
|
|
|
#### GET /departement/TAPI
|
2022-08-11 18:19:20 +02:00
|
|
|
```json
|
|
|
|
{
|
|
|
|
"acronym": "TAPI",
|
2022-08-21 12:13:57 +02:00
|
|
|
"date_creation": "2022-08-20T12:00:00.000000+02:00",
|
2022-08-11 18:19:20 +02:00
|
|
|
"description": null,
|
2022-08-21 12:13:57 +02:00
|
|
|
"id": 1,
|
|
|
|
"visible": true
|
2022-08-11 18:19:20 +02:00
|
|
|
}
|
|
|
|
```
|
2022-08-04 10:56:05 +02:00
|
|
|
|
2022-08-21 12:13:57 +02:00
|
|
|
#### GET /departement/id/1
|
2022-08-04 10:56:05 +02:00
|
|
|
```json
|
|
|
|
{
|
2022-08-11 18:19:20 +02:00
|
|
|
"acronym": "TAPI",
|
2022-08-21 12:13:57 +02:00
|
|
|
"date_creation": "2022-08-20T12:00:00.000000+02:00",
|
2022-08-11 18:19:20 +02:00
|
|
|
"description": null,
|
2022-08-21 12:13:57 +02:00
|
|
|
"id": 1,
|
|
|
|
"visible": true
|
2022-08-04 10:56:05 +02:00
|
|
|
}
|
|
|
|
```
|
2022-08-11 18:19:20 +02:00
|
|
|
|