v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBTraining
Public API
Create Training Type
Creates a new training type. Only 'name' is required; all other fields are optional. When 'renewable' is true, 'frequency' (months between renewals) must also be provided. The 'dueFromHireDate' field is only valid when 'required' is true. The authenticated caller must have access to training settings.
OAuth Scopes: training.write
post/api/v1/training/type
Request body
Example request
{
"name": "My New Training",
"frequency": "12",
"renewable": "1",
"category": {
"id": "3",
"name": "CustomApiCategoryName2"
},
"required": "",
"dueFromHireDate": {
"unit": "day",
"amount": "30"
}
}Response
Created