Skip to main content

Get ILT unit's sessions

Endpoint URL

GET /api/v2/units/:id/sessions

Get ILT unit's sessions

Retrieves the scheduled sessions of a specific Instructor-Led Training (ILT) unit. To successfully fetch session details, include the ILT unit’s unique ID as a path parameter in the request URL. If the request is valid and the unit exists, the API returns a JSON response containing information about all associated sessions, including their schedule and related metadata.

Request