23 lines
397 B
Markdown
23 lines
397 B
Markdown
### departements
|
|
|
|
#### GET /departements
|
|
```json
|
|
[
|
|
{
|
|
"id": 1,
|
|
"acronym": "TAPI",
|
|
"description": null,
|
|
"visible": true,
|
|
"date_creation": "2022-08-14T10:00:33.575071+02:00"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"acronym": "AA",
|
|
"description": null,
|
|
"visible": true,
|
|
"date_creation": "2022-08-14T10:00:33.594772+02:00"
|
|
}
|
|
]
|
|
```
|
|
|