v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBTrainings > TrainingClass
Reads all Training classes
Reads all Training classes
get/api/2026-07-01/resources/trainings/training_classes
Query parameters
ids[]string[]
Filter those training classes whose id match with the given.
Filter those training classes whose id match with the given.
idstring
Get a specific training class.
Get a specific training class.
training_idstring
Get training classes for the specified training.
Get training classes for the specified training.
searchstring
This field is used to search in the training class name.
This field is used to search in the training class name.
start_date[]string[]
Field those classes that start on the given date.
Field those classes that start on the given date.
end_date[]string[]
Filter those classes that end on the given date.
Filter those classes that end on the given date.
Response
OK
Example response
{
"data": [
{
"id": "1",
"training_id": "1",
"name": "Edition 25",
"description": "This is the group for the year 2025 edition",
"start_date": "2025-03-24",
"end_date": "2025-03-28",
"cost": "100.0",
"indirect_cost": "30.0",
"salary_cost": "60.0",
"subsidized_cost": "50.0",
"gross_cost": "190.0",
"net_cost": "140.0",
"completed_attendances_count": 10,
"total_attendances_count": 15,
"payment_status": "pending",
"currency": "EUR",
"created_at": "2025-03-24T10:00:00.000Z"
}
]
}