type: object description: Tous les détails d'un EP lorsqu'il est consulté properties: id: type: integer format: int64 type: type: string dateDisponibilite: type: string format: date-time datePrevisionnelle: type: string format: date-time dateSaisie: type: string format: date-time statut: type: integer cv: type: string propositionsEntretien: type: array items: $ref: ./rdvEntretien.yaml rdvEntretien: $ref: ./rdvEntretien.yaml choixTypeEntretien: $ref: ./typeEntretien.yaml obligatoire: type: boolean objectif: type: array items: $ref: ./objectif.yaml objectifPrecedent: type: array items: $ref: ./objectifPrecedent.yaml commentaireAssistant: type: string commentaireCommercial: type: string collaborateur: $ref: ../collaborateur/collaborateur.yaml referent: $ref: ../collaborateur/referent.yaml demandesFormation: type: array items: $ref: ../demandeformation/demandeFormation.yaml participants: type: array items: $ref: ./participationEP.yaml engagements: type: array items: $ref: ../ep/engagement.yaml augmentationSalaire: $ref: ./augmentationSalaire.yaml demandesDelegation: type: array items: $ref: ../demandedelegation/demandeDelegation.yaml documents: type: array items: $ref: ./document.yaml required: - id - type - dateDisponibilite - datePrevisionnelle - statut - cv - obligatoire - collaborateur - referent - documents