DocScoDoc/docs/samples/sample_formsemestres-query....

4.0 KiB

formsemestres-query

GET /formsemestres/query?annee_scolaire=2022&etape_apo=A2

[
    {
        "annee_scolaire": 2021,
        "block_moyenne_generale": false,
        "block_moyennes": false,
        "bul_bgcolor": "white",
        "bul_hide_xml": false,
        "date_debut": "01/09/2021",
        "date_debut_iso": "2021-09-01",
        "date_fin": "31/08/2022",
        "date_fin_iso": "2022-08-31",
        "departement": {
            "acronym": "TAPI",
            "date_creation": "2022-08-20T12:00:00.000000+02:00",
            "description": null,
            "id": 1,
            "visible": true
        },
        "dept_id": 1,
        "elt_annee_apo": null,
        "elt_sem_apo": null,
        "ens_can_edit_eval": false,
        "etape_apo": "A1, A2, A3",
        "etat": true,
        "formation": {
            "acronyme": "BUT R&T",
            "code_specialite": null,
            "departement": {
                "acronym": "TAPI",
                "date_creation": "2022-08-20T12:00:00.000000+02:00",
                "description": null,
                "id": 1,
                "visible": true
            },
            "dept_id": 1,
            "formation_code": "V1RET",
            "formation_id": 1,
            "id": 1,
            "referentiel_competence_id": 1,
            "titre": "BUT R&T",
            "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications",
            "type_parcours": 700,
            "version": 1
        },
        "formation_id": 1,
        "formsemestre_id": 1,
        "gestion_compensation": false,
        "gestion_semestrielle": false,
        "id": 1,
        "modalite": "FI",
        "parcours": [],
        "resp_can_change_ens": true,
        "resp_can_edit": false,
        "responsables": [],
        "scodoc7_id": null,
        "semestre_id": 1,
        "session_id": "TAPI-BUT-FI-S1-2021",
        "titre": "Semestre test",
        "titre_court": "BUT R&T",
        "titre_num": "Semestre test semestre 1"
    },
    "..."
]

GET /formsemestres/query?nip=11

[
    {
        "annee_scolaire": 2021,
        "block_moyenne_generale": false,
        "block_moyennes": false,
        "bul_bgcolor": "white",
        "bul_hide_xml": false,
        "date_debut": "01/09/2021",
        "date_debut_iso": "2021-09-01",
        "date_fin": "31/08/2022",
        "date_fin_iso": "2022-08-31",
        "departement": {
            "acronym": "TAPI",
            "date_creation": "2022-08-20T12:00:00.000000+02:00",
            "description": null,
            "id": 1,
            "visible": true
        },
        "dept_id": 1,
        "elt_annee_apo": null,
        "elt_sem_apo": null,
        "ens_can_edit_eval": false,
        "etape_apo": "A1, A2, A3",
        "etat": true,
        "formation": {
            "acronyme": "BUT R&T",
            "code_specialite": null,
            "departement": {
                "acronym": "TAPI",
                "date_creation": "2022-08-20T12:00:00.000000+02:00",
                "description": null,
                "id": 1,
                "visible": true
            },
            "dept_id": 1,
            "formation_code": "V1RET",
            "formation_id": 1,
            "id": 1,
            "referentiel_competence_id": 1,
            "titre": "BUT R&T",
            "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications",
            "type_parcours": 700,
            "version": 1
        },
        "formation_id": 1,
        "formsemestre_id": 1,
        "gestion_compensation": false,
        "gestion_semestrielle": false,
        "id": 1,
        "modalite": "FI",
        "parcours": [],
        "resp_can_change_ens": true,
        "resp_can_edit": false,
        "responsables": [],
        "scodoc7_id": null,
        "semestre_id": 1,
        "session_id": "TAPI-BUT-FI-S1-2021",
        "titre": "Semestre test",
        "titre_court": "BUT R&T",
        "titre_num": "Semestre test semestre 1"
    },
    "..."
]