99 lines
5.9 KiB
Plaintext
99 lines
5.9 KiB
Plaintext
reference url permission method content
|
|
departements /departements GET
|
|
departements-ids /departements_ids GET
|
|
departement /departement/TAPI GET
|
|
departement /departement/id/1 GET
|
|
departement-etudiants /departement/TAPI/etudiants GET
|
|
departement-etudiants /departement/id/1/etudiants GET
|
|
departement-formsemestres_ids /departement/TAPI/formsemestres_ids GET
|
|
departement-formsemestres_ids /departement/id/1/formsemestres_ids GET
|
|
departement-formsemestres-courants /departement/TAPI/formsemestres_courants GET
|
|
departement-formsemestres-courants /departement/id/1/formsemestres_courants GET
|
|
departement-create /departement/create ScoSuperAdmin POST {"acronym": "NEWONE" , "visible": true}
|
|
departement-edit /departement/NEWONE/edit ScoSuperAdmin POST {"visible": false}
|
|
departement-delete /departement/NEWONE/delete ScoSuperAdmin POST
|
|
etudiants-courants /etudiants/courants GET
|
|
etudiants-courants /etudiants/courants/long GET
|
|
etudiant /etudiant/etudid/11 GET
|
|
etudiant /etudiant/nip/11 GET
|
|
etudiant /etudiant/ine/INE11 GET
|
|
etudiants-clef /etudiants/etudid/11 GET
|
|
etudiants-clef /etudiants/ine/INE11 GET
|
|
etudiants-clef /etudiants/nip/11 GET
|
|
etudiant-formsemestres /etudiant/etudid/11/formsemestres GET
|
|
etudiant-formsemestres /etudiant/ine/INE11/formsemestres GET
|
|
etudiant_formsemestres /etudiant/nip/11/formsemestres GET
|
|
etudiant-formsemestre-bulletin /etudiant/etudid/11/formsemestre/1/bulletin GET
|
|
etudiant-formsemestre-bulletin /etudiant/ine/INE11/formsemestre/1/bulletin GET
|
|
etudiant-formsemestre-bulletin /etudiant/nip/11/formsemestre/1/bulletin GET
|
|
etudiant-formsemestre-bulletin /etudiant/nip/11/formsemestre/1/bulletin/short/pdf GET
|
|
etudiant-formsemestre-groups /etudiant/etudid/11/formsemestre/1/groups GET
|
|
formations /formations GET
|
|
formations_ids /formations_ids GET
|
|
formation /formation/1 GET
|
|
formation-export /formation/1/export GET
|
|
formation-export /formation/1/export_with_ids GET
|
|
formation-referentiel_competences /formation/1/referentiel_competences GET
|
|
moduleimpl /moduleimpl/1 GET
|
|
formsemestre /formsemestre/1 GET
|
|
formsemestres-query /formsemestres/query?annee_scolaire=2022&etape_apo=A2 GET
|
|
formsemestre-bulletins /formsemestre/1/bulletins GET
|
|
formsemestre-programme /formsemestre/1/programme GET
|
|
formsemestre-etudiants /formsemestre/1/etudiants GET
|
|
formsemestre-etudiants /formsemestre/1/etudiants/long GET
|
|
formsemestre-etudiants-query /formsemestre/1/etudiants/query?etat=D GET
|
|
formsemestre-etat_evals /formsemestre/1/etat_evals GET
|
|
formsemestre-resultats /formsemestre/1/resultats GET
|
|
formsemestre-decisions_jury /formsemestre/1/decisions_jury GET
|
|
formsemestre-partitions /formsemestre/1/partitions GET
|
|
partition /partition/1 GET
|
|
group-etudiants /group/1/etudiants GET
|
|
group-etudiants-query /group/1/etudiants/query?etat=D GET
|
|
moduleimpl-evaluations /moduleimpl/1/evaluations GET
|
|
evaluation-notes /evaluation/1/notes GET
|
|
user /user/1 GET
|
|
users-query /users/query?starts_with=u_ GET
|
|
permissions /permissions GET
|
|
roles /roles GET
|
|
role /role/Observateur GET
|
|
group-set_etudiant /group/1/set_etudiant/10 ScoSuperAdmin POST
|
|
group-remove_etudiant /group/1/remove_etudiant/10 ScoSuperAdmin POST
|
|
partition-group-create /partition/1/group/create ScoSuperAdmin POST {"group_name": "NEW_GROUP"}
|
|
group-edit /group/2/edit ScoSuperAdmin POST {"group_name": "NEW_GROUP2"}
|
|
group-delete /group/2/delete ScoSuperAdmin POST
|
|
formsemestre-partition-create /formsemestre/1/partition/create ScoSuperAdmin POST {"partition_name": "PART"}
|
|
formsemestre-partitions-order /formsemestre/1/partitions/order ScoSuperAdmin POST [ 1 ]
|
|
partition-edit /partition/1/edit ScoSuperAdmin POST {"partition_name":"P2BIS", "numero":3,"bul_show_rank":true,"show_in_lists":false, "groups_editable":true}
|
|
partition-remove_etudiant /partition/2/remove_etudiant/10 ScoSuperAdmin POST
|
|
partition-groups-order /partition/1/groups/order ScoSuperAdmin POST [ 1 ]
|
|
partition-delete /partition/2/delete ScoSuperAdmin POST
|
|
user-create /user/create ScoSuperAdmin POST {"user_name": "alain", "dept": null, "nom": "alain", "prenom": "bruno", "active": true }
|
|
user-edit /user/10/edit ScoSuperAdmin POST { "dept": "TAPI", "nom": "alain2", "prenom": "bruno2", "active": false }
|
|
user-password /user/3/password ScoSuperAdmin POST { "password": "rePlaCemeNT456averylongandcomplicated" }
|
|
user-password /user/3/password ScoSuperAdmin POST { "password": "too_simple" }
|
|
user-role-add /user/10/role/Observateur/add ScoSuperAdmin POST
|
|
user-role-remove /user/10/role/Observateur/remove ScoSuperAdmin POST
|
|
role-create /role/create/customRole ScoSuperAdmin POST {"permissions": ["ScoView", "ScoUsersView"]}
|
|
role-remove_permission /role/customRole/remove_permission/ScoUsersView ScoSuperAdmin POST
|
|
role-add_permission /role/customRole/add_permission/ScoUsersView ScoSuperAdmin POST
|
|
role-edit /role/customRole/edit ScoSuperAdmin POST { "name" : "LaveurDeVitres", "permissions" : [ "ScoView" ] }
|
|
role-delete /role/customRole/delete ScoSuperAdmin POST
|
|
logos /logos ScoSuperAdmin GET
|
|
logo /logo/demo ScoSuperAdmin GET
|
|
departement-logos /departement/TAPI/logos ScoSuperAdmin GET
|
|
departement-logos /departement/id/1/logos ScoSuperAdmin GET
|
|
departement-logo /departement/TAPI/logo/demo ScoSuperAdmin GET
|
|
departement-logo /departement/id/1/logo/demo ScoSuperAdmin GET
|
|
test-pdf /etudiant/nip/11/formsemestre/1/bulletin/pdf GET
|
|
test-pdf /etudiant/nip/11/formsemestre/1/bulletin/pdf GET
|
|
test-pdf /etudiant/etudid/11/formsemestre/1/bulletin/short/pdf GET
|
|
test-pdf /etudiant/ine/INE11/formsemestre/1/bulletin/short/pdf GET
|
|
test-pdf /etudiant/nip/11/formsemestre/1/bulletin/short/pdf GET
|
|
test-pdf /etudiant/etudid/11/formsemestre/1/bulletin/pdf GET
|
|
test-pdf /etudiant/etudid/11/formsemestre/1/bulletin/short GET
|
|
test-pdf /etudiant/ine/INE11/formsemestre/1/bulletin/short GET
|
|
test-pdf /etudiant/nip/11/formsemestre/1/bulletin/short GET
|
|
test-pdf /etudiant/etudid/11/formsemestre/1/bulletin GET
|
|
test-pdf /etudiant/ine/INE11/formsemestre/1/bulletin GET
|
|
test-pdf /etudiant/nip/11/formsemestre/1/bulletin GET
|