Skip to main content
The Opigno Enterprise API allows administrators to control access to a specific training by defining Training Prerequisites conditions. These conditions ensure that a learner can only access the training after successfully completing one or more designated prerequisite trainings. By configuring prerequisites, administrators can specify the condition type that defines which trainings must be completed before a training is made accessible to the user.

Data Structure

TrainingPrerequisite

Represents a conditions preset to be met by user context for training application.

TrainingPrerequisitesConditionType

The TrainingPrerequisitesConditionType enum defines the possible variant of training prerequisites condition types

Queries

The training prerequisites can be accessed by any LearningPass object with trainingPrerequisites field:
  • You must have AUTHENTICATED scope to access prerequisites. Anonymous users cannot retrieve this data.
  • The API user context must be present and valid - otherwise, training prerequisites data won’t be presented.