DocScoDoc/docs/samples/sample_justificatifs.json.md

27 lines
406 B
Markdown
Raw Normal View History

### justificatifs
#### GET /justificatifs/1
2023-07-28 11:30:28 +02:00
```json
[
2023-07-28 11:30:28 +02:00
{
"date_debut": "2022-09-25T08:00:00+0200",
"date_fin": "2022-09-25T16:00:00+0200",
"entry_date": "2023-07-28T11:13:45+0200",
"etat": "VALIDE",
"etudid": 1,
"fichier": null,
"justif_id": 1,
"raison": "raison",
"user_id": null
},
"..."
]
```
#### GET /justificatifs/1/query?etat=attente
2023-07-28 11:30:28 +02:00
```json
2023-07-28 11:30:28 +02:00
["..."]
```