forked from ScoDoc/DocScoDoc
27 lines
452 B
Markdown
27 lines
452 B
Markdown
|
### justificatifs
|
||
|
|
||
|
#### GET /justificatifs/1
|
||
|
```json
|
||
|
[
|
||
|
{
|
||
|
"date_debut": "2022-08-20T12:00:00.000000+02:00",
|
||
|
"date_fin": "2022-08-20T12:00:00.000000+02:00",
|
||
|
"entry_date": "2022-08-20T12:00:00.000000+02:00",
|
||
|
"etat": "VALIDE",
|
||
|
"etudid": 1,
|
||
|
"fichier": null,
|
||
|
"justif_id": 1,
|
||
|
"raison": "raison"
|
||
|
},
|
||
|
"..."
|
||
|
]
|
||
|
```
|
||
|
|
||
|
#### GET /justificatifs/1/query?etat=attente
|
||
|
```json
|
||
|
[
|
||
|
"..."
|
||
|
]
|
||
|
```
|
||
|
|