OBJECT
Program
A program
link GraphQL Schema definition
- type Program {
- # Délai d'accès
- : Int
- : AccessDelayUnit
- # Code comptabilité analytique
- : String
- # Code produit en comptabilité
- : String
- # Code produit en comptabilité pour financeurs (optionnel)
- : String
- # Modalité d'admission
- : Int
- : [ProgramAssessments]
- : ProgramCapacity
- : ProgramCategory
- # DEPRECATED - Deprecated - Code certif info
- : String @deprecated( reason: "Deprecated" )
- # Numéro de contrat du certificateur
- : String
- # Identifiant du certificateur
- : String
- # Détails sur la certification
- : String
- # Certification incluse dans les frais annexes ?
- : Boolean
- # Modalités d'obtention de la certification
- : String
- : String
- # Date d'enregistrement de la certification
- : String
- : String
- # Donnée certifié
- : Boolean
- # Nom du certificateur
- : String
- # DEPRECATED - Use `parentId` instead.
- : ID @deprecated( reason: "Use `parentId` instead." )
- : String
- # DEPRECATED - Use `costsInter` instead.
- : [TrainingSessionCost] @deprecated( reason: "Use `costsInter` instead." )
- : [TrainingSessionCost]
- # CPF ?
- : Boolean
- # Code CPF
- : String
- # Date d'ajout
- : String
- # Description du programme
- : String
- # Diplôme visé par la formation
- : String
- : String
- # Nom du titre visé
- : String
- : [Document]
- # DPC ?
- : Boolean
- # DEPRECATED - Use `durationInHours` instead.
- : Float @deprecated( reason: "Use `durationInHours` instead." )
- # DEPRECATED - Use `durationInDays` instead.
- : Float @deprecated( reason: "Use `durationInDays` instead." )
- # Durée en jours du programme
- : Float
- # Durée en heures du programme
- : Float
- # Construction forfaitaire
- : Int
- # Niveau d'entrée
- : Int
- # Niveau d'entrée obligatoire ?
- : Boolean
- # Modalité entrée sortie
- : Int
- : String
- : [ProgramGoals]
- # Niveau de sortie
- : Int
- # Modalités d'obtention
- : String
- # Résultats attendus à l'issue de la formation
- : String
- # DEPRECATED - Use `graduationValidityYears` instead.
- : Int @deprecated( reason: "Use `graduationValidityYears` instead." )
- # Durée de validité (en année)
- : Int
- # Accessibilité
- : String
- # Heures de formation réalisées dans le centre
- : Float
- # Heures de formation réalisées en entreprise
- : Float
- : ID
- : Image
- # Creation date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- # Langue
- : String
- : String
- # Return null if the program is not sold on the marketplace. Otherwise, return the
- # publication date.
- : NaiveDateTime
- : MarketplaceTargetLevel
- # Description de l'équipe pédagogique
- : String
- # Nom du programme
- : String
- # En vente ?
- : Boolean
- # Objectif général de la formation (EDOF)
- : Int
- : Program
- : ID
- : [ProgramPedagogicalResources]
- # DEPRECATED - Use `room` instead.
- : String @deprecated( reason: "Use `room` instead." )
- # DEPRECATED - Use `room` instead.
- : Boolean @deprecated( reason: "Use `room` instead." )
- : [ProgramPrerequisites]
- # DEPRECATED - Use `subPrograms` instead.
- : [Program!] @deprecated( reason: "Use `subPrograms` instead." )
- : String
- # Code RNCP
- : String
- : Room
- # Code RS
- : String
- # Rythme de la formation
- : Int
- # Indicateurs de résultats
- : String
- # Afficher les intervenants dans le catalogue ?
- : Boolean
- # Bloc de compétences ?
- : Boolean
- # Spécialité de formation
- : String
- # See `programSpecialties` query for the list of all specialties
- : String
- : [ProgramStep]
- : [Program!]
- # Sous-titre du programme
- : String
- : [Tag]
- # 'available on quote' option on online catalog
- : Boolean
- : [ProgramTargets]
- # Type de parcours de formation
- : Int
- # Modalités pédagogiques
- : Int
- # Return a training session that uses the program. Will not return any session if
- # the program is a root program.
- : TrainingSession
- # Can be one of `Bilan de compétences`, `Action permettant de faire valider les
- # acquis de l’expérience`, `Action de formation par l'apprentissage`
- : String
- # Identifiant de l’émetteur
- : String
- # Last update date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- : [Program]
- # Version
- : Int
- # Code video youtube
- : String
- }