2023-02-15 10:30:37 +01:00
|
|
|
### justificatifs
|
|
|
|
|
|
|
|
#### GET /justificatifs/1
|
|
|
|
```json
|
|
|
|
[
|
2024-03-29 16:17:40 +01:00
|
|
|
{
|
|
|
|
"code_nip": "1",
|
|
|
|
"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": 1,
|
|
|
|
"external_data": null,
|
|
|
|
"fichier": null,
|
|
|
|
"justif_id": 1,
|
|
|
|
"raison": null,
|
|
|
|
"user_id": null,
|
|
|
|
"user_name": null,
|
|
|
|
"user_nom_complet": null
|
|
|
|
},
|
|
|
|
"..."
|
2023-02-15 10:30:37 +01:00
|
|
|
]
|
|
|
|
```
|
|
|
|
|
|
|
|
#### GET /justificatifs/1/query?etat=attente
|
2024-03-29 16:17:40 +01:00
|
|
|
```json
|
|
|
|
[
|
|
|
|
"..."
|
|
|
|
]
|
|
|
|
```
|
2023-07-28 11:30:28 +02:00
|
|
|
|
2024-03-29 16:17:40 +01:00
|
|
|
#### GET /justificatifs/dept/1
|
2023-02-15 10:30:37 +01:00
|
|
|
```json
|
2024-03-29 16:17:40 +01:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"code_nip": "1",
|
|
|
|
"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": 1,
|
|
|
|
"external_data": null,
|
|
|
|
"fichier": null,
|
|
|
|
"formsemestre": {
|
|
|
|
"id": 1,
|
|
|
|
"title": "TAPI-BUT-FI-S1-2021"
|
|
|
|
},
|
|
|
|
"justif_id": 1,
|
|
|
|
"raison": null,
|
|
|
|
"user_id": null,
|
|
|
|
"user_name": null,
|
|
|
|
"user_nom_complet": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"code_nip": "NIP2",
|
|
|
|
"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": "NON_VALIDE",
|
|
|
|
"etudid": 2,
|
|
|
|
"external_data": null,
|
|
|
|
"fichier": null,
|
|
|
|
"formsemestre": {
|
|
|
|
"id": 1,
|
|
|
|
"title": "TAPI-BUT-FI-S1-2021"
|
|
|
|
},
|
|
|
|
"justif_id": 2,
|
|
|
|
"raison": null,
|
|
|
|
"user_id": null,
|
|
|
|
"user_name": null,
|
|
|
|
"user_nom_complet": null
|
|
|
|
},
|
|
|
|
"..."
|
|
|
|
]
|
2023-02-15 10:30:37 +01:00
|
|
|
```
|
2024-03-29 16:17:40 +01:00
|
|
|
|
|
|
|
#### GET /justificatifs/formsemestre/1
|
|
|
|
```json
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"code_nip": "1",
|
|
|
|
"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": 1,
|
|
|
|
"external_data": null,
|
|
|
|
"fichier": null,
|
|
|
|
"justif_id": 1,
|
|
|
|
"raison": null,
|
|
|
|
"user_id": null,
|
|
|
|
"user_name": null,
|
|
|
|
"user_nom_complet": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"code_nip": "NIP2",
|
|
|
|
"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": "NON_VALIDE",
|
|
|
|
"etudid": 2,
|
|
|
|
"external_data": null,
|
|
|
|
"fichier": null,
|
|
|
|
"justif_id": 2,
|
|
|
|
"raison": null,
|
|
|
|
"user_id": null,
|
|
|
|
"user_name": null,
|
|
|
|
"user_nom_complet": null
|
|
|
|
},
|
|
|
|
"..."
|
|
|
|
]
|
|
|
|
```
|
|
|
|
|