2022-08-11 18:19:20 +02:00
|
|
|
### departement
|
2022-08-04 10:56:05 +02:00
|
|
|
|
2022-08-11 18:19:20 +02:00
|
|
|
#### GET /departement/TAPI
|
|
|
|
```json
|
|
|
|
{
|
|
|
|
"id": 1,
|
|
|
|
"acronym": "TAPI",
|
|
|
|
"description": null,
|
|
|
|
"visible": true,
|
|
|
|
"date_creation": "2022-08-10T10:07:53.423920+02:00"
|
|
|
|
}
|
|
|
|
```
|
2022-08-04 10:56:05 +02:00
|
|
|
|
2022-08-11 18:19:20 +02:00
|
|
|
#### GET /departement/id/1
|
2022-08-04 10:56:05 +02:00
|
|
|
```json
|
|
|
|
{
|
|
|
|
"id": 1,
|
2022-08-11 18:19:20 +02:00
|
|
|
"acronym": "TAPI",
|
|
|
|
"description": null,
|
2022-08-04 10:56:05 +02:00
|
|
|
"visible": true,
|
2022-08-11 18:19:20 +02:00
|
|
|
"date_creation": "2022-08-10T10:07:53.423920+02:00"
|
2022-08-04 10:56:05 +02:00
|
|
|
}
|
|
|
|
```
|
2022-08-11 18:19:20 +02:00
|
|
|
|