2023-02-15 10:30:37 +01:00
|
|
|
### justificatifs
|
|
|
|
|
|
|
|
#### GET /justificatifs/1
|
2023-07-28 11:30:28 +02:00
|
|
|
|
2023-02-15 10:30:37 +01: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
|
|
|
|
},
|
|
|
|
"..."
|
2023-02-15 10:30:37 +01:00
|
|
|
]
|
|
|
|
```
|
|
|
|
|
|
|
|
#### GET /justificatifs/1/query?etat=attente
|
2023-07-28 11:30:28 +02:00
|
|
|
|
2023-02-15 10:30:37 +01:00
|
|
|
```json
|
2023-07-28 11:30:28 +02:00
|
|
|
["..."]
|
2023-02-15 10:30:37 +01:00
|
|
|
```
|