OBJECT
CustomerTrainee
A trainee belonging to a customer in a session
link GraphQL Schema definition
- type CustomerTrainee {
- : [Abandon]
- : String
- : String
- : String
- : ElearningStats
- # Trainee specific extranet access. Be careful, this link is personnal and should
- # not be shared between trainees.
- : String
- : ID
- # Creation date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- # Returns true if the trainee follows the session on working time
- : Boolean
- # Returns true if the trainee was successful in their training
- : Boolean
- # Returns a percentage of completion of a trainee in the training session. Takes
- # into account the subsession the customer is assigned to. This information can be
- # found in the 'suivi apprenants' tab in the app
- : Float
- : [Signature]
- : [Subsession]
- : Trainee
- # Last update date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- }