DocScoDoc/docs/samples/sample_formsemestre-bulletins.json.md

231 lines
5.5 KiB
Markdown
Raw Normal View History

### formsemestre-bulletins
2022-08-02 20:58:45 +02:00
`/api/formsemestre/911/bulletins`
```json
2022-08-02 20:58:45 +02:00
[
{
2022-08-02 20:58:45 +02:00
"version": "0",
"type": "BUT",
"date": "2022-08-02T10:25:37.411626Z",
"publie": true,
"etudiant": {
"civilite": "M",
"code_ine": "0910036777K",
"code_nip": "21701024",
"date_naissance": "05/10/1999",
"dept_id": 6,
"dept_acronym": "INFO",
"email": "quentin.albert.etu@univ-lille.fr",
"emailperso": "quentin.nether@gmail.com",
"etudid": 11958,
"nom": "ALBERT",
"prenom": "QUENTIN",
"nomprenom": "M. Quentin ALBERT",
"lieu_naissance": "ROUBAIX",
"dept_naissance": "",
"nationalite": "",
"boursier": "",
"fiche_url": "/ScoDoc/INFO/Scolarite/ficheEtud?etudid=11958",
"photo_url": "/ScoDoc/INFO/Scolarite/get_photo_image?etudid=11958&size=small",
"id": 11958,
"domicile": "25 Allée de la marbrerie",
"villedomicile": "TOURCOING",
"telephone": "0664126512",
"fax": "",
"description": "(infos admission)",
"codepostaldomicile": "59200",
"paysdomicile": "",
"telephonemobile": "0621096401",
"typeadresse": "domicile"
},
"formation": {
"id": 374,
"acronyme": "BUT Informatique",
"titre_officiel": "Licence professionnelle",
"titre": "BUT Informatique"
},
"formsemestre_id": 944,
"etat_inscription": "I",
"options": {
"show_abs": false,
"show_abs_modules": false,
"show_ects": false,
"show_codemodules": false,
"show_matieres": false,
"show_rangs": true,
"show_ue_rangs": false,
"show_mod_rangs": false,
"show_moypromo": false,
"show_minmax": false,
"show_minmax_mod": false,
"show_minmax_eval": false,
"show_coef": true,
"show_ue_cap_details": false,
"show_ue_cap_current": true,
"show_temporary": false,
"temporary_txt": "PROVISOIRE",
"show_uevalid": true,
"show_date_inscr": false
},
"ressources": {
"R1.01": {
"id": 15278,
"titre": "Initiation au dév.",
"code_apogee": null,
"url": "/ScoDoc/INFO/Scolarite/Notes/moduleimpl_status?moduleimpl_id=15278",
"moyenne": {},
"evaluations": []
},
"R1.02": {
"id": 15275,
"titre": "Dev. interfaces web",
"code_apogee": null,
"url": "/ScoDoc/INFO/Scolarite/Notes/moduleimpl_status?moduleimpl_id=15275",
"moyenne": {},
"evaluations": []
},
...
},
"saes": {
"SAE1.01": {
"id": 15279,
"titre": "SAE1.01",
"code_apogee": null,
"url": "/ScoDoc/INFO/Scolarite/Notes/moduleimpl_status?moduleimpl_id=15279",
"moyenne": {},
"evaluations": []
},
"SAE1.02": {
"id": 15263,
"titre": "SAE1.02",
"code_apogee": null,
"url": "/ScoDoc/INFO/Scolarite/Notes/moduleimpl_status?moduleimpl_id=15263",
"moyenne": {},
"evaluations": []
},
...
},
"ues": {
"UE 1.1": {
"id": 2074,
"titre": "Réaliser un développement d'application",
"numero": 1,
"type": 0,
"color": "#B80004",
"competence": null,
"moyenne": {
"value": "~",
"min": "~",
"max": "~",
"moy": "~",
"rang": "",
"total": 0,
"groupes": {}
},
"bonus": "00.00",
"malus": "00.00",
"capitalise": null,
"ressources": {
"R1.01": {
"id": 15278,
"coef": 0.42,
"moyenne": "~"
},
"R1.02": {
"id": 15275,
"coef": 0.12,
"moyenne": "~"
},
"R1.10": {
"id": 15266,
"coef": 0.06,
"moyenne": "~"
}
},
"saes": {
"SAE1.01": {
"id": 15279,
"coef": 0.4,
"moyenne": "~"
}
}
},
"UE 1.2": {
"id": 2081,
"titre": "Optimiser des applications informatiques",
"numero": 200,
"type": 0,
"color": "#F97B3D",
"competence": null,
"moyenne": {
"value": "~",
"min": "~",
"max": "~",
"moy": "~",
"rang": "",
"total": 0,
"groupes": {}
},
"bonus": "00.00",
"malus": "00.00",
"capitalise": null,
"ressources": {
"R1.01": {
"id": 15278,
"coef": 0.24,
"moyenne": "~"
},
"R1.03": {
"id": 15270,
"coef": 0.06,
"moyenne": "~"
},
"R1.06": {
"id": 15262,
"coef": 0.15,
"moyenne": "~"
},
"R1.07": {
"id": 15268,
"coef": 0.15,
"moyenne": "~"
}
},
"saes": {
"SAE1.02": {
"id": 15263,
"coef": 0.4,
"moyenne": "~"
}
}
},
...
},
"semestre": {
"etapes": [
"1BFQQU"
],
"date_debut": "2022-09-01",
"date_fin": "2022-12-31",
"annee_universitaire": "2022 - 2023",
"numero": 1,
"inscription": "",
"groupes": [],
"notes": {
"value": "00.00",
"min": "00.00",
"moy": "11.24",
"max": "14.06"
},
"rang": {
"value": "10",
"total": 10,
"groupes": {}
}
}
},
...
2022-08-02 20:58:45 +02:00
]
```