IOM - Internal API (2.0.0)

Download OpenAPI specification:

IOM - Internal API

configuration

Configuration

getConfigurationEntries

Retrieve configuration values

Responses

Response samples

Content type
application/json
[
  • {
    }
]

tags

Tags

getAllTrainingTags

Retrieve all available training tags

query Parameters
includeAssignedTrainingIds
boolean
Default: false

If set to true each tag will contain a List of IDs representing the currently available Trainings for the requesting user.

Responses

Response samples

Content type
application/json
[
  • {
    }
]

getTrainingIdsForTag

Retrieve the IDs of the trainings assigned to the tag referred by tagId

path Parameters
tagId
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • 0
]

sso

Single-Sign-On

getProviders

Retrieve all available SSO providers

query Parameters
language
string
Example: language=de

ISO2 language code, e.g. de, en, fr, …

Responses

Response samples

Content type
application/json