DocScoDoc/docs/samples/sample_departement.json.md
2022-08-14 10:04:11 +02:00

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"
}
```