|
|
@ -1,6 +1,6 @@ |
|
|
|
openapi: 3.0.0 |
|
|
|
openapi: 3.0.0 |
|
|
|
info: |
|
|
|
info: |
|
|
|
version: 1.3.1 |
|
|
|
version: 1.3.2 |
|
|
|
title: API du serveur de l'application de digitalisation des EP |
|
|
|
title: API du serveur de l'application de digitalisation des EP |
|
|
|
description: |
|
|
|
description: |
|
|
|
API qui sra utilisée afin de faire communiquer le client et le serveur ainsi que le serveur et la boîte noire. |
|
|
|
API qui sra utilisée afin de faire communiquer le client et le serveur ainsi que le serveur et la boîte noire. |
|
|
@ -17,22 +17,28 @@ paths: |
|
|
|
$ref: ./paths/collaborateur/collaborateurs.yaml |
|
|
|
$ref: ./paths/collaborateur/collaborateurs.yaml |
|
|
|
/collaborateurs/{idCollaborateur}: |
|
|
|
/collaborateurs/{idCollaborateur}: |
|
|
|
$ref: ./paths/collaborateur/collaborateurById.yaml |
|
|
|
$ref: ./paths/collaborateur/collaborateurById.yaml |
|
|
|
/collaborateurs/{mail}: |
|
|
|
/collaborateurs/mail/{mail}: |
|
|
|
$ref: ./paths/collaborateur/collaborateurByMail.yaml |
|
|
|
$ref: ./paths/collaborateur/collaborateurByMail.yaml |
|
|
|
/collaborateurs/{mail}/profil: |
|
|
|
/collaborateurs/profil/{mail}: |
|
|
|
$ref: ./paths/collaborateur/collaborateurProfilByMail.yaml |
|
|
|
$ref: ./paths/collaborateur/collaborateurProfilByMail.yaml |
|
|
|
/collaborateurs/referent/{idReferent}: |
|
|
|
/collaborateurs/referent/{idReferent}: |
|
|
|
$ref: ./paths/collaborateur/collaborateursReferent.yaml |
|
|
|
$ref: ./paths/collaborateur/collaborateursReferent.yaml |
|
|
|
|
|
|
|
|
|
|
|
#Note |
|
|
|
#Note |
|
|
|
/notes/: |
|
|
|
/notes/: |
|
|
|
$ref: ./paths/note/note.yaml |
|
|
|
$ref: ./paths/note/notes.yaml |
|
|
|
|
|
|
|
/notes/nouvellenote: |
|
|
|
|
|
|
|
$ref: ./paths/note/nouvelleNote.yaml |
|
|
|
/notes/{idNote}: |
|
|
|
/notes/{idNote}: |
|
|
|
$ref: ./paths/note/noteById.yaml |
|
|
|
$ref: ./paths/note/noteById.yaml |
|
|
|
|
|
|
|
/notes/{idNote}/updateNote: |
|
|
|
|
|
|
|
$ref: ./paths/note/updateNote.yaml |
|
|
|
/notes/auteur/{idReferent}: |
|
|
|
/notes/auteur/{idReferent}: |
|
|
|
$ref: ./paths/note/notesAuteur.yaml |
|
|
|
$ref: ./paths/note/notesAuteur.yaml |
|
|
|
/notes/auteur/{idReferent}/collaborateur/{idCollaborateur}: |
|
|
|
/notes/auteur/{idReferent}/collaborateur/{idCollaborateur}: |
|
|
|
$ref: ./paths/note/notesParCollaborateur.yaml |
|
|
|
$ref: ./paths/note/notesParCollaborateur.yaml |
|
|
|
|
|
|
|
/notes/{idNote}/supprimer: |
|
|
|
|
|
|
|
$ref: ./paths/note/supprimerNote.yaml |
|
|
|
|
|
|
|
|
|
|
|
#Referent |
|
|
|
#Referent |
|
|
|
/referents: |
|
|
|
/referents: |
|
|
@ -59,8 +65,10 @@ paths: |
|
|
|
$ref: ./paths/ep/prochainsEPReferent.yaml |
|
|
|
$ref: ./paths/ep/prochainsEPReferent.yaml |
|
|
|
/ep/{idEP}/rappelSignature: |
|
|
|
/ep/{idEP}/rappelSignature: |
|
|
|
$ref: ./paths/ep/rappelSignature.yaml |
|
|
|
$ref: ./paths/ep/rappelSignature.yaml |
|
|
|
/ep/update: |
|
|
|
/ep/{idEP}/updateep: |
|
|
|
$ref: ./paths/ep/updateEP.yaml |
|
|
|
$ref: ./paths/ep/updateEP.yaml |
|
|
|
|
|
|
|
/ep/{idEP}/updatesaisie: |
|
|
|
|
|
|
|
$ref: ./paths/ep/updateSaisieEP.yaml |
|
|
|
/ep/enCours: |
|
|
|
/ep/enCours: |
|
|
|
$ref: ./paths/ep/epEnCours.yaml |
|
|
|
$ref: ./paths/ep/epEnCours.yaml |
|
|
|
/ep/signes: |
|
|
|
/ep/signes: |
|
|
@ -99,10 +107,14 @@ paths: |
|
|
|
$ref: ./paths/engagement/engagementsEnAttente.yaml |
|
|
|
$ref: ./paths/engagement/engagementsEnAttente.yaml |
|
|
|
/engagements/repondus: |
|
|
|
/engagements/repondus: |
|
|
|
$ref: ./paths/engagement/engagementsRepondus.yaml |
|
|
|
$ref: ./paths/engagement/engagementsRepondus.yaml |
|
|
|
|
|
|
|
/engagements/{idEngagement}/repondre: |
|
|
|
|
|
|
|
$ref: ./paths/engagement/engagementReponse.yaml |
|
|
|
|
|
|
|
|
|
|
|
#DemandeFormation |
|
|
|
#DemandeFormation |
|
|
|
/demandeformation: |
|
|
|
/demandeformation: |
|
|
|
$ref: ./paths/demandeformation/demandesFormation.yaml |
|
|
|
$ref: ./paths/demandeformation/demandesFormation.yaml |
|
|
|
|
|
|
|
/demandeformation/{idDemandeFormation}/repondre: |
|
|
|
|
|
|
|
$ref: ./paths/demandeformation/demandeFormationRepondre.yaml |
|
|
|
/demandeformation/enattente: |
|
|
|
/demandeformation/enattente: |
|
|
|
$ref: ./paths/demandeformation/demandesFormationAttente.yaml |
|
|
|
$ref: ./paths/demandeformation/demandesFormationAttente.yaml |
|
|
|
/demandeformation/repondus: |
|
|
|
/demandeformation/repondus: |
|
|
@ -121,6 +133,10 @@ paths: |
|
|
|
$ref: ./paths/formation/formations.yaml |
|
|
|
$ref: ./paths/formation/formations.yaml |
|
|
|
/formations/{idFormation}: |
|
|
|
/formations/{idFormation}: |
|
|
|
$ref: ./paths/formation/formationById.yaml |
|
|
|
$ref: ./paths/formation/formationById.yaml |
|
|
|
|
|
|
|
/formations/{idFormation}/update: |
|
|
|
|
|
|
|
$ref: ./paths/formation/updateFormation.yaml |
|
|
|
|
|
|
|
/formations/{idFormation}/supprimer: |
|
|
|
|
|
|
|
$ref: ./paths/formation/supprimerFormation.yaml |
|
|
|
/formations/prochaines: |
|
|
|
/formations/prochaines: |
|
|
|
$ref: ./paths/formation/prochainesFormations.yaml |
|
|
|
$ref: ./paths/formation/prochainesFormations.yaml |
|
|
|
/formations/realisees: |
|
|
|
/formations/realisees: |
|
|
|