You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
162 lines
3.4 KiB
162 lines
3.4 KiB
#Erreur
|
|
NotFoundResponse:
|
|
$ref: ./erreur/notFound.yaml
|
|
|
|
ForbiddenResponse:
|
|
$ref: ./erreur/forbidden.yaml
|
|
|
|
|
|
#Collaborateur
|
|
GetCollaborateurResponse:
|
|
$ref: ./collaborateur/getCollaborateur.yaml
|
|
|
|
GetListecollaborateursResponse:
|
|
$ref: ./collaborateur/getListeCollaborateurs.yaml
|
|
|
|
GetProfilResponse:
|
|
$ref: ./collaborateur/getProfil.yaml
|
|
|
|
|
|
#Note
|
|
GetListeNoteResponse:
|
|
$ref: ./note/getListeNotes.yaml
|
|
|
|
GetNoteResponse:
|
|
$ref: ./note/getNote.yaml
|
|
|
|
NoteCreeeResponse:
|
|
$ref: ./note/noteCreee.yaml
|
|
|
|
NoteSupprimerResponse:
|
|
$ref: ./note/noteSupprimee.yaml
|
|
|
|
updateNoteResponse:
|
|
$ref: ./note/updateNote.yaml
|
|
|
|
|
|
#EP
|
|
GetEPResponse:
|
|
$ref: ./ep/getEP.yaml
|
|
|
|
GetListeEPResponse:
|
|
$ref: ./ep/getListeEP.yaml
|
|
|
|
GetListeParticipantsResponse:
|
|
$ref: ./ep/getListeParticipantsEP.yaml
|
|
|
|
GetProchainEPResponse:
|
|
$ref: ./ep/getProchainEP.yaml
|
|
|
|
RappelSignatureResponse:
|
|
$ref: ./ep/rappelSignature.yaml
|
|
|
|
SaisirProchainEPResponse:
|
|
$ref: ./ep/saisirProchainEP.yaml
|
|
|
|
UpdateEPResponse:
|
|
$ref: ./ep/updateEP.yaml
|
|
|
|
|
|
#DemandeEPI
|
|
DemandeEPIAnnuleeReponse:
|
|
$ref: ./demandeepi/demandeEPIAnnulee.yaml
|
|
|
|
DemandeEPICreeeResponse:
|
|
$ref: ./demandeepi/demandeEPICreee.yaml
|
|
|
|
EPICreeReponse:
|
|
$ref: ./demandeepi/epiCree.yaml
|
|
|
|
GetDemandeEPIResponse:
|
|
$ref: ./demandeepi/getDemandeEPI.yaml
|
|
|
|
GetListeDemandesEPIResponse:
|
|
$ref: ./demandeepi/getListeDemandesEPI.yaml
|
|
|
|
ReponseEPIReponse:
|
|
$ref: ./demandeepi/reponseDemandeEPI.yaml
|
|
|
|
|
|
#Engagement
|
|
GetEngagementReponse:
|
|
$ref: ./engagement/getEngagement.yaml
|
|
|
|
GetListeEngagementsReponse:
|
|
$ref: ./engagement/getListeEngagements.yaml
|
|
|
|
ReponseEngagementReponse:
|
|
$ref: ./engagement/reponseEngagement.yaml
|
|
|
|
|
|
#DemandeDelegation
|
|
DemandeDelegationCreeeResponse:
|
|
$ref: ./demandedelegation/demandeDelegationCreee.yaml
|
|
|
|
GetListeDemandesDelegationResponse:
|
|
$ref: ./demandedelegation/getListeDemandesDelegation.yaml
|
|
|
|
ReponseDemandeDelegationResponse:
|
|
$ref: ./demandedelegation/reponseDemandeDelegation.yaml
|
|
|
|
|
|
#Formation
|
|
FormationCreeeResponse:
|
|
$ref: ./formation/formationCreee.yaml
|
|
|
|
FormationEvalueeResponse:
|
|
$ref: ./formation/formationEvaluee.yaml
|
|
|
|
FormationSupprimeeResponse:
|
|
$ref: ./formation/formationSupprimee.yaml
|
|
|
|
GetEvaluationResponse:
|
|
$ref: ./formation/getEvaluation.yaml
|
|
|
|
GetFormationResponse:
|
|
$ref: ./formation/getFormation.yaml
|
|
|
|
GetListeFormationsResponse:
|
|
$ref: ./formation/getListeFormations.yaml
|
|
|
|
GetListeModesFormationsResponse:
|
|
$ref: ./formation/getListeModesFormation.yaml
|
|
|
|
GetListeOriginesFormationsResponse:
|
|
$ref: ./formation/getListeOriginesFormation.yaml
|
|
|
|
GetListeParticipationsFormationsResponse:
|
|
$ref: ./formation/getListeParticipationsFormation.yaml
|
|
|
|
GetListeStatutsFormationsResponse:
|
|
$ref: ./formation/getListeStatutsFormation.yaml
|
|
|
|
GetListeTypesFormationsResponse:
|
|
$ref: ./formation/getListeTypesFormation.yaml
|
|
|
|
UpdateFormationResponse:
|
|
$ref: ./formation/updateFormation.yaml
|
|
|
|
|
|
#DemandeFormation
|
|
DemandeFormationCreeeResponse:
|
|
$ref: ./demandeformation/demandeFormationCreee.yaml
|
|
|
|
GetListeDemandesFormationResponse:
|
|
$ref: ./demandeformation/getListeDemandesFormation.yaml
|
|
|
|
GetListeOriginesDemandeFormationResponse:
|
|
$ref: ./demandeformation/getListeOriginesDemandesFormation.yaml
|
|
|
|
GetListThemesResponse:
|
|
$ref: ./demandeformation/getListeThemes.yaml
|
|
|
|
ReponseDemandeFormationResponse:
|
|
$ref: ./demandeformation/reponseDemandeFormation.yaml
|
|
|
|
|
|
#Referent
|
|
GetReferentResponse:
|
|
$ref: ./referent/getReferent.yaml
|
|
|
|
GetListereferentsResponse:
|
|
$ref: ./referent/getListeReferrents.yaml |