curl --request POST \
--url https://{host}/talent-training/api/v1/trainings \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data @- <<EOF
{
"title": "Mastering French: From Basics to Fluency",
"subtitle": "A Complete Training Program to Speak, Read, and Write with Confidence",
"description": "Unlock the beauty of the French language with this immersive training designed for learners at all levels. Whether you're a complete beginner or looking to refine your skills, this course covers essential grammar, vocabulary, pronunciation, and real-world conversation practice. Through interactive lessons, cultural insights, and practical exercises, you'll gain the tools and confidence to use French in everyday and professional settings.",
"providerId": 12,
"level": "Beginner",
"isCertifying": false,
"isMandatory": false,
"categoryId": 2
}
EOF{
"id": 45,
"state": "Ready",
"type": "External",
"title": "Mastering French: From Basics to Fluency",
"subtitle": "A Complete Training Program to Speak, Read, and Write with Confidence",
"description": "Unlock the beauty of the French language with this immersive training designed for learners at all levels. Whether you're a complete beginner or looking to refine your skills, this course covers essential grammar, vocabulary, pronunciation, and real-world conversation practice. Through interactive lessons, cultural insights, and practical exercises, you'll gain the tools and confidence to use French in everyday and professional settings.",
"provider": {
"id": 12,
"name": "L'Élan Français",
"websiteHref": "https://elan-francais.fr"
},
"level": "Beginner",
"isCertifying": false,
"isMandatory": false,
"category": {
"id": 2,
"name": "Languages",
"t9n": {
"name": {
"Ff": "Langues",
"Es": "Idiomas"
}
}
}
}Creates a training with the state ‘ready’, which by default is not displayed in the public catalog.
curl --request POST \
--url https://{host}/talent-training/api/v1/trainings \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data @- <<EOF
{
"title": "Mastering French: From Basics to Fluency",
"subtitle": "A Complete Training Program to Speak, Read, and Write with Confidence",
"description": "Unlock the beauty of the French language with this immersive training designed for learners at all levels. Whether you're a complete beginner or looking to refine your skills, this course covers essential grammar, vocabulary, pronunciation, and real-world conversation practice. Through interactive lessons, cultural insights, and practical exercises, you'll gain the tools and confidence to use French in everyday and professional settings.",
"providerId": 12,
"level": "Beginner",
"isCertifying": false,
"isMandatory": false,
"categoryId": 2
}
EOF{
"id": 45,
"state": "Ready",
"type": "External",
"title": "Mastering French: From Basics to Fluency",
"subtitle": "A Complete Training Program to Speak, Read, and Write with Confidence",
"description": "Unlock the beauty of the French language with this immersive training designed for learners at all levels. Whether you're a complete beginner or looking to refine your skills, this course covers essential grammar, vocabulary, pronunciation, and real-world conversation practice. Through interactive lessons, cultural insights, and practical exercises, you'll gain the tools and confidence to use French in everyday and professional settings.",
"provider": {
"id": 12,
"name": "L'Élan Français",
"websiteHref": "https://elan-francais.fr"
},
"level": "Beginner",
"isCertifying": false,
"isMandatory": false,
"category": {
"id": 2,
"name": "Languages",
"t9n": {
"name": {
"Ff": "Langues",
"Es": "Idiomas"
}
}
}
}API key. Value must be formatted like so: lucca application={api_key}.
A training is a structured program of study offered by a training provider, focused on teaching specific knowledge or skills.
Name of the training (maximum length = 250 characters)
Short summary of the training (maximum length = 1000 characters)
Detailed description of the training (maximum length = 6000 characters)
Beginner : For finding out about the subjectMiddle : For deepening your knowledgeExpert : For becoming a specialistBeginner, Middle, Expert Is it an accredited training?
Is the training mandatory according to legal requirements?
External trainings are managed by external organizations, whereas internal trainings are managed by employees within your company.
External, Internal ready: the training object is published and as such can be referenced by a new realized-training.archived: the training object is archived and as such should no longer be referenced in new realized-trainings.Ready, Archived Created
A training is a structured program of study offered by a training provider, focused on teaching specific knowledge or skills.
Name of the training (maximum length = 250 characters)
Short summary of the training (maximum length = 1000 characters)
Detailed description of the training (maximum length = 6000 characters)
Beginner : For finding out about the subjectMiddle : For deepening your knowledgeExpert : For becoming a specialistBeginner, Middle, Expert Is it an accredited training?
Is the training mandatory according to legal requirements?
Unique identifier of the training
External trainings are managed by external organizations, whereas internal trainings are managed by employees within your company.
External, Internal ready: the training object is published and as such can be referenced by a new realized-training.archived: the training object is archived and as such should no longer be referenced in new realized-trainings.Ready, Archived Show child attributes
Show child attributes
Was this page helpful?