2022-08-04 10:56:05 +02:00
|
|
|
### departements
|
|
|
|
|
2022-08-11 18:19:20 +02:00
|
|
|
#### GET /departements
|
2022-08-04 10:56:05 +02:00
|
|
|
```json
|
|
|
|
[
|
2022-08-11 18:19:20 +02:00
|
|
|
{
|
|
|
|
"id": 1,
|
|
|
|
"acronym": "TAPI",
|
|
|
|
"description": null,
|
|
|
|
"visible": true,
|
2022-08-13 19:29:08 +02:00
|
|
|
"date_creation": "2022-08-14T10:00:33.575071+02:00"
|
2022-08-11 18:19:20 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": 2,
|
|
|
|
"acronym": "AA",
|
|
|
|
"description": null,
|
|
|
|
"visible": true,
|
2022-08-13 19:29:08 +02:00
|
|
|
"date_creation": "2022-08-14T10:00:33.594772+02:00"
|
2022-08-11 18:19:20 +02:00
|
|
|
}
|
2022-08-04 10:56:05 +02:00
|
|
|
]
|
|
|
|
```
|
2022-08-11 18:19:20 +02:00
|
|
|
|