OBJECT
TrainingSession
A training session
link GraphQL Schema definition
- type TrainingSession {
- : [Abandon]
- # The academy of the training session. Only useful if you have multiple academy.
- : Academy
- # Address of the room. `À distance` if remote = true. Format: roadnumber
- # roadrepetition roadtype roadlabel citycode city.
- : String
- : String
- : [Document]
- : ID
- # DEPRECATED - Deprecated - Durée moyenne d'un créneau dans l'intervalle de dates
- : Float @deprecated( reason: "Deprecated" )
- : [Document]
- : Float
- : [Charge]
- # DEPRECATED - Use `room` instead
- : String @deprecated( reason: "Use `room` instead" )
- # Code interne de la session
- : String
- # Code fundae de la session
- : String
- # Spanish administration only - Should be in this format '035-22' from
- # administration rules
- : String
- # Spanish administration only - FUNDAE group code
- : String
- : [Comment]
- # Sous traitance ?
- : Boolean
- # List of costs of the training session (depend on rooms, instructor...)
- : [TrainingSessionCost]
- : String
- : [Customer]
- # Only returns fix dates - does not return intervals
- : [TrainingSessionDate]
- # DEPRECATED - Deprecated - Dates en mode intervalle ?
- : Boolean @deprecated( reason: "Deprecated" )
- : String
- # DEPRECATED - Use `datesWebcalUrl` and `datesGoogleUrl` instead
- : String @deprecated( reason: "Use `datesWebcalUrl` and `datesGoogleUrl` instead" )
- # Give the URL to download a .ics file of your calendar
- : String
- # Type de diplôme décerné
- : String
- # Titre du diplôme décerné
- : String
- : [Document]
- # Session DPC ?
- : Boolean
- : [EditableComponentUnion]
- # Ending date of the last subsession (the last module) ordered by end date.
- : String
- : [EvaluationsScores]
- : [NewEvaluation]
- : EditableHtml
- # General session extranet access
- : String
- : [Folder]
- # Frozen session are sessions that you can only see in the 'archived sessions'
- # tab. Return the date the session got archived or null if the session has not
- # been archived yet.
- : Date
- : [Grade]
- : Boolean
- : Boolean
- : ID
- : Image
- # Creation date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- : [Instructor]
- # Inter entreprise ?
- : Boolean
- : [Invoice]
- # Spanish administration only - Is the level of the training session basic or
- # higher education
- : Boolean
- # List of the learning paths pertaining to the session, the requester can have
- # access to.
- : [LearningPath]
- # Messagerie instantanée visible dans l'extranet ?
- : Boolean
- # Administrator of the training session
- : Subuser
- : [Module]
- # Nom de la session
- : String
- # Personal notes
- : [Note]
- : Int
- # Spanish administration only - Used to add observations on AF or IGF Export
- # fundae.
- : String
- # DEPRECATED - Use `evaluations` instead
- : [PendingEvaluation] @deprecated( reason: "Use `evaluations` instead" )
- # List of date slots that an actor did not sign
- : [TrainingSessionSlot]
- # A training session's pipeline state, can be one of the following strings:
- # "crm_only", "draft", "incomplete", "ongoing", "finished".
- : String
- # Si pas de salle associée à la session, adresse du lieu de formation
- : String
- : PlaceInfo
- # Si pas de salle associée à la session, nom du lieu de formation
- : String
- # Spanish administration only - Should be 4 letters from administration rules
- : String
- # The program this training session is assigned to
- : Program
- # Synthèses des résultats des évaluations de satisfaction
- : String
- # Synthèse des attentes clients
- : String
- # Synthèse des conditions de succès
- : String
- # Formation à distance
- : Boolean
- # Room assigned to the training session (returns null when room is not a saved
- # room)
- : Room
- # Administrator 2 of the training session
- : Subuser
- # Dates visibles dans l'extranet ?
- : Boolean
- # Lieu visible dans l'extranet ?
- : Boolean
- # Carte visible dans l'extranet ?
- : Boolean
- # Règlement intérieur visible dans l'extranet ?
- : Boolean
- # Bouton d'émargement affiché automatiquement ?
- : Boolean
- # Page de suivi pédagogique individualisé
- : Boolean
- # Liste des apprenants visible dans l'extranet ?
- : Boolean
- # Spécialité de formation
- : String
- # Starting date of the first subsession (the first module) ordered by start date.
- : String
- # A list of all subsession assign to the training session. A subsession get
- # created for every module.
- : [Subsession]
- # Fuseau horaire de la session
- : String
- : [Trainee]
- : [TrainingSessionInstructor]
- # List of date slots of the training session
- : [TrainingSessionSlot]
- # Type d'action de formation
- : String
- # Type de session
- : String
- # Last update date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- # Carte visible dans l'extranet ?
- : Boolean
- # DEPRECATED - Use `academy` instead
- : User @deprecated( reason: "Use `academy` instead" )
- # Date d'admissibilité VAE
- : String
- }
link Require by
- ChargeA charge
- CompanyA Company
- CustomerA customer of a session
- EvaluationAn evaluation
- FundingAgencyA funding Agency
- GradeAn individual grade of a specific trainee on a specific training session
- InstructorAn instructor
- InvoiceAn invoice
- NewEvaluationAn evaluation
- Notenull
- ProgramA program
- QuotationA quotation
- Registrationnull
- RegistrationTraineeTrainingSessionnull
- RootMutationTypenull
- RootQueryTypenull
- SubsessionA subsession
- SubuserA subuser - Describes someone that has some access to the academy.
- TraineeA trainee - Represents an individual taking a part in a training session. Can attend multiple training sessions.
- TrainingSessionInstructorAn instructor working in a training session