48 lines
1.2 KiB
Markdown
48 lines
1.2 KiB
Markdown
### justificatifs_dept
|
|
|
|
#### GET /justificatifs/dept/1
|
|
```json
|
|
[
|
|
{
|
|
"code_nip": "3",
|
|
"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": "MODIFIE",
|
|
"etudid": 3,
|
|
"external_data": null,
|
|
"fichier": null,
|
|
"formsemestre": {
|
|
"id": 1,
|
|
"title": "TAPI-BUT-FI-S1-2021"
|
|
},
|
|
"justif_id": 4,
|
|
"raison": null,
|
|
"user_id": null,
|
|
"user_name": null,
|
|
"user_nom_complet": null
|
|
},
|
|
{
|
|
"code_nip": "NIP4",
|
|
"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": "ATTENTE",
|
|
"etudid": 4,
|
|
"external_data": null,
|
|
"fichier": null,
|
|
"formsemestre": {
|
|
"id": 1,
|
|
"title": "TAPI-BUT-FI-S1-2021"
|
|
},
|
|
"justif_id": 5,
|
|
"raison": null,
|
|
"user_id": null,
|
|
"user_name": null,
|
|
"user_nom_complet": null
|
|
},
|
|
"..."
|
|
]
|
|
```
|
|
|