DocScoDoc/docs/samples/sample_departement.json.md

27 lines
431 B
Markdown
Raw Permalink Normal View History

### departement
2022-08-04 10:56:05 +02:00
#### GET /departement/TAPI
```json
{
"acronym": "TAPI",
"date_creation": "2022-08-20T12:00:00.000000+02:00",
2022-12-27 09:54:58 +01:00
"dept_name": "TAPI",
"description": null,
"id": 1,
"visible": true
}
```
2022-08-04 10:56:05 +02:00
#### GET /departement/id/1
2022-08-04 10:56:05 +02:00
```json
{
"acronym": "TAPI",
"date_creation": "2022-08-20T12:00:00.000000+02:00",
2022-12-27 09:54:58 +01:00
"dept_name": "TAPI",
"description": null,
"id": 1,
"visible": true
2022-08-04 10:56:05 +02:00
}
```