DocScoDoc/docs/samples/sample_departement.json.md
2022-08-11 18:19:20 +02:00

25 lines
381 B
Markdown

### departement
#### GET /departement/TAPI
```json
{
"id": 1,
"acronym": "TAPI",
"description": null,
"visible": true,
"date_creation": "2022-08-10T10:07:53.423920+02:00"
}
```
#### GET /departement/id/1
```json
{
"id": 1,
"acronym": "TAPI",
"description": null,
"visible": true,
"date_creation": "2022-08-10T10:07:53.423920+02:00"
}
```