get_timetable_student: Retrieve timetable data for a specific student from the...

View source: R/get_timetable_student.R

get_timetable_studentR Documentation

Retrieve timetable data for a specific student from the Semestry API

Description

This function sends a GET request to the timetable student endpoint of the Semestry API and retrieves the timetable data for a specific student.

Usage

get_timetable_student(
  semestry,
  student_code,
  start = NULL,
  end = NULL,
  timeout = 30
)

Arguments

semestry

An authenticated Semestry object.

student_code

The student code to retrieve timetable data for.

start

Optional start date in YYYY-MM-DD format (10 characters).

end

Optional end date in YYYY-MM-DD format (10 characters).

timeout

The timeout duration for the GET request (default: 30 seconds).

Value

The retrieved timetable data for the specified student from the API.


vvtermtime documentation built on Aug. 8, 2025, 7:27 p.m.