zdu-student-api - v1.1.6
    Preparing search index...

    Interface DetailedLesson

    Детальна інформація про заняття Розділена на окремі поля (rosText = true)

    • half — Номер підгрупи
    • teacher — Основний викладач
    • teachers_add — Додаткові викладачі
    • room — Аудиторія, наприклад "319/№1"
    • group — Список груп, які відвідують заняття
    • title — Повна назва предмету або його код
    • type — Тип заняття
    • replacement — Позначка про заміну пари
    • online — Чи є онлайн-посилання / онлайн-режим
    • comment4link — Коментар до посилання (іноді використовується для Zoom/Meet)
    • link — Посилання на онлайн-заняття
    interface DetailedLesson {
        comment: string;
        comment4link: string;
        date: string;
        group: string;
        half: string;
        lesson_description?: string;
        lesson_name: string;
        lesson_number: string;
        lesson_time: string;
        link: string;
        object: string;
        online: string;
        replacement: string;
        reservation: string;
        room: string;
        stream_components?: string;
        teacher: string;
        teachers_add: string;
        title: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    comment: string
    comment4link: string
    date: string
    group: string
    half: string
    lesson_description?: string
    lesson_name: string
    lesson_number: string
    lesson_time: string
    link: string
    object: string
    online: string
    replacement: string
    reservation: string
    room: string
    stream_components?: string
    teacher: string
    teachers_add: string
    title: string
    type: string